Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xinput for openSUSE:Factory checked in at 2022-08-20 20:29:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xinput (Old) and /work/SRC/openSUSE:Factory/.xinput.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xinput" Sat Aug 20 20:29:09 2022 rev:12 rq:998307 version:1.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/xinput/xinput.changes 2019-07-23 22:35:30.626994502 +0200 +++ /work/SRC/openSUSE:Factory/.xinput.new.2083/xinput.changes 2022-08-20 20:29:25.693480002 +0200 @@ -1,0 +2,6 @@ +Thu Aug 11 08:13:53 UTC 2022 - Dirk M??ller <[email protected]> + +- modernize spec-file, move license to %%licensedir +- use gpg for source validation + +------------------------------------------------------------------- New: ---- xinput-1.6.3.tar.bz2.sig xinput.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xinput.spec ++++++ --- /var/tmp/diff_new_pack.W6JjQb/_old 2022-08-20 20:29:26.149481267 +0200 +++ /var/tmp/diff_new_pack.W6JjQb/_new 2022-08-20 20:29:26.157481289 +0200 @@ -1,7 +1,7 @@ # # spec file for package xinput # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,11 +20,13 @@ Version: 1.6.3 Release: 0 Summary: Utility to configure and test X input devices -License: MIT AND HPND +License: HPND AND MIT Group: System/X11/Utilities -Url: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 -BuildRequires: pkg-config +URL: https://xorg.freedesktop.org/ +Source0: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 +Source1: https://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2.sig +Source2: xinput.keyring +BuildRequires: pkgconfig BuildRequires: pkgconfig(inputproto) >= 2.0.99.1 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -35,7 +37,6 @@ BuildRequires: pkgconfig(xrandr) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description xinput is a utility to configure and test XInput devices. @@ -45,14 +46,14 @@ %build %configure -make %{?_smp_mflags} +%make_build %install %make_install %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_bindir}/xinput %{_mandir}/man1/xinput.1%{?ext_man}
