commit 99524afd0c4f0d559a7843a1155d50dd064c77ab
Author: Jakub Bogusz <[email protected]>
Date:   Wed Oct 16 20:02:28 2024 +0200

    - updated to 6.13.0

 types.patch                 | 24 ------------------------
 xorg-driver-video-r128.spec | 15 ++++++---------
 2 files changed, 6 insertions(+), 33 deletions(-)
---
diff --git a/xorg-driver-video-r128.spec b/xorg-driver-video-r128.spec
index 64e65d9..5ca5ae8 100644
--- a/xorg-driver-video-r128.spec
+++ b/xorg-driver-video-r128.spec
@@ -1,18 +1,17 @@
 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.12.1
+Version:       6.13.0
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       
https://xorg.freedesktop.org/releases/individual/driver/xf86-video-r128-%{version}.tar.xz
-# Source0-md5: b5de845fcf722a80dc970c24aa1d5979
-Patch0:                types.patch
+# Source0-md5: 48b0a043ed79282e6b7c76ca187caa70
 URL:           https://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
 BuildRequires: libdrm-devel >= 2.2
-BuildRequires: libtool
+BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
 BuildRequires: tar >= 1:1.22
@@ -26,13 +25,12 @@ BuildRequires:      xorg-proto-xf86driproto-devel
 BuildRequires: xorg-proto-xf86miscproto-devel
 BuildRequires: xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
-BuildRequires: xorg-xserver-server-devel >= 1.3
+BuildRequires: xorg-xserver-server-devel >= 1.18
 BuildRequires: xz
 %{?requires_xorg_xserver_videodrv}
 Requires:      libdrm >= 2.2
-Requires:      xorg-xserver-libdri >= 1.3
-Requires:      xorg-xserver-libglx >= 1.3
-Requires:      xorg-xserver-server >= 1.3
+Requires:      xorg-xserver-libglx >= 1.18
+Requires:      xorg-xserver-server >= 1.18
 Provides:      xorg-driver-video
 Obsoletes:     X11-driver-r128 < 1:7.0.0
 Obsoletes:     XFree86-Rage128 < 4
@@ -51,7 +49,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/types.patch b/types.patch
deleted file mode 100644
index 02dcde0..0000000
--- a/types.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -urNp -x '*.orig' xf86-video-r128-6.12.0.org/src/atipcirename.h 
xf86-video-r128-6.12.0/src/atipcirename.h
---- xf86-video-r128-6.12.0.org/src/atipcirename.h      2018-10-23 
06:10:56.000000000 +0200
-+++ xf86-video-r128-6.12.0/src/atipcirename.h  2021-11-04 00:00:29.275887352 
+0100
-@@ -36,6 +36,7 @@ enum region_type {
- 
- #include <stdint.h>
- #include "xf86Module.h"
-+#include <sys/types.h>
- 
- #if GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) >= 12
- 
-@@ -50,10 +51,10 @@ enum region_type {
- #endif
- #define PCI_DOMBUS_MASK (((PCI_DOM_MASK) << 8) | 0x0ffu)
- 
--static inline uint32_t
-+static inline u_int32_t
- pciTag(int busnum, int devnum, int funcnum)
- {
--      uint32_t tag;
-+      u_int32_t tag;
-       tag  = (busnum & (PCI_DOMBUS_MASK)) << 16;
-       tag |= (devnum & 0x00001fu) << 11;
-       tag |= (funcnum & 0x000007u) << 8;
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-video-r128.git/commitdiff/99524afd0c4f0d559a7843a1155d50dd064c77ab

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to