Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package xf86-input-evdev for
openSUSE:Factory checked in at 2021-03-16 15:41:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old)
and /work/SRC/openSUSE:Factory/.xf86-input-evdev.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-evdev"
Tue Mar 16 15:41:46 2021 rev:36 rq:878735 version:2.10.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2019-08-05 10:29:34.619450977 +0200
+++
/work/SRC/openSUSE:Factory/.xf86-input-evdev.new.2401/xf86-input-evdev.changes
2021-03-16 15:43:08.364915716 +0100
@@ -1,0 +2,5 @@
+Fri Mar 12 21:58:50 UTC 2021 - Dirk M??ller <[email protected]>
+
+- refresh spec file (move licenes)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xf86-input-evdev.spec ++++++
--- /var/tmp/diff_new_pack.Fqro1o/_old 2021-03-16 15:43:08.792916400 +0100
+++ /var/tmp/diff_new_pack.Fqro1o/_new 2021-03-16 15:43:08.796916407 +0100
@@ -1,7 +1,7 @@
#
# spec file for package xf86-input-evdev
#
-# Copyright (c) 2019 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
@@ -22,20 +22,19 @@
Summary: Generic Linux 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
-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
Source3: 11-evdev.conf
Source4: 50-elotouch.conf
Patch1: u_01-Add-a-kiosk-mode-for-touch-screens.patch
Patch2:
u_02-Add-delay-between-button-press-and-release-to-kiosk-mode.patch
-
# Next three lines are needed for u_01-Add-a-kiosk-mode-for-touch-screens.patch
BuildRequires: autoconf >= 2.60
BuildRequires: automake
BuildRequires: libtool
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(inputproto)
BuildRequires: pkgconfig(libevdev) >= 0.4
BuildRequires: pkgconfig(libudev)
@@ -44,14 +43,13 @@
BuildRequires: pkgconfig(xorg-server)
BuildRequires: pkgconfig(xproto)
Requires: udev
-Provides: x11-input-mtrack
-Obsoletes: x11-input-mtrack
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
+Provides: x11-input-mtrack
+Obsoletes: x11-input-mtrack
ExcludeArch: s390 s390x
-%x11_abi_xinput_req
+%{x11_abi_xinput_req}
%description
evdev is an Xorg input driver for Linux's generic event devices. It
@@ -77,11 +75,11 @@
# Once u_01-Add-a-kiosk-mode-for-touch-screens.patch is removed this is no
longer needed
%{_bindir}/autoreconf -v --install --force
%configure
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+find %{buildroot} -type f -name "*.la" -delete -print
install -D -m 644 %{SOURCE3} %{SOURCE4}
%{buildroot}/%{_datadir}/X11/xorg.conf.d/
%post
@@ -93,8 +91,8 @@
udevadm trigger --subsystem-match=input --action=change || :
%files
-%defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
%dir %{_datadir}/X11/xorg.conf.d
%{_datadir}/X11/xorg.conf.d/*.conf
%dir %{_libdir}/xorg/modules/input
@@ -102,7 +100,6 @@
%{_mandir}/man4/evdev.4%{?ext_man}
%files devel
-%defattr(-,root,root)
%{_includedir}/xorg/evdev-properties.h
%{_libdir}/pkgconfig/xorg-evdev.pc