Hello community,

here is the log from the commit of package xf86-video-amdgpu for 
openSUSE:Factory checked in at 2017-02-04 15:23:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-amdgpu (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-video-amdgpu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes      
2017-02-03 20:05:54.215637990 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new/xf86-video-amdgpu.changes 
2017-02-04 16:52:02.377438406 +0100
@@ -1,0 +2,8 @@
+Fri Feb  3 11:05:07 UTC 2017 - sndir...@suse.com
+
+- make the driver default for Tumbleweed (upcoming Leap 42.3,
+  sle13, ...), if "amdgpu" is the kernel driver of the device;
+  still use device list specified in amdgpu.ids for older
+  distributions like Leap 42.2, sle12, ...
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-video-amdgpu.spec ++++++
--- /var/tmp/diff_new_pack.mEhZzM/_old  2017-02-04 16:52:02.689393989 +0100
+++ /var/tmp/diff_new_pack.mEhZzM/_new  2017-02-04 16:52:02.693393420 +0100
@@ -17,7 +17,7 @@
 
 
 #
-%if 0%{?suse_version} >= 1330 
+%if 0%{?suse_version} < 1330
 %define pci_ids_dir %{_sysconfdir}/X11/xorg_pci_ids
 %endif
 
@@ -73,10 +73,14 @@
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
 %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}/
+%else
+%{__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
 
 %files
@@ -86,7 +90,9 @@
 %{_libdir}/xorg/modules/drivers/amdgpu_drv.so
 %{_mandir}/man4/amdgpu.4%{?ext_man}
 %if 0%{?pci_ids_dir:1}
-%config %{pci_ids_dir}/amdgpu.ids
+%{pci_ids_dir}/amdgpu.ids
+%else
+%config %{_sysconfdir}/X11/xorg.conf.d/10-amdgpu.conf
 %endif
 
 %changelog




Reply via email to