]> git.pld-linux.org Git - packages/xorg-driver-video-sis.git/commitdiff
- updated to 0.10.9 auto/th/xorg-driver-video-sis-0.10.9-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 Jan 2017 17:33:27 +0000 (18:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 20 Jan 2017 17:33:27 +0000 (18:33 +0100)
- removed obsolete xserver-1.19 patch

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

index 62382ddf8ae346d5860e63490fdedb9bcd68457e..30403ca1e34d7e1bbed3fb9d0619c1c759524e18 100644 (file)
@@ -1,15 +1,14 @@
 Summary:       X.org video driver for SiS and XGI video chips
 Summary(pl.UTF-8):     Sterownik obrazu X.org dla układów graficznych SiS i XGI
 Name:          xorg-driver-video-sis
-Version:       0.10.8
-Release:       5
+Version:       0.10.9
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
-# Source0-md5: c173c4ce572eb19db5dfdc8a858c6c67
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-video-sis-%{version}.tar.bz2
+# Source0-md5: 1d0f425b84988edf8d144803860c9bde
 Patch0:                %{name}-x32.patch
-Patch1:                xserver-1.19.patch
-URL:           http://xorg.freedesktop.org/
+URL:           https://xorg.freedesktop.org/
 BuildRequires: Mesa-libGL-devel
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
@@ -20,6 +19,7 @@ BuildRequires:        pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
 BuildRequires: xorg-lib-libpciaccess-devel >= 0.12.901
 BuildRequires: xorg-proto-fontsproto-devel
+BuildRequires: xorg-proto-glproto-devel
 BuildRequires: xorg-proto-randrproto-devel
 BuildRequires: xorg-proto-renderproto-devel
 BuildRequires: xorg-proto-videoproto-devel
@@ -27,6 +27,7 @@ BuildRequires:        xorg-proto-xextproto-devel >= 7.0.99.1
 BuildRequires: xorg-proto-xf86dgaproto-devel >= 2.1
 BuildRequires: xorg-proto-xf86driproto-devel
 BuildRequires: xorg-proto-xineramaproto-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}
@@ -60,11 +61,10 @@ XGI Volari Z7 (zwanych serią 315/330/340).
 %prep
 %setup -q -n xf86-video-sis-%{version}
 %patch0 -p1
-%patch1 -p1
 
 # https://bugs.freedesktop.org/show_bug.cgi?id=18304
 # (not used anyway when xserver uses libpciaccess)
-sed -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
+%{__sed} -i -e 's|#define.*SIS_USE_BIOS_SCRATCH.*|#undef SIS_USE_BIOS_SCRATCH|g' src/sis.h
 
 %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.063011 seconds and 4 git commands to generate.