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

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

index 10c33ef4ebdd94274891a0b6847a24cdfed2151f..000d0088d559883dadb0e8a68509f17ee589e625 100644 (file)
@@ -1,14 +1,13 @@
 Summary:       X.org video drivers for ATI Rage128 adapters
 Summary(pl.UTF-8):     Sterowniki obrazu X.org do kart graficznych ATI Rage128
 Name:          xorg-driver-video-r128
-Version:       6.10.1
-Release:       3
+Version:       6.10.2
+Release:       2
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.bz2
-# Source0-md5: 770c2342141874f8a81a95ecd1839746
-Patch0:                xserver-1.19.patch
-URL:           http://xorg.freedesktop.org/
+Source0:       https://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.bz2
+# Source0-md5: 905758eb0711bf7151c4f6c435757426
+URL:           https://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libdrm-devel >= 2.2
@@ -51,7 +50,6 @@ Rage Fury AGP 32MB, XPERT 128 AGP 16MB i XPERT 99 AGP 8MB.
 
 %prep
 %setup -q -n xf86-video-r128-%{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.444071 seconds and 4 git commands to generate.