Hello community,

here is the log from the commit of package roccat-tools for openSUSE:Factory 
checked in at 2016-03-08 09:39:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roccat-tools (Old)
 and      /work/SRC/openSUSE:Factory/.roccat-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roccat-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/roccat-tools/roccat-tools.changes        
2015-08-21 07:42:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.roccat-tools.new/roccat-tools.changes   
2016-03-08 10:18:37.000000000 +0100
@@ -1,0 +2,35 @@
+Mon Mar  7 11:40:31 UTC 2016 - mrueck...@suse.de
+
+- fix broken require of the kova2016 subpackage
+
+-------------------------------------------------------------------
+Sun Feb 28 18:35:25 UTC 2016 - mrueck...@suse.de
+
+- update to 3.9.0
+  * Added: File KNOWN_LIMITATIONS
+  * Added: Support for Kiro
+  * Fixed: Kova2016 handedness switching
+  * Fixed: Nyth and Kova2016 fixed colors
+  * Fixed: Nyth fin left/right were interchanged
+  * Fixed: Nyth sensitivity osd value display were off by one
+  * Fixed: Volume up/down settings were interchanged
+  * Fixed: Better Swarm RMP format support for Nyth, Kova2016, Kiro
+
+-------------------------------------------------------------------
+Wed Feb 24 15:17:09 UTC 2016 - mrueck...@suse.de
+
+- verbose make files seems to be in the macro
+- do release build with debuginfo (-DCMAKE_BUILD_TYPE=RelWithDebInfo)
+
+-------------------------------------------------------------------
+Wed Feb 24 14:58:35 UTC 2016 - mrueck...@suse.de
+
+- use cmake macros
+
+-------------------------------------------------------------------
+Thu Feb  4 23:01:56 UTC 2016 - mailaen...@opensuse.org
+
+- update to 3.8.0 (see Changelog)
+- enable parallel build
+
+-------------------------------------------------------------------

Old:
----
  roccat-tools-3.6.0.tar.bz2

New:
----
  roccat-tools-3.9.0.tar.bz2

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

Other differences:
------------------
++++++ roccat-tools.spec ++++++
--- /var/tmp/diff_new_pack.pr8xQo/_old  2016-03-08 10:18:38.000000000 +0100
+++ /var/tmp/diff_new_pack.pr8xQo/_new  2016-03-08 10:18:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package roccat-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products 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
@@ -15,22 +15,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 
 Name:           roccat-tools
-Version:        3.6.0
+Version:        3.9.0
 Release:        0
+Summary:        Common files shared along all Roccat tools
 License:        GPL-2.0+ and CC-BY-3.0
 Group:          Hardware/Other
-Summary:        Common files shared along all Roccat tools
 Url:            http://roccat.sourceforge.net
 Source:         
http://downloads.sourceforge.net/roccat/%{name}-%{version}.tar.bz2
-BuildRequires:  hicolor-icon-theme
 BuildRequires:  cmake >= 2.6.4
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gaminggear-0) >= 0.11.0
+BuildRequires:  pkgconfig(gaminggear-0) >= 0.11.1
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.20
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libcanberra)
@@ -41,11 +40,11 @@
 %else
 BuildRequires:  lua-devel
 %endif
-BuildRequires:  pkgconfig(unique-1.0)
-BuildRequires:  pkgconfig(x11)
 BuildRequires:  python-devel
-BuildRequires:  udev
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(udev)
+BuildRequires:  pkgconfig(unique-1.0)
+BuildRequires:  pkgconfig(x11)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %package        devel
@@ -72,19 +71,19 @@
 %package -n     roccat-isku-devel
 Summary:        Development header for Roccat Isku
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-isku = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-iskufx
-Requires:       roccat-tools = %{version}
 Requires:       roccat-isku = %{version}
+Requires:       roccat-tools = %{version}
 Summary:        Roccat IskuFX userlandtools
 Group:          Hardware/Other
 
 %package -n     roccat-iskufx-devel
-Requires:       roccat-tools-devel = %{version}
-Requires:       roccat-iskufx = %{version}
 Requires:       roccat-isku-devel = %{version}
+Requires:       roccat-iskufx = %{version}
+Requires:       roccat-tools-devel = %{version}
 Summary:        Development header for Roccat IskuFX
 Group:          Development/Libraries/C and C++
 
