Hello community, here is the log from the commit of package xf86-video-fbturbo for openSUSE:Factory checked in at 2019-07-31 14:28:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-video-fbturbo (Old) and /work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-video-fbturbo" Wed Jul 31 14:28:25 2019 rev:3 rq:719828 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-video-fbturbo/xf86-video-fbturbo.changes 2018-05-29 16:51:01.890563275 +0200 +++ /work/SRC/openSUSE:Factory/.xf86-video-fbturbo.new.4126/xf86-video-fbturbo.changes 2019-07-31 14:28:26.610130897 +0200 @@ -1,0 +2,6 @@ +Tue Jul 30 13:03:34 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-fbturbo.spec ++++++ --- /var/tmp/diff_new_pack.YFMpzC/_old 2019-07-31 14:28:27.210129791 +0200 +++ /var/tmp/diff_new_pack.YFMpzC/_new 2019-07-31 14:28:27.210129791 +0200 @@ -1,7 +1,7 @@ # # spec file for package xf86-video-fbturbo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/ # @@ -20,7 +20,7 @@ Version: 0.4.0 Release: 0 Summary: Xorg DDX driver for ARM devices (Allwinner, RPi and others) -License: X11 and GPL-2.0+ +License: X11 AND GPL-2.0-or-later Group: System/X11/Servers/XF86_4 Url: https://github.com/ssvb/xf86-video-fbturbo # https://github.com/ssvb/%{name}/archive/%{version}.tar.gz @@ -64,7 +64,7 @@ %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -install %{S:1} -m 0644 -D %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/99-fbturbo.conf +install %{S:1} -m 0644 -D %{buildroot}%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf %files %defattr(-,root,root) @@ -72,6 +72,7 @@ %dir %{_libdir}/xorg/modules/drivers %{_libdir}/xorg/modules/drivers/fbturbo_drv.so %{_mandir}/man4/fbturbo.4%{?ext_man} -%config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/99-fbturbo.conf +%dir %{_datadir}/X11/xorg.conf.d +%{_datadir}/X11/xorg.conf.d/99-fbturbo.conf %changelog
