diff --git a/.gitignore b/.gitignore index 5ee39af..a4efc24 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /xf86-video-amdgpu-1.1.2.tar.bz2 /xf86-video-amdgpu-20160929.tar.xz /xf86-video-amdgpu-1.2.0.tar.bz2 +/xf86-video-amdgpu-1.3.0.tar.bz2 diff --git a/sources b/sources index 104cf41..e1d7b9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4e335b580336e03eeef10b08b68d757 xf86-video-amdgpu-1.2.0.tar.bz2 +SHA512 (xf86-video-amdgpu-1.3.0.tar.bz2) = d5b3099679b6ab35f086f18b4b6e95c299b8b94e0e5eb4cd34f49c9117808c4bb1a4e2c9a8939ab903c077a128f57e31bf89986784dabdafb398d301dccbf93e diff --git a/xorg-x11-drv-amdgpu.spec b/xorg-x11-drv-amdgpu.spec index ac4e578..70a6b79 100644 --- a/xorg-x11-drv-amdgpu.spec +++ b/xorg-x11-drv-amdgpu.spec @@ -6,8 +6,8 @@ %undefine _hardened_build Name: xorg-x11-drv-amdgpu -Version: 1.2.0 -Release: 2%{?dist} +Version: 1.3.0 +Release: 1%{?dist} Summary: AMD GPU video driver Group: User Interface/X Hardware Support @@ -31,7 +31,7 @@ BuildRequires: xorg-x11-glamor-devel Requires: Xorg %(xserver-sdk-abi-requires ansic) Requires: Xorg %(xserver-sdk-abi-requires videodrv) -Requires: libdrm >= 2.4.63 +Requires: libdrm >= 2.4.72 %description X.Org X11 AMDGPU driver @@ -57,8 +57,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_mandir}/man4/amdgpu.4* %changelog -* Sat Feb 11 2017 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild +* Thu Mar 16 2017 Christopher Atherton 1.3.0-1 +- Update to latest release +- Fix libdrm version dependency * Mon Nov 21 2016 Christopher Atherton 1.2.0-1 - Update to latest release