Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2019-03-01 20:29:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-wacom (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-wacom.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-wacom"

Fri Mar  1 20:29:26 2019 rev:28 rq:679487 version:0.34.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes        
2017-06-09 15:56:16.401272871 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-wacom.new.28833/xf86-input-wacom.changes 
    2019-03-01 20:29:28.286010617 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 13:19:30 UTC 2019 - sndir...@suse.com
+
+- readded support for serial input devices (boo#1120405)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-input-wacom.spec ++++++
--- /var/tmp/diff_new_pack.xJ2qrd/_old  2019-03-01 20:29:28.978010450 +0100
+++ /var/tmp/diff_new_pack.xJ2qrd/_new  2019-03-01 20:29:28.978010450 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-wacom
 #
-# Copyright (c) 2017 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
@@ -20,7 +20,7 @@
 Version:        0.34.2
 Release:        0
 Summary:        Wacom input driver for the Xorg X server
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/X11/Servers/XF86_4
 Url:            
http://sourceforge.net/apps/mediawiki/linuxwacom/index.php?title=Xf86-input-wacom
 Source0:        
http://downloads.sourceforge.net/project/linuxwacom/xf86-input-wacom/%{name}-%{version}.tar.bz2
@@ -91,19 +91,34 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 mv %{buildroot}%{_udevrulesdir}/wacom.rules  
%{buildroot}%{_udevrulesdir}/65-wacom.rules
-rm %{buildroot}/%{_bindir}/isdv4-serial-inputattach \
-   %{buildroot}/%{_bindir}/isdv4-serial-debugger \
-   %{buildroot}/%{_unitdir}/wacom-inputattach@.service
 
 %check
 make %{?_smp_mflags} check
 
+%pre
+%service_add_pre wacom-inputattach@.service
+
 %post
+%service_add_post wacom-inputattach@.service
+test -n "$FIRST_ARG" || FIRST_ARG=$1
+if [ $FIRST_ARG -eq 1 ]; then
+    %udev_rules_update
+    %{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
 
+%preun
+%service_del_preun wacom-inputattach@.service
+
 %postun
+%service_del_postun wacom-inputattach@.service
+test -n "$FIRST_ARG" || FIRST_ARG=$1
+if [ $FIRST_ARG -le 1 ]; then
+    %udev_rules_update
+    %{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
+fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
@@ -112,12 +127,14 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
 %{_udevrulesdir}/65-wacom.rules
+%{_unitdir}/wacom-inputattach@.service
 %config %{_sysconfdir}/X11/xorg.conf.d/70-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so
 %{_bindir}/xsetwacom
 %{_mandir}/man1/xsetwacom.1%{?ext_man}
 %{_mandir}/man4/wacom.4%{?ext_man}
+%{_bindir}/isdv4-serial-inputattach
 
 %files devel
 %defattr(-,root,root)
@@ -126,6 +143,7 @@
 %{_includedir}/xorg/wacom-properties.h
 %{_includedir}/xorg/wacom-util.h
 # not useful for most people
+%{_bindir}/isdv4-serial-debugger
 %{_libdir}/pkgconfig/xorg-wacom.pc
 
 %changelog


Reply via email to