From e6ee6213943e7377aeb64d458e946e05b3872f9bb7e725193e9c5f8716bb68c3 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Sat, 15 Sep 2018 14:05:08 +0000 Subject: [PATCH] - Update to release 18.1.0 * This release supports xserver versions 1.13-1.20. * Fixed random screen corruption and crashes when using GLAMOR with Xorg 1.20. * Support for leasing RandR outputs to clients. * Various robustness fixes for TearFree. In particular, fixed several cases in which disabling TearFree at runtime would result in the Xorg process freezing or crashing. * Fixed some m4 related build issues with older versions of autotools. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-ati?expand=0&rev=78 --- _service | 14 -------------- xf86-video-ati-18.0.1.g50.tar.xz | 3 --- xf86-video-ati-18.1.0.tar.bz2 | 3 +++ xf86-video-ati-18.1.0.tar.bz2.sig | Bin 0 -> 95 bytes xf86-video-ati.changes | 13 +++++++++++++ xf86-video-ati.spec | 7 +++---- 6 files changed, 19 insertions(+), 21 deletions(-) delete mode 100644 _service delete mode 100644 xf86-video-ati-18.0.1.g50.tar.xz create mode 100644 xf86-video-ati-18.1.0.tar.bz2 create mode 100644 xf86-video-ati-18.1.0.tar.bz2.sig diff --git a/_service b/_service deleted file mode 100644 index a8eb23c..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati.git - master - xf86-video-ati-18.0.1 - 18.0.1.g@TAG_OFFSET@ - - - *.tar - xz - - - diff --git a/xf86-video-ati-18.0.1.g50.tar.xz b/xf86-video-ati-18.0.1.g50.tar.xz deleted file mode 100644 index 9fc839a..0000000 --- a/xf86-video-ati-18.0.1.g50.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d82f6a01311df68a3c8743b053db1a6f5e031bc1f32ff015bd09fa4b971ffae5 -size 233888 diff --git a/xf86-video-ati-18.1.0.tar.bz2 b/xf86-video-ati-18.1.0.tar.bz2 new file mode 100644 index 0000000..3b2de7a --- /dev/null +++ b/xf86-video-ati-18.1.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c335f423c1dc3d904550d41cb871ca4130ba7037dda67d82e3f1555e1bfb9ac +size 891953 diff --git a/xf86-video-ati-18.1.0.tar.bz2.sig b/xf86-video-ati-18.1.0.tar.bz2.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..2f14267c5832192a35ea3d0febf9bf514607dfca7a06bc19b3f793ba44f8dfa1 GIT binary patch literal 95 zcmeB(WnmCxVvrS6WZ5u(z3IM*u8K1_14W`5*Y{=J-o(Jl6g~UaWCkuy0hoyGR)z&# vM@&^YJ?##qO@1PD+;T%r#Kuf{hIwWcCE|Nz+0F%iOKho_+JDY8T(1BCL}(;x literal 0 HcmV?d00001 diff --git a/xf86-video-ati.changes b/xf86-video-ati.changes index 49141d4..1c39ffc 100644 --- a/xf86-video-ati.changes +++ b/xf86-video-ati.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 15 14:00:13 UTC 2018 - sndirsch@suse.com + +- Update to release 18.1.0 + * This release supports xserver versions 1.13-1.20. + * Fixed random screen corruption and crashes when using GLAMOR with Xorg + 1.20. + * Support for leasing RandR outputs to clients. + * Various robustness fixes for TearFree. In particular, fixed several + cases in which disabling TearFree at runtime would result in the Xorg + process freezing or crashing. + * Fixed some m4 related build issues with older versions of autotools. + ------------------------------------------------------------------- Thu Aug 16 14:19:06 UTC 2018 - sndirsch@suse.com diff --git a/xf86-video-ati.spec b/xf86-video-ati.spec index 1e009e1..1403b02 100644 --- a/xf86-video-ati.spec +++ b/xf86-video-ati.spec @@ -18,15 +18,14 @@ %define xserver_glamor 1 Name: xf86-video-ati -Version: 18.0.1.g50 +Version: 18.1.0 Release: 0 Summary: ATI video driver for the Xorg X server License: MIT Group: System/X11/Servers/XF86_4 Url: http://xorg.freedesktop.org/ -#Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 -Source0: %{name}-%{version}.tar.xz -#Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig +Source0: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2 +Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring BuildRequires: autoconf >= 2.60 BuildRequires: automake