Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2017-06-16 10:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libratbag (Old)
 and      /work/SRC/openSUSE:Factory/.libratbag.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libratbag"

Fri Jun 16 10:54:37 2017 rev:4 rq:503907 version:0.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes      2016-10-23 
12:53:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new/libratbag.changes 2017-06-16 
10:54:38.280726793 +0200
@@ -1,0 +2,12 @@
+Thu Jun  8 08:54:34 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 0.9
+  * 2 new drivers (G300 and G-Skill)
+  * a brand new LED API
+  * a new commit API for sending profiles at once, which should
+    reduce the communications between the host and the device
+  * some shiny new SVGs
+  * convert some Logitech devices to the commit API
+  * manpage added for lur-command
+
+-------------------------------------------------------------------

Old:
----
  v0.5.tar.gz

New:
----
  v0.9.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libratbag.spec ++++++
--- /var/tmp/diff_new_pack.1x9PE0/_old  2017-06-16 10:54:38.980628265 +0200
+++ /var/tmp/diff_new_pack.1x9PE0/_new  2017-06-16 10:54:38.980628265 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libratbag
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,8 +17,7 @@
 
 
 Name:           libratbag
-%define lname   libratbag1
-Version:        0.5
+Version:        0.9
 Release:        0
 Summary:        Configuration library for gaming mice
 License:        MIT
@@ -28,7 +27,7 @@
 Source:         https://github.com/libratbag/libratbag/archive/v%version.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gcc-c++
-BuildRequires:  libtool >= 2.2
+BuildRequires:  meson
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(check) >= 0.9.10
 BuildRequires:  pkgconfig(libevdev)
@@ -47,11 +46,11 @@
 A library to configure and handle the /dev hidraw devices belonging
 to the "Unifying" wireless receiver.
 
-%package -n libratbag3
+%package -n libratbag4
 Summary:        Configuration library for gaming mice
 Group:          System/Libraries
 
-%description -n libratbag3
+%description -n libratbag4
 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.
@@ -60,7 +59,7 @@
 Summary:        Development files for the libratbag game mouse config library
 Group:          Development/Libraries/C and C++
 Requires:       liblur3 = %version
-Requires:       libratbag3 = %version
+Requires:       libratbag4 = %version
 
 %description devel
 libratbag is a configuration library for gaming mice. It provides a
@@ -86,28 +85,25 @@
 %setup -q
 
 %build
-autoreconf -fiv
-%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
-       --disable-static --with-udev-base-dir="%_libexecdir/udev"
-make %{?_smp_mflags} V=1
+%meson -Denable-documentation=false --includedir="%_includedir/%name"
+%meson_build
 
 %install
-%make_install
-rm -f "%buildroot/%_libdir"/*.la
+%meson_install
 
 %post   -n liblur3 -p /sbin/ldconfig
 %postun -n liblur3 -p /sbin/ldconfig
-%post   -n libratbag3 -p /sbin/ldconfig
-%postun -n libratbag3 -p /sbin/ldconfig
+%post   -n libratbag4 -p /sbin/ldconfig
+%postun -n libratbag4 -p /sbin/ldconfig
 
 %files -n liblur3
 %defattr(-,root,root)
 %_libdir/liblur.so.3*
 
-%files -n libratbag3
+%files -n libratbag4
 %defattr(-,root,root)
 %doc COPYING
-%_libdir/libratbag.so.3*
+%_libdir/libratbag.so.4*
 
 %files devel
 %defattr(-,root,root)
@@ -123,6 +119,6 @@
 %_prefix/lib/udev/hwdb.d/
 %_prefix/lib/udev/rules.d/*.rules
 %_datadir/%name/
-%_mandir/man1/ratbag*
+%_mandir/man1/*
 
 %changelog

++++++ v0.5.tar.gz -> v0.9.tar.gz ++++++
++++ 11400 lines of diff (skipped)


Reply via email to