diff --git a/backport-Fix-link-failure-with-gcc-10.patch b/backport-Fix-link-failure-with-gcc-10.patch deleted file mode 100644 index 7f58fc9..0000000 --- a/backport-Fix-link-failure-with-gcc-10.patch +++ /dev/null @@ -1,28 +0,0 @@ -From edcbe5f52ddfceee3d66d69bbcebbceac06b6d0d Mon Sep 17 00:00:00 2001 -From: Adam Jackson -Date: Tue, 4 Feb 2020 16:38:06 -0500 -Subject: [PATCH xf86-video-amdgpu] Fix link failure with gcc 10 - -Without the 'extern' this looks like a definition not just a -declaration, in every file that includes the header. gcc 10 is stricter -about this kind of multiple definition. ---- - src/drmmode_display.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/drmmode_display.h b/src/drmmode_display.h -index 96eaef0..8cd8a0a 100644 ---- a/src/drmmode_display.h -+++ b/src/drmmode_display.h -@@ -262,7 +262,7 @@ Bool drmmode_wait_vblank(xf86CrtcPtr crtc, drmVBlankSeqType type, - uint64_t *ust, uint32_t *result_seq); - - --miPointerSpriteFuncRec drmmode_sprite_funcs; -+extern miPointerSpriteFuncRec drmmode_sprite_funcs; - - - #endif --- -1.8.3.1 - diff --git a/xf86-video-ati-19.1.0.tar.bz2 b/xf86-video-ati-19.1.0.tar.bz2 deleted file mode 100644 index ed6b5bd..0000000 Binary files a/xf86-video-ati-19.1.0.tar.bz2 and /dev/null differ diff --git a/xf86-video-ati-22.0.0.tar.gz b/xf86-video-ati-22.0.0.tar.gz new file mode 100644 index 0000000..bb8df2e Binary files /dev/null and b/xf86-video-ati-22.0.0.tar.gz differ diff --git a/xorg-x11-drv-ati.spec b/xorg-x11-drv-ati.spec index 20b212c..061ac76 100644 --- a/xorg-x11-drv-ati.spec +++ b/xorg-x11-drv-ati.spec @@ -3,15 +3,13 @@ %undefine _hardened_build Name: xorg-x11-drv-ati -Version: 19.1.0 -Release: 4 +Version: 22.0.0 +Release: 1 Summary: Xorg X11 ati video driver License: MIT URL: https://www.x.org -Source0: https://www.x.org/pub/individual/driver/xf86-video-ati-%{version}.tar.bz2 +Source0: https://www.x.org/pub/individual/driver/xf86-video-ati-%{version}.tar.gz -Patch6000: backport-Fix-link-failure-with-gcc-10.patch - BuildRequires: pkgconfig(gbm) >= 10.6 libdrm-devel kernel-headers BuildRequires: automake autoconf libtool pkgconfig xorg-x11-util-macros BuildRequires: libudev-devel xorg-x11-glamor-devel xorg-x11-server-devel @@ -51,6 +49,9 @@ make check %{_mandir}/man4/*.4* %changelog +* Mon Jul 17 2023 zhangpan - 22.0.0-1 +- update to 22.0.0 + * Tue Oct 25 2022 wangkerong - 19.1.0-4 - rebuild for next release