Hello community,
here is the log from the commit of package gnome-settings-daemon for
openSUSE:Factory checked in at 2017-08-18 14:58:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-settings-daemon"
Fri Aug 18 14:58:34 2017 rev:138 rq:516862 version:3.24.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes
2017-08-12 19:38:23.190516236 +0200
+++
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new/gnome-settings-daemon.changes
2017-08-18 14:58:37.095024880 +0200
@@ -1,0 +2,8 @@
+Tue Aug 8 13:55:19 CEST 2017 - [email protected]
+
+- run autoreconf if running update-translations and add the
+ missing buildrequires
+- dont apply gnome-settings-daemon-revert-libinput-mandatory.patch
+ on sle15
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.f8VNv2/_old 2017-08-18 14:58:38.062888630 +0200
+++ /var/tmp/diff_new_pack.f8VNv2/_new 2017-08-18 14:58:38.062888630 +0200
@@ -58,7 +58,10 @@
BuildRequires: gnome-common
%endif
%if !0%{?is_opensuse}
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gnome-patch-translation
+BuildRequires: libtool
BuildRequires: translation-update-upstream
%endif
BuildRequires: intltool
@@ -117,7 +120,7 @@
Recommends: %{name}-lang
# For housekeeping plugin, that uses the nautilus dbus service
Recommends: nautilus
-%if 0%{?is_opensuse}
+%if 0%{?is_opensuse} || 0%{?suse_version} == 1500
# g-s-d only support configurtion of libinput based pointer drivers now.
Recommends: xf86-input-libinput
Recommends: iio-sensor-proxy
@@ -154,7 +157,9 @@
%if !0%{?is_opensuse}
translation-update-upstream
gnome-patch-translation-prepare
+%if 0%{?suse_version} < 1500
%patch0 -p1
+%endif
%patch1 -p1
%patch2 -p1
%patch3 -p0
@@ -166,7 +171,8 @@
%endif
%build
-%if 0%{?suse_version} == 1315
+# need autoreconf if patch translation has run
+%if 0%{?suse_version} == 1315 || !0%{?is_opensuse}
autoreconf -f -i
%endif
%configure\