Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2017-03-20 17:09:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-amdgpu (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-amdgpu"

Mon Mar 20 17:09:18 2017 rev:14 rq:480104 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes      
2017-03-02 19:28:37.281629691 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2017-03-20 17:09:19.579873537 +0100
@@ -1,0 +2,13 @@
+Thu Mar 16 11:57:28 UTC 2017 - mplus...@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
+
+-------------------------------------------------------------------

Old:
----
  xf86-video-amdgpu-1.2.0.tar.bz2
  xf86-video-amdgpu-1.2.0.tar.bz2.sig

New:
----
  xf86-video-amdgpu-1.3.0.tar.bz2
  xf86-video-amdgpu-1.3.0.tar.bz2.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-video-amdgpu.spec ++++++
--- /var/tmp/diff_new_pack.51VeWI/_old  2017-03-20 17:09:20.235780923 +0100
+++ /var/tmp/diff_new_pack.51VeWI/_new  2017-03-20 17:09:20.235780923 +0100
@@ -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:  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 @@
 %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

++++++ xf86-video-amdgpu-1.2.0.tar.bz2 -> xf86-video-amdgpu-1.3.0.tar.bz2 ++++++
++++ 4899 lines of diff (skipped)



Reply via email to