From 4d146bc0c05baf88616252bae7833823463ba3e6 Mon Sep 17 00:00:00 2001 From: Christopher Atherton Date: Nov 22 2016 00:16:24 +0000 Subject: Update to latest release --- diff --git a/.gitignore b/.gitignore index 15077f4..5ee39af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /xf86-video-amdgpu-1.1.1.tar.bz2 /xf86-video-amdgpu-1.1.2.tar.bz2 /xf86-video-amdgpu-20160929.tar.xz +/xf86-video-amdgpu-1.2.0.tar.bz2 diff --git a/sources b/sources index db6aa2d..104cf41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -212c7450751e9f560a8f9762215ffc60 xf86-video-amdgpu-20160929.tar.xz +f4e335b580336e03eeef10b08b68d757 xf86-video-amdgpu-1.2.0.tar.bz2 diff --git a/xorg-x11-drv-amdgpu.spec b/xorg-x11-drv-amdgpu.spec index e614d1e..537bb68 100644 --- a/xorg-x11-drv-amdgpu.spec +++ b/xorg-x11-drv-amdgpu.spec @@ -1,27 +1,20 @@ %global tarball xf86-video-amdgpu %global moduledir %(pkg-config xorg-server --variable=moduledir ) %global driverdir %{moduledir}/drivers -%global gitdate 20160929 -%global gitversion 97d7386c # Xorg cannot load hardened build %undefine _hardened_build -%if 0%{?gitdate} -%global gver .%{gitdate}git%{gitversion} -%endif - Name: xorg-x11-drv-amdgpu -Version: 1.1.2 -Release: 3%{?gver}%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Summary: AMD GPU video driver Group: User Interface/X Hardware Support License: MIT URL: http://www.x.org -#Source: https://www.x.org/archive/individual/driver/%{tarball}-%{version}.tar.bz2 -Source: %{tarball}-%{gitdate}.tar.xz +Source: https://www.x.org/archive/individual/driver/%{tarball}-%{version}.tar.bz2 ExcludeArch: s390 s390x @@ -44,7 +37,7 @@ Requires: libdrm >= 2.4.63 X.Org X11 AMDGPU driver %prep -%autosetup -n %{tarball}-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}} +%autosetup -n %{tarball}-%{version} %build autoreconf -fiv @@ -64,6 +57,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_mandir}/man4/amdgpu.4* %changelog +* Mon Nov 21 2016 Christopher Atherton 1.2.0-1 +- Update to latest release + * Thu Sep 29 2016 Hans de Goede 1.1.2-3 - Update to latest git master for use with xserver-1.19 - Rebuild against xserver-1.19