Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-keyboard for
openSUSE:Factory checked in at 2021-04-08 21:03:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-keyboard (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-keyboard.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-keyboard"
Thu Apr 8 21:03:03 2021 rev:13 rq:883188 version:1.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-keyboard/xf86-input-keyboard.changes
2016-11-24 21:17:51.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xf86-input-keyboard.new.2401/xf86-input-keyboard.changes
2021-04-08 21:03:11.861967527 +0200
@@ -1,0 +2,5 @@
+Tue Apr 6 02:09:33 UTC 2021 - Dirk M??ller <[email protected]>
+
+- modernize spec file (move license to licensedir)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-keyboard.spec ++++++
--- /var/tmp/diff_new_pack.swX0jD/_old 2021-04-08 21:03:12.341968045 +0200
+++ /var/tmp/diff_new_pack.swX0jD/_new 2021-04-08 21:03:12.345968049 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-keyboard
#
-# 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/
#
@@ -20,12 +20,11 @@
Version: 1.9.0
Release: 0
Summary: Keyboard 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://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(xorg-macros) >= 1.8
BuildRequires: pkgconfig(xorg-server) >= 1.4
@@ -35,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
kbd is an Xorg input driver for keyboards. The driver supports the
@@ -49,11 +47,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
@@ -64,10 +62,10 @@
udevadm trigger --subsystem-match=input --action=change || :
%files
-%defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
%dir %{_libdir}/xorg/modules/input
%{_libdir}/xorg/modules/input/kbd_drv.so
-%{_datadir}/man/man4/kbd.4%{?ext_man}
+%{_mandir}/man4/kbd.4%{?ext_man}
%changelog