Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-libinput for
openSUSE:Factory checked in at 2021-03-16 15:41:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-libinput (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-libinput.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-libinput"
Tue Mar 16 15:41:48 2021 rev:35 rq:878736 version:0.30.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-libinput/xf86-input-libinput.changes
2020-05-20 18:37:52.868283366 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-libinput.new.2401/xf86-input-libinput.changes
2021-03-16 15:43:09.076916856 +0100
@@ -1,0 +2,5 @@
+Fri Mar 12 22:08:14 UTC 2021 - Dirk M??ller <[email protected]>
+
+- refresh spec file (move licenses to licensedir)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-libinput.spec ++++++
--- /var/tmp/diff_new_pack.aM3ap5/_old 2021-03-16 15:43:09.528917579 +0100
+++ /var/tmp/diff_new_pack.aM3ap5/_new 2021-03-16 15:43:09.532917585 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-libinput
#
-# Copyright (c) 2020 SUSE LLC
+# 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
@@ -22,12 +22,12 @@
Summary: Libinput 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
-Source1:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
+URL: https://xorg.freedesktop.org/
+Source0:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:
https://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig
Source2: %{name}.keyring
Patch0: n_enable-tapping.patch
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(inputproto) >= 2.2
BuildRequires: pkgconfig(libinput) >= 1.4.901
BuildRequires: pkgconfig(xorg-macros) >= 1.13
@@ -36,9 +36,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
xf86-input-libinput is a libinput-based X.Org driver. The actual driver bit
@@ -60,23 +59,21 @@
%build
%configure --with-xorg-conf-dir="%{_datadir}/X11/xorg.conf.d/"
-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
%files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
%dir %{_libdir}/xorg/modules/input
%{_datadir}/X11/xorg.conf.d/40-libinput.conf
%dir %{_datadir}/X11/xorg.conf.d
%{_libdir}/xorg/modules/input/libinput_drv.so
-%{_datadir}/man/man4/libinput.4%{?ext_man}
+%{_mandir}/man4/libinput.4%{?ext_man}
%files devel
-%defattr(-,root,root)
%{_includedir}/xorg/libinput-properties.h
%{_libdir}/pkgconfig/xorg-libinput.pc