Hello community,
here is the log from the commit of package xf86-video-amdgpu for
openSUSE:Factory checked in at 2019-08-05 10:30:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-video-amdgpu (Old)
and /work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-amdgpu"
Mon Aug 5 10:30:07 2019 rev:24 rq:719826 version:19.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-video-amdgpu/xf86-video-amdgpu.changes
2019-03-26 22:30:08.617738781 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-video-amdgpu.new.4126/xf86-video-amdgpu.changes
2019-08-05 10:30:09.351447080 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 12:49:36 UTC 2019 - Stefan Dirsch <[email protected]>
+
+- move xorg.conf.d snippet from /etc/X11/xorg.conf.d to
+ /usr/share/X11/xorg.conf.d (boo#1139692)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-video-amdgpu.spec ++++++
--- /var/tmp/diff_new_pack.JfwlPM/_old 2019-08-05 10:30:10.243446980 +0200
+++ /var/tmp/diff_new_pack.JfwlPM/_new 2019-08-05 10:30:10.247446979 +0200
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -77,10 +77,6 @@
rm -f %{buildroot}%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
mkdir -p %{buildroot}%{pci_ids_dir}
cp %{SOURCE3} %{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
@@ -93,7 +89,8 @@
%dir %{pci_ids_dir}
%{pci_ids_dir}/amdgpu.ids
%else
-%config %{_sysconfdir}/X11/xorg.conf.d/10-amdgpu.conf
+%dir %{_datadir}/X11/xorg.conf.d
+%{_datadir}/X11/xorg.conf.d/10-amdgpu.conf
%endif
%changelog