From 4b4c4732aceb678b4a25501b02846fbb81e0cce485021a83a72ae315dcdc17ad Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 20 Nov 2015 09:10:13 +0000 Subject: [PATCH] - update to release 1.0.0 This is the initial release of the xf86-video-amdgpu driver. It was forked from the xf86-video-ati radeon driver and modified to support the amdgpu kernel driver via libdrm_amdgpu, and by extension the latest AMD GPU families Tonga, Carrizo, Iceland, Fiji and Stoney. Some functionality was removed because it's not relevant for the GPUs supported by the amdgpu kernel driver, but other than that the two drivers are more or less on par with respect to functionality and bug fixes. Thanks to everybody who contributed to this release! - get rid of _service file (no longer needed with official release now being available) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=7 --- _service | 17 ----------------- ...o-amdgpu-0.0.01~git.20151104.92e7c93.tar.bz2 | 3 --- xf86-video-amdgpu-1.0.0.tar.bz2 | 3 +++ xf86-video-amdgpu.changes | 16 ++++++++++++++++ xf86-video-amdgpu.spec | 2 +- 5 files changed, 20 insertions(+), 21 deletions(-) delete mode 100644 _service delete mode 100644 xf86-video-amdgpu-0.0.01~git.20151104.92e7c93.tar.bz2 create mode 100644 xf86-video-amdgpu-1.0.0.tar.bz2 diff --git a/_service b/_service deleted file mode 100644 index c65ef11..0000000 --- a/_service +++ /dev/null @@ -1,17 +0,0 @@ - - - git - http://anongit.freedesktop.org/git/xorg/driver/xf86-video-amdgpu.git - - .git - xf86-video-amdgpu - master - 0.0.01~git.%cd.%h - - - *.tar - bz2 - - - - diff --git a/xf86-video-amdgpu-0.0.01~git.20151104.92e7c93.tar.bz2 b/xf86-video-amdgpu-0.0.01~git.20151104.92e7c93.tar.bz2 deleted file mode 100644 index 88a0a9e..0000000 --- a/xf86-video-amdgpu-0.0.01~git.20151104.92e7c93.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd695b65531bc99fb148279badcce68b2c678f53b1801892a8693583418abcfc -size 60075 diff --git a/xf86-video-amdgpu-1.0.0.tar.bz2 b/xf86-video-amdgpu-1.0.0.tar.bz2 new file mode 100644 index 0000000..43ae70e --- /dev/null +++ b/xf86-video-amdgpu-1.0.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296bd5376f4921bbdb3d0e6e6bc100ff2682312ae5965a43d3cab53f50f92a6a +size 362674 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index d28e554..1900bcc 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Nov 20 09:02:22 UTC 2015 - sndirsch@suse.com + +- update to release 1.0.0 + This is the initial release of the xf86-video-amdgpu driver. + It was forked from the xf86-video-ati radeon driver and modified to + support the amdgpu kernel driver via libdrm_amdgpu, and by extension + the latest AMD GPU families Tonga, Carrizo, Iceland, Fiji and Stoney. + Some functionality was removed because it's not relevant for the GPUs + supported by the amdgpu kernel driver, but other than that the two + drivers are more or less on par with respect to functionality and bug + fixes. + Thanks to everybody who contributed to this release! +- get rid of _service file (no longer needed with official release + now being available) + ------------------------------------------------------------------- Fri Nov 13 13:39:24 UTC 2015 - olaf@aepfle.de diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index cc91044..c4f98d8 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -17,7 +17,7 @@ Name: xf86-video-amdgpu -Version: 0.0.01~git.20151104.92e7c93 +Version: 1.0.0 Release: 0 Summary: AMDGPU video driver for the Xorg X server License: MIT