@@ -96,8 +95,8 @@
 %package -n     roccat-kone-devel
 Summary:        Development header for Roccat Kone
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-kone = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-koneplus
 Summary:        Roccat Kone[+] userlandtools
@@ -107,34 +106,34 @@
 %package -n     roccat-koneplus-devel
 Summary:        Development header for Roccat Kone[+]
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-koneplus = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-konepure
 Summary:        Roccat KonePure userlandtools
 Group:          Hardware/Other
-Requires:       roccat-tools = %{version}
 Requires:       roccat-konextd = %{version}
+Requires:       roccat-tools = %{version}
 
 %package -n     roccat-konepure-devel
 Summary:        Development header for Roccat KonePure
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-konepure = %{version}
 Requires:       roccat-konextd-devel = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-konextd
 Summary:        Roccat KoneXTD userlandtools
 Group:          Hardware/Other
-Requires:       roccat-tools = %{version}
 Requires:       roccat-koneplus = %{version}
+Requires:       roccat-tools = %{version}
 
 %package -n     roccat-konextd-devel
 Summary:        Development header for Roccat KoneXTD
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-koneplus-devel = %{version}
 Requires:       roccat-konextd = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-kovaplus
 Summary:        Roccat Kova[+] userlandtools
@@ -144,8 +143,19 @@
 %package -n     roccat-kovaplus-devel
 Summary:        Development header for Roccat Kova[+]
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-kovaplus = %{version}
+Requires:       roccat-tools-devel = %{version}
+
+%package -n     roccat-kova2016
+Summary:        Roccat Kova 2016 userlandtools
+Group:          Hardware/Other
+Requires:       roccat-tools = %{version}
+
+%package -n     roccat-kova2016-devel
+Summary:        Development header for Roccat Kova 2016
+Group:          Development/Libraries/C and C++
+Requires:       roccat-kova2016 = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-lua
 Summary:        Roccat Lua userlandtools
@@ -155,8 +165,8 @@
 %package -n     roccat-lua-devel
 Summary:        Development header for Roccat Lua
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-lua = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-pyra
 Summary:        Roccat Pyra userlandtools
@@ -166,8 +176,8 @@
 %package -n     roccat-pyra-devel
 Summary:        Development header for Roccat Pyra
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-pyra = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-savu
 Summary:        Roccat Savu userlandtools
@@ -177,8 +187,8 @@
 %package -n     roccat-savu-devel
 Summary:        Development header for Roccat Savu
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-savu = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-ryos
 Summary:        Roccat Ryos userlandtools
@@ -188,8 +198,8 @@
 %package -n     roccat-ryos-devel
 Summary:        Development header for Roccat Ryos
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-ryos = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %package -n     roccat-tyon
 Summary:        Roccat Tyon userlandtools
@@ -210,8 +220,19 @@
 %package -n     roccat-nyth-devel
 Summary:        Development header for Roccat Nyth
 Group:          Development/Libraries/C and C++
-Requires:       roccat-tools-devel = %{version}
 Requires:       roccat-nyth = %{version}
+Requires:       roccat-tools-devel = %{version}
+
+%package -n     roccat-kiro
+Summary:        Roccat Kiro userlandtools
+Group:          Hardware/Other
+Requires:       roccat-tools = %{version}
+
+%package -n     roccat-kiro-devel
+Summary:        Development header for Roccat Kiro
+Group:          Development/Libraries/C and C++
+Requires:       roccat-kiro = %{version}
+Requires:       roccat-tools-devel = %{version}
 
 %description
 Roccat consists of a shared library and other files shared by device specific
@@ -299,6 +320,16 @@
 of a Roccat KoneXTD mouse.
 Here are the development headers needed to compile software that uses 
libkonextd.
 
+%description -n roccat-kova2016
+Kova2016 consists of a console application and a GUI application. It helps 
users
+to manipulate the Profiles and Settings of a Roccat Kova 2016 mouse.
+
+%description -n roccat-kova2016-devel
+Kova 2016 consists of a shared library, a console application and a GUI 
application.
+It helps users of the koneplus kernel driver to manipulate the profiles and 
settings
+of a Roccat Kova 2016 mouse.
+Here are the development headers needed to compile software that uses 
libkova2016.
+
 %description -n roccat-kovaplus
 Kovaplus consists of a shared library, a console application and a GUI 
