]> git.pld-linux.org Git - packages/xorg-driver-video-chips.git/commitdiff
- updated to 1.2.7 auto/th/xorg-driver-video-chips-1.2.7-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Jan 2017 17:52:15 +0000 (18:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 Jan 2017 17:52:15 +0000 (18:52 +0100)
- removed obsolete xserver-1.19 patch

xorg-driver-video-chips.spec
xserver-1.19.patch [deleted file]

index 909480a0fd13351ba3c2d24ffd184e485742b854..6efd8025c983e2091fb34f0c8df575e2d96e3c0e 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       X.org video driver for Chips and Technologies video processors
 Summary(pl.UTF-8):     Sterownik obrazu X.org do układów graficznych Chips and Technologies
 Name:          xorg-driver-video-chips
-Version:       1.2.6
-Release:       4
+Version:       1.2.7
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.bz2
-# Source0-md5: 7c3ac8a7338367b05d9315d65ef91226
-Patch0:                xserver-1.19.patch
-URL:           http://xorg.freedesktop.org/
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-video-chips-%{version}.tar.bz2
+# Source0-md5: 927104427d9d373141a3bd04b23e39ad
+URL:           https://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libtool
@@ -20,6 +19,7 @@ BuildRequires:        xorg-proto-randrproto-devel
 BuildRequires: xorg-proto-renderproto-devel
 BuildRequires: xorg-proto-videoproto-devel
 BuildRequires: xorg-proto-xextproto-devel
+BuildRequires: xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
 BuildRequires: xorg-xserver-server-devel >= 1.0.99.901
 %{?requires_xorg_xserver_videodrv}
@@ -51,7 +51,6 @@ Obsługiwane są układy z trzech klas architektur:
 
 %prep
 %setup -q -n xf86-video-chips-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/xserver-1.19.patch b/xserver-1.19.patch
deleted file mode 100644 (file)
index a73ba2d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- xf86-video-chips-1.2.6/src/compat-api.h~   2015-09-26 18:28:01.000000000 +0200
-+++ xf86-video-chips-1.2.6/src/compat-api.h    2016-11-28 09:12:37.337570460 +0100
-@@ -75,8 +75,13 @@
- #define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
-+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
-+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
-+#define BLOCKHANDLER_ARGS arg, pTimeout
-+#else
- #define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
- #define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
-+#endif
- #define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
- #define CLOSE_SCREEN_ARGS pScreen
This page took 0.045522 seconds and 4 git commands to generate.