Hello community, here is the log from the commit of package libratbag for openSUSE:Factory checked in at 2016-07-14 09:48:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libratbag (Old) and /work/SRC/openSUSE:Factory/.libratbag.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libratbag" Changes: -------- --- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes 2015-11-26 17:01:00.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libratbag.new/libratbag.changes 2016-07-14 09:48:39.000000000 +0200 @@ -1,0 +2,9 @@ +Fri Jul 1 08:37:57 UTC 2016 - jeng...@inai.de + +- Update to new git snapshot 0.4.g39 +* add support for Logitech G700, and G700 over wireless +* enable metadata parsing on G500 +* add profile parsing on G9, button definitions and mappings for G9 +* add G502 and G700 svg data + +------------------------------------------------------------------- Old: ---- libratbag-0~git620.tar.xz New: ---- libratbag-0.4.g39.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libratbag.spec ++++++ --- /var/tmp/diff_new_pack.b3zCyv/_old 2016-07-14 09:48:40.000000000 +0200 +++ /var/tmp/diff_new_pack.b3zCyv/_new 2016-07-14 09:48:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libratbag # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,18 @@ # +%define version_unconverted 0.4.g39 + Name: libratbag %define lname libratbag1 -Version: 0~git620 +Version: 0.4.g39 Release: 0 Summary: Configuration library for gaming mice License: MIT Group: Development/Libraries/C and C++ -Url: https://github.com/libratbag/libratbag +Url: https://libratbag.github.io/libratbag/ -#Git-Clone: git://github.com/libratbag/libratbag -#Snapshot: d83f8a30e08bc6d4044d70fe928f9260d39ceff3 +#Git-Clone: https://github.com/libratbag/libratbag Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.64 @@ -44,11 +45,19 @@ generic way to access the various features exposed by these mice and abstracts away hardware-specific and kernel-specific quirks. -%package -n %lname +%package -n liblur3 +Summary: Logitech Unifying Receiver configuration library +Group: System/Libraries + +%description -n liblur3 +A library to configure and handle the /dev hidraw devices belonging +to the "Unifying" wireless receiver. + +%package -n libratbag3 Summary: Configuration library for gaming mice Group: System/Libraries -%description -n %lname +%description -n libratbag3 libratbag is a configuration library for gaming mice. It provides a generic way to access the various features exposed by these mice and abstracts away hardware-specific and kernel-specific quirks. @@ -56,7 +65,8 @@ %package devel Summary: Development files for the libratbag game mouse config library Group: Development/Libraries/C and C++ -Requires: %lname = %version +Requires: liblur3 = %version +Requires: libratbag3 = %version %description devel libratbag is a configuration library for gaming mice. It provides a @@ -79,36 +89,46 @@ mice. %prep -%setup -qn %name +%setup -q %build autoreconf -fiv %configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \ - --disable-static + --disable-static --with-udev-base-dir="%_libexecdir/udev" make %{?_smp_mflags} V=1 %install %make_install rm -f "%buildroot/%_libdir"/*.la -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%post -n liblur3 -p /sbin/ldconfig +%postun -n liblur3 -p /sbin/ldconfig +%post -n libratbag3 -p /sbin/ldconfig +%postun -n libratbag3 -p /sbin/ldconfig + +%files -n liblur3 +%defattr(-,root,root) +%_libdir/liblur.so.3* -%files -n %lname +%files -n libratbag3 %defattr(-,root,root) %doc COPYING -%_libdir/libratbag.so.1* +%_libdir/libratbag.so.3* %files devel %defattr(-,root,root) +%_libdir/liblur.so %_libdir/libratbag.so %_libdir/pkgconfig/*.pc %_includedir/libratbag/ %files tools %defattr(-,root,root) -%_bindir/ratbag* +%_bindir/lur-command +%_bindir/ratbag-command %_prefix/lib/udev/hwdb.d/ %_prefix/lib/udev/rules.d/*.rules +%_datadir/%name/ +%_mandir/man1/ratbag* %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.b3zCyv/_old 2016-07-14 09:48:40.000000000 +0200 +++ /var/tmp/diff_new_pack.b3zCyv/_new 2016-07-14 09:48:40.000000000 +0200 @@ -1,8 +1,14 @@ <services> <service name="tar_scm" mode="disabled"> <param name="url">git://github.com/libratbag/libratbag</param> - <param name="revision">d83f8a30e08bc6d4044d70fe928f9260d39ceff3</param> + <param name="revision">f67389c017063692999eb9d4b42e3fd4782bf264</param> <param name="scm">git</param> - <param name="versionformat">0~git@REVISION@</param> + <param name="parent-tag">v0.4</param> + <param name="versionformat">0.4.g@TAG_OFFSET@</param> </service> + <service name="recompress" mode="disabled"> + <param name="file">*.tar</param> + <param name="compression">xz</param> + </service> + <service name="set_version" mode="disabled"/> </services> ++++++ libratbag-0~git620.tar.xz -> libratbag-0.4.g39.tar.xz ++++++ ++++ 14703 lines of diff (skipped)