From c4bcd66c6c5beb4456f492693d9550172801e994542f8a54a7deba95998840a1 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 16 Mar 2017 13:20:42 +0000 Subject: [PATCH] Accepting request 479982 from home:pluskalm:branches:X11:XOrg - Update to version 1.3.0: OBS-URL: https://build.opensuse.org/request/show/479982 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xf86-video-amdgpu?expand=0&rev=31 --- xf86-video-amdgpu-1.2.0.tar.bz2 | 3 --- xf86-video-amdgpu-1.2.0.tar.bz2.sig | Bin 72 -> 0 bytes xf86-video-amdgpu-1.3.0.tar.bz2 | 3 +++ xf86-video-amdgpu-1.3.0.tar.bz2.sig | Bin 0 -> 95 bytes xf86-video-amdgpu.changes | 13 +++++++++++++ xf86-video-amdgpu.spec | 15 +++++++-------- 6 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 xf86-video-amdgpu-1.2.0.tar.bz2 delete mode 100644 xf86-video-amdgpu-1.2.0.tar.bz2.sig create mode 100644 xf86-video-amdgpu-1.3.0.tar.bz2 create mode 100644 xf86-video-amdgpu-1.3.0.tar.bz2.sig diff --git a/xf86-video-amdgpu-1.2.0.tar.bz2 b/xf86-video-amdgpu-1.2.0.tar.bz2 deleted file mode 100644 index d9f67f4..0000000 --- a/xf86-video-amdgpu-1.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:275b1aac5f127f55ba3d7480a1df89eace1d02650e24e46908067fc875e76c8f -size 388108 diff --git a/xf86-video-amdgpu-1.2.0.tar.bz2.sig b/xf86-video-amdgpu-1.2.0.tar.bz2.sig deleted file mode 100644 index e342cb919c761e0df57baa66ea2ac72741b5d85882ab7bda9263956e409f2b7b..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$43g#Q+Kk5L$t+j%wSo0Lke9pL82?{NTa>S0AEfcB_E< epq6sIv>3%k<5bl_(N!~80lZd(T}O>g5?yE$x&0`(j3osb0pHhd$1 literal 0 HcmV?d00001 diff --git a/xf86-video-amdgpu.changes b/xf86-video-amdgpu.changes index 5ef6a47..0027a8e 100644 --- a/xf86-video-amdgpu.changes +++ b/xf86-video-amdgpu.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Mar 16 11:57:28 UTC 2017 - mpluskal@suse.com + +- Update to version 1.3.0: + * Allow TearFree to be toggled at runtime via an RandR output + property "TearFree". The xorg.conf option "TearFree" now + controls the default value of the output properties. + * Use libdrm_amdgpu functionality to determine the GPU marketing + name, remove corresponding tables from this driver. + * Use DRM render nodes for DRI3 clients when available. + * Plus many other improvements and fixes. +- Make building more verbose + ------------------------------------------------------------------- Wed Feb 22 01:54:59 UTC 2017 - sndirsch@suse.com diff --git a/xf86-video-amdgpu.spec b/xf86-video-amdgpu.spec index 2f5a8f4..a547edb 100644 --- a/xf86-video-amdgpu.spec +++ b/xf86-video-amdgpu.spec @@ -20,9 +20,8 @@ %if 0%{?suse_version} < 1330 %define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids %endif - Name: xf86-video-amdgpu -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: AMDGPU video driver for the Xorg X server License: MIT @@ -36,7 +35,7 @@ BuildRequires: Mesa-devel BuildRequires: autoconf >= 2.6.0 BuildRequires: automake BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(fontsproto) BuildRequires: pkgconfig(gbm) BuildRequires: pkgconfig(libdrm) >= 2.4.58 @@ -66,19 +65,19 @@ Its autodetects whether your hardware has a CI or newer AMD Graphics Card %setup -q %build -autoreconf -fi +autoreconf -fiv %configure -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install find %{buildroot} -type f -name "*.la" -delete -print %if 0%{?pci_ids_dir:1} rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf -%{__mkdir_p} %{buildroot}%{pci_ids_dir} -cp %{S:3} %{buildroot}%{pci_ids_dir}/ +mkdir -p %{buildroot}%{pci_ids_dir} +cp %{SOURCE3} %{buildroot}%{pci_ids_dir}/ %else -%{__mkdir_p} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d +mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d mv %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf \ %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ %endif