Hello community,
here is the log from the commit of package xf86-input-wacom for
openSUSE:Factory checked in at 2019-03-26 22:28:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-wacom (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-wacom.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-wacom"
Tue Mar 26 22:28:47 2019 rev:29 rq:687336 version:0.34.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2019-03-01 20:29:28.286010617 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-input-wacom.new.25356/xf86-input-wacom.changes
2019-03-26 22:28:49.901757778 +0100
@@ -1,0 +2,7 @@
+Thu Mar 21 10:10:00 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Remove FIRST_ARG logic (following systemd-rpm-macros rev 28).
+- Avoid em dashes in summary.
+- Add %systemd_ordering as there are service files to process.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-wacom.spec ++++++
--- /var/tmp/diff_new_pack.pE3Sqf/_old 2019-03-26 22:28:51.829757312 +0100
+++ /var/tmp/diff_new_pack.pE3Sqf/_new 2019-03-26 22:28:51.861757305 +0100
@@ -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/
#
@@ -55,13 +55,14 @@
Obsoletes: x11-input-wacom-tools < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
+%{?systemd_ordering}
%{x11_abi_xinput_req}
%description
wacom is an X input driver and utilities for Wacom devices.
%package devel
-Summary: Wacom input driver for the Xorg X server -- Development Files
+Summary: Development files for the Xorg X server Wacom input driver
Group: Development/Libraries/X11
Requires: %{name} = %{version}
Provides: x11-input-wacom-devel = %{version}
@@ -100,8 +101,7 @@
%post
%service_add_post [email protected]
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -eq 1 ]; then
+if [ "$1" -eq 1 ]; then
%udev_rules_update
%{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
fi
@@ -114,8 +114,7 @@
%postun
%service_del_postun [email protected]
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -le 1 ]; then
+if [ "$1" -eq 1 ]; then
%udev_rules_update
%{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
fi