Hello community, here is the log from the commit of package libevdev for openSUSE:Factory checked in at 2020-04-15 20:03:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libevdev (Old) and /work/SRC/openSUSE:Factory/.libevdev.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libevdev" Wed Apr 15 20:03:50 2020 rev:14 rq:791718 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libevdev/libevdev.changes 2015-12-13 09:39:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libevdev.new.2738/libevdev.changes 2020-04-15 20:06:21.814099764 +0200 @@ -1,0 +2,14 @@ +Mon Apr 6 09:22:38 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 1.9.0 (no changelog) + +------------------------------------------------------------------- +Sun Mar 15 11:29:25 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to 1.8.0 + * Bug fixes + * Docs update + * Improve tests + * Sync with latest kernels + +------------------------------------------------------------------- Old: ---- libevdev-1.4.5.tar.xz libevdev-1.4.5.tar.xz.sig New: ---- libevdev-1.9.0.tar.xz libevdev-1.9.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libevdev.spec ++++++ --- /var/tmp/diff_new_pack.B02qJt/_old 2020-04-15 20:06:23.010100578 +0200 +++ /var/tmp/diff_new_pack.B02qJt/_new 2020-04-15 20:06:23.014100581 +0200 @@ -1,8 +1,7 @@ # # spec file for package libevdev # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) specCURRENT_YEAR SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,19 +12,18 @@ # 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/ # -Name: libevdev %define sonum 2 -Version: 1.4.5 +Name: libevdev +Version: 1.9.0 Release: 0 Summary: A wrapper library for evdev devices License: MIT Group: Development/Libraries/C and C++ -Url: http://xorg.freedesktop.org/ - +URL: https://xorg.freedesktop.org/ #Git-Web: http://cgit.freedesktop.org/libevdev #Git-Clone: git://anongit.freedesktop.org/libevdev Source0: http://www.freedesktop.org/software/%{name}/%{name}-%{version}.tar.xz @@ -35,9 +33,8 @@ Patch0: n_buildfix_for_opensuse_12_2.patch BuildRequires: automake BuildRequires: libtool -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: python -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library for handling evdev kernel devices. It abstracts the ioctls @@ -87,32 +84,28 @@ %configure \ --disable-static \ --disable-gcov -make %{?_smp_mflags} +%make_build %install %make_install -rm -f "%buildroot/%{_libdir}"/*.la +find %{buildroot} -type f -name "*.la" -delete -print %post -n libevdev%{sonum} -p /sbin/ldconfig - %postun -n libevdev%{sonum} -p /sbin/ldconfig %files -n libevdev%{sonum} -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/%{name}.so.* %files devel -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_libdir}/%{name}.so %{_includedir}/%{name}-1.0/ %{_libdir}/pkgconfig/%{name}.pc %{_mandir}/man3/libevdev.* %files tools -%defattr(-,root,root) -%doc COPYING +%license COPYING %{_bindir}/mouse-dpi-tool %{_bindir}/libevdev-tweak-device %{_bindir}/touchpad-edge-detector ++++++ libevdev-1.4.5.tar.xz -> libevdev-1.9.0.tar.xz ++++++ ++++ 66601 lines of diff (skipped)
