Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xf86-input-joystick for 
openSUSE:Factory checked in at 2021-04-26 16:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-joystick (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-joystick.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-joystick"

Mon Apr 26 16:38:22 2021 rev:9 rq:887234 version:1.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-joystick/xf86-input-joystick.changes  
2016-11-24 21:17:27.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-joystick.new.12324/xf86-input-joystick.changes
       2021-04-26 16:38:31.969971386 +0200
@@ -1,0 +2,9 @@
+Wed Apr 21 09:00:19 UTC 2021 - Dirk M??ller <[email protected]>
+
+- modernize spec file:
+  * use https urls
+  * move license to licensedir
+  * remove unnecessary attributes and add curly braces where spec-cleaner
+    likes them 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xf86-input-joystick.spec ++++++
--- /var/tmp/diff_new_pack.TJfVOH/_old  2021-04-26 16:38:32.389972055 +0200
+++ /var/tmp/diff_new_pack.TJfVOH/_new  2021-04-26 16:38:32.393972062 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-joystick
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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/
 #
 
 
@@ -22,9 +22,9 @@
 Summary:        Joystick input driver for the Xorg X server
 License:        MIT
 Group:          System/X11/Servers/XF86_4
-Url:            http://xorg.freedesktop.org/
-Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
-BuildRequires:  pkg-config
+URL:            https://xorg.freedesktop.org/
+Source0:        
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(kbproto)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
@@ -34,9 +34,8 @@
 Supplements:    xorg-x11-server
 # This was part of the xorg-x11-driver-input package up to version 7.6
 Conflicts:      xorg-x11-driver-input <= 7.6
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:    s390 s390x
-%x11_abi_xinput_req
+%{x11_abi_xinput_req}
 
 %description
 joystick is an Xorg input driver for Joysticks. The driver reports
@@ -56,11 +55,11 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
 
 %post
 # re-plug the input devices
@@ -71,14 +70,13 @@
 udevadm trigger --subsystem-match=input --action=change || :
 
 %files
-%defattr(-,root,root)
-%doc ChangeLog COPYING README
+%license COPYING
+%doc ChangeLog README
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/joystick_drv.so
-%{_datadir}/man/man4/joystick.4%{?ext_man}
+%{_mandir}/man4/joystick.4%{?ext_man}
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/xorg/joystick-properties.h
 %{_libdir}/pkgconfig/xorg-joystick.pc
 

Reply via email to