application.
 It helps users of the kovaplus kernel driver to manipulate the profiles and 
settings
@@ -376,19 +407,27 @@
 of a Roccat Nyth mouse.
 Here are the development headers needed to compile software that uses libtyon.
 
+%description -n roccat-kiro
+Kiro consists of a shared library, a console application and a GUI application.
+It helps users of the Kiro kernel driver to manipulate the profiles and 
settings
+of a Roccat Kiro mouse.
+
+%description -n roccat-kiro-devel
+Kiro consists of a shared library, a console application and a GUI application.
+It helps users of the Kiro kernel driver to manipulate the profiles and 
settings
+of a Roccat Kiro mouse.
+Here are the development headers needed to compile software that uses libkiro.
+
 
 %prep
 %setup -q -n roccat-tools-%{version}
 
 %build
-mkdir build
-cd build
-cmake -DCMAKE_INSTALL_PREFIX="%{_prefix}" -DCMAKE_VERBOSE_MAKEFILE=ON 
-DWITH_LUA=5.2 ..
-make V=1
+%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_LUA=5.2
+make %{?_smp_mflags}
 
 %install
-cd build
-make DESTDIR=%{buildroot} install V=1
+%cmake_install
 
 # http://sourceforge.net/p/roccat/bugs/35/
 mkdir --parents %{buildroot}%{_localstatedir}/lib/roccat
@@ -506,6 +545,18 @@
 %icon_theme_cache_postun
 %{?udev_rules_update:%udev_rules_update}
 
+%post -n roccat-kova2016
+/sbin/ldconfig
+%desktop_database_postun
+%icon_theme_cache_postun
+%{?udev_rules_update:%udev_rules_update}
+
+%postun -n roccat-kova2016
+/sbin/ldconfig
+%desktop_database_postun
+%icon_theme_cache_postun
+%{?udev_rules_update:%udev_rules_update}
+
 %post -n roccat-lua
 /sbin/ldconfig
 %desktop_database_post
@@ -578,7 +629,7 @@
 %icon_theme_cache_postun
 %{?udev_rules_update:%udev_rules_update}
 
-%files -f build/roccat-tools.lang
+%files -f roccat-tools.lang
 %defattr(-,root,root)
 %doc README COPYING Changelog
 /etc/xdg/autostart/roccateventhandler.desktop
@@ -752,6 +803,20 @@
 %defattr(-,root,root)
 %{_libdir}/libroccatkovaplus.so
 
+%files -n roccat-kova2016
+%defattr(-,root,root)
+%{_udevrulesdir}/90-roccat-kova2016.rules
+%{_bindir}/roccatkova2016*
+%{_libdir}/libroccatkova2016.so.*
+%{_libdir}/roccat/libkova2016eventhandler.so
+%{_libdir}/gaminggear_plugins/libkova2016gfxplugin.so
+%{_datadir}/applications/roccatkova2016config.desktop
+%{_mandir}/*/man1/roccatkova2016*
+
+%files -n roccat-kova2016-devel
+%defattr(-,root,root)
+%{_libdir}/libroccatkova2016.so
+
 %files -n roccat-lua
 %defattr(-,root,root)
 %{_bindir}/roccatluaconfig
@@ -850,4 +915,19 @@
 %defattr(-,root,root)
 %{_libdir}/libroccatnyth.so
 
+%files -n roccat-kiro
+%defattr(-,root,root)
+%{_bindir}/roccatkiroconfig
+%{_bindir}/roccatkirocontrol
+%{_libdir}/libroccatkiro.so.*
+%{_libdir}/gaminggear_plugins/libkirogfxplugin.so
+%{_libdir}/roccat/libkiroeventhandler.so
+%{_udevrulesdir}/90-roccat-kiro.rules
+%{_datadir}/man/*/man1/roccatkirocontrol.1*
+%{_datadir}/applications/roccatkiroconfig.desktop
+
+%files -n roccat-kiro-devel
+%defattr(-,root,root)
+%{_libdir}/libroccatkiro.so
+
 %changelog

++++++ roccat-tools-3.6.0.tar.bz2 -> roccat-tools-3.9.0.tar.bz2 ++++++
++++ 72880 lines of diff (skipped)


Reply via email to