commit razercfg for openSUSE:Factory

2020-02-04 Thread root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2020-02-04 19:54:43

Comparing /work/SRC/openSUSE:Factory/razercfg (Old)
 and  /work/SRC/openSUSE:Factory/.razercfg.new.26092 (New)


Package is "razercfg"

Tue Feb  4 19:54:43 2020 rev:7 rq:770007 version:0.41

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2019-03-18 
10:41:21.695272796 +0100
+++ /work/SRC/openSUSE:Factory/.razercfg.new.26092/razercfg.changes 
2020-02-04 19:54:44.509370192 +0100
@@ -1,0 +2,15 @@
+Tue Feb  4 01:40:38 UTC 2020 - Ferdinand Thiessen 
+
+- Removed upstream fixed 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch
+- Update to 0.41
+  * Added support for "Razer Deathadder 1800 edition/Korea PCBang"
+  * Deactivate Lachesis 5600 support (issues)
+
+---
+Mon Feb  3 16:08:18 UTC 2020 - Dominique Leuenberger 
+
+- BuildRequire pkgconfig(udev) instead of udev: allow OBS to
+  shortcut through -mini flavors.
+- BuildRequire python3-base instead of the full python3 package.
+
+---

Old:

  59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch
  razercfg-0.40.tar.bz2
  razercfg-0.40.tar.bz2.asc

New:

  razercfg-0.41.tar.bz2
  razercfg-0.41.tar.bz2.asc



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.gvYk2E/_old  2020-02-04 19:54:45.365370691 +0100
+++ /var/tmp/diff_new_pack.gvYk2E/_new  2020-02-04 19:54:45.365370691 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package razercfg
 #
-# Copyright (c) 2019 SUSE LINUX 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
@@ -12,37 +12,35 @@
 # 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:   razercfg
-Version:0.40
+Version:0.41
 Release:0
 Summary:A Razer device configuration tool
 # Icons are http://creativecommons.org/licenses/by/4.0/
-License:GPL-2.0+ and CC-BY-SA-4.0
+License:GPL-2.0-or-later AND CC-BY-SA-4.0
 Group:  Hardware/Other
-Url:http://bues.ch/cms/hacking/razercfg.html
-Source0:http://bues.ch/razercfg/%{name}-%{version}.tar.bz2
-Source1:http://bues.ch/razercfg/%{name}-%{version}.tar.bz2.asc
+URL:https://bues.ch/cms/hacking/razercfg.html
+Source0:https://bues.ch/razercfg/%{name}-%{version}.tar.bz2
+Source1:https://bues.ch/razercfg/%{name}-%{version}.tar.bz2.asc
 Source98:   %{name}.keyring
 Source99:   %{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir -- Install libraries in 
matching directories (e.g. lib64 for 64bit).
 # Reported upstream 21. July 2015
 Patch0: razercfg-fix-install-in-libdir.patch
-# PATCH-FIX-UPSTREAM 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch -- 
https://github.com/mbuesch/razer/commit/59a530d9456351b244ba19b24b2c4bfeaa4207ad
-Patch1: 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch
-BuildRequires:  cmake >= 2.4
+BuildRequires:  cmake
 BuildRequires:  help2man
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libusb-1_0-devel
-BuildRequires:  python3
+BuildRequires:  python3-base
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  udev
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(udev)
 Requires:   python3-qt5
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 Razercfg is the next generation Razer device configuration
@@ -52,7 +50,6 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %cmake
@@ -80,6 +77,7 @@
 
 %post
 %service_add_post razerd.service
+%tmpfiles_create %_tmpfilesdir/razerd.conf
 %icon_theme_cache_post
 udevadm control --reload-rules 2>&1 > /dev/null || :
 /sbin/ldconfig
@@ -105,7 +103,9 @@
 %{_bindir}/qrazercfg-applet
 %{_libdir}/librazer.so.1
 %{_unitdir}/razerd.service
+%{_tmpfilesdir}/razerd.conf
 %{_udevrulesdir}/80-razer.rules
+%ghost %{_rundir}/razerd
 %{_datadir}/icons/hicolor/scalable/apps/razercfg*.svg
 %{_datadir}/applications/razercfg.desktop
 %{_mandir}/man1/razer*

++ razercfg-0.40.tar.bz2 -> razercfg-0.41.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.40/CMakeLists.txt 
new/razercfg-0.41/CMakeLists.txt
--- old/razercfg-0.40/CMakeLists.txt2018-10-17 19:19:46.0 +0200
+++ 

commit razercfg for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2019-03-18 10:41:19

Comparing /work/SRC/openSUSE:Factory/razercfg (Old)
 and  /work/SRC/openSUSE:Factory/.razercfg.new.28833 (New)


Package is "razercfg"

Mon Mar 18 10:41:19 2019 rev:6 rq:685476 version:0.40

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2017-08-10 
14:11:09.796393437 +0200
+++ /work/SRC/openSUSE:Factory/.razercfg.new.28833/razercfg.changes 
2019-03-18 10:41:21.695272796 +0100
@@ -1,0 +2,8 @@
+Fri Mar 15 21:27:13 UTC 2019 - Ferdinand Thiessen 
+
+- Update to version 0.40
+  * Increase supported resolution of Mouse: MambaTE to 16000dpi
+  * QT5 (python-qt5 no PySide anymore)
+- Added 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch from upstream
+
+---

Old:

  razercfg-0.39.tar.bz2
  razercfg-0.39.tar.bz2.asc

New:

  59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch
  razercfg-0.40.tar.bz2
  razercfg-0.40.tar.bz2.asc



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.MKrlXS/_old  2019-03-18 10:41:22.471271847 +0100
+++ /var/tmp/diff_new_pack.MKrlXS/_new  2019-03-18 10:41:22.471271847 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package razercfg
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:   razercfg
-Version:0.39
+Version:0.40
 Release:0
 Summary:A Razer device configuration tool
 # Icons are http://creativecommons.org/licenses/by/4.0/
@@ -31,6 +31,8 @@
 # PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir -- Install libraries in 
matching directories (e.g. lib64 for 64bit).
 # Reported upstream 21. July 2015
 Patch0: razercfg-fix-install-in-libdir.patch
+# PATCH-FIX-UPSTREAM 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch -- 
https://github.com/mbuesch/razer/commit/59a530d9456351b244ba19b24b2c4bfeaa4207ad
+Patch1: 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch
 BuildRequires:  cmake >= 2.4
 BuildRequires:  help2man
 BuildRequires:  hicolor-icon-theme
@@ -39,7 +41,7 @@
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  udev
 BuildRequires:  update-desktop-files
-Requires:   python3-pyside
+Requires:   python3-qt5
 %{?systemd_requires}
 
 %description
@@ -50,6 +52,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %cmake
@@ -92,7 +95,7 @@
 
 %files
 %defattr(-,root,root)
-%doc HACKING.md README.md COPYING icons/LICENSE
+%doc HACKING.md README.md COPYING ui/icons/LICENSE
 %{python3_sitelib}/*
 %{_sbindir}/rcrazerd
 %{_bindir}/razerd

++ 59a530d9456351b244ba19b24b2c4bfeaa4207ad.patch ++
diff --git a/ui/setup.py.in b/ui/setup.py.in
index dd5d7a6..2dccaec 100644
--- a/ui/setup.py.in
+++ b/ui/setup.py.in
@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 
+import os
+import sys
+sys.path.insert(0, os.getcwd())
 from distutils.core import setup
 from pyrazer import RAZER_VERSION
 
++ razercfg-0.39.tar.bz2 -> razercfg-0.40.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.39/CMakeLists.txt 
new/razercfg-0.40/CMakeLists.txt
--- old/razercfg-0.39/CMakeLists.txt2017-03-28 19:12:05.0 +0200
+++ new/razercfg-0.40/CMakeLists.txt2018-10-17 19:19:46.0 +0200
@@ -5,8 +5,8 @@
 if (COMMAND cmake_policy)
# Libraries linked via full path no longer produce linker search paths.
cmake_policy(SET CMP0003 NEW)
-   # Preprocessor definition values are not escaped automatically.
-   cmake_policy(SET CMP0005 OLD)
+   # Preprocessor definition values shall be escaped automatically.
+   cmake_policy(SET CMP0005 NEW)
 endif (COMMAND cmake_policy)
 
 include("${razer_SOURCE_DIR}/scripts/cmake.global")
@@ -54,32 +54,5 @@
WORLD_READ)
 endif(SYSTEMD_UNIT_DIR)
 
-configure_file("razercfg.desktop.template" "razercfg.desktop")
-
-install(FILES ${CMAKE_BINARY_DIR}/razercfg.desktop
-   DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications/
-   PERMISSIONS OWNER_READ OWNER_WRITE
-   GROUP_READ
-   WORLD_READ)
-
-install(FILES ${CMAKE_SOURCE_DIR}/icons/razercfg-icon.svg
-   DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps/
-   RENAME razercfg.svg
-   PERMISSIONS OWNER_READ OWNER_WRITE
-   GROUP_READ
-   WORLD_READ)
-
-install(FILES 

commit razercfg for openSUSE:Factory

2017-08-10 Thread root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2017-08-10 14:02:01

Comparing /work/SRC/openSUSE:Factory/razercfg (Old)
 and  /work/SRC/openSUSE:Factory/.razercfg.new (New)


Package is "razercfg"

Thu Aug 10 14:02:01 2017 rev:5 rq:504929 version:0.39

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2016-11-11 
14:35:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.razercfg.new/razercfg.changes   2017-08-10 
14:11:09.796393437 +0200
@@ -1,0 +2,8 @@
+Tue Jun 20 06:29:13 UTC 2017 - r...@fthiessen.de
+
+- Update to version 0.39
+  * Basic support for Diamondback Chroma
+  * New maximal DPI: 16'000
+  * Some bugfixes for systemd support
+
+---

Old:

  razercfg-0.38.tar.bz2
  razercfg-0.38.tar.bz2.asc

New:

  razercfg-0.39.tar.bz2
  razercfg-0.39.tar.bz2.asc



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.etWPBT/_old  2017-08-10 14:11:10.416306157 +0200
+++ /var/tmp/diff_new_pack.etWPBT/_new  2017-08-10 14:11:10.420305593 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package razercfg
 #
-# 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,7 +17,7 @@
 
 
 Name:   razercfg
-Version:0.38
+Version:0.39
 Release:0
 Summary:A Razer device configuration tool
 # Icons are http://creativecommons.org/licenses/by/4.0/

++ razercfg-0.38.tar.bz2 -> razercfg-0.39.tar.bz2 ++
Binary files old/razercfg-0.38/HACKING.pdf and new/razercfg-0.39/HACKING.pdf 
differ
Binary files old/razercfg-0.38/README.pdf and new/razercfg-0.39/README.pdf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.38/debian/changelog 
new/razercfg-0.39/debian/changelog
--- old/razercfg-0.38/debian/changelog  2016-10-30 17:39:48.0 +0100
+++ new/razercfg-0.39/debian/changelog  2017-03-28 19:12:05.0 +0200
@@ -1,5 +1,5 @@
-razercfg (0.38) UNRELEASED; urgency=medium
+razercfg (0.39) UNRELEASED; urgency=medium
 
-  * 0.38
+  * 0.39
 
  -- Michael Büsch   Tue, 15 Jul 2014 11:25:47 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.38/debian/control 
new/razercfg-0.39/debian/control
--- old/razercfg-0.38/debian/control2016-10-30 17:39:48.0 +0100
+++ new/razercfg-0.39/debian/control2017-03-28 19:12:05.0 +0200
@@ -8,11 +8,17 @@
  libusb-1.0-0-dev,
  pkg-config,
  python3-dev,
- dh-python
+ dh-python,
+ systemd,
+ udev,
+Standards-Version: 3.9.8
+Vcs-Git: https://git.bues.ch/git/razer.git
+Vcs-Browser: https://git.bues.ch/git/razer.git
+Homepage: https://bues.ch/h/razercfg
 
 Package: razercfg
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 
3.0-6)
 Suggests: python3-pyside
 Description: Razer device configuration tool
  This is a system daemon and Python-powered CLI configuration utility for Razer
@@ -20,14 +26,14 @@
 
 Package: qrazercfg
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
python3-pyside, razercfg
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside, razercfg
 Description: Graphical Razer device configuration tool
  Python- and QT-powered configuration utility for the configuration of Razer
  devices on Linux systems.
 
 Package: qrazercfg-applet
 Architecture: any
-Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
python3-pyside, razercfg, qrazercfg
+Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside, razercfg, 
qrazercfg
 Description: Graphical Razer device configuration tool - applet
  Python- and QT-powered configuration utility for the configuration of Razer
  devices on Linux systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.38/debian/copyright 
new/razercfg-0.39/debian/copyright
--- old/razercfg-0.38/debian/copyright  2016-10-30 17:39:48.0 +0100
+++ new/razercfg-0.39/debian/copyright  2017-03-28 19:12:05.0 +0200
@@ -0,0 +1,343 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: razercfg
+Source: https://bues.ch/h/razercfg
+
+Files: *
+Copyright: 2008-2016 Michael Buesch 
+License: GPL-2+
+ This package is free software; you can redistribute it and/or modify
+ it 

commit razercfg for openSUSE:Factory

2016-10-13 Thread h_root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2016-10-13 11:29:56

Comparing /work/SRC/openSUSE:Factory/razercfg (Old)
 and  /work/SRC/openSUSE:Factory/.razercfg.new (New)


Package is "razercfg"

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2016-01-08 
15:23:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.razercfg.new/razercfg.changes   2016-10-13 
11:29:56.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 30 09:22:50 UTC 2016 - aloi...@gmx.com
+
+- Update to version 0.37 
+
+---
+Sat Jul 30 02:29:45 UTC 2016 - r...@fthiessen.de
+
+- Update to new upstream release 0.35
+- Replaced .desktop and icon with bundled ones
+
+---

Old:

  desktop-icon.svg
  razercfg-0.33.tar.bz2
  razercfg.desktop

New:

  razercfg-0.37.tar.bz2
  razercfg-rpmlintrc



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.gyrp5t/_old  2016-10-13 11:29:57.0 +0200
+++ /var/tmp/diff_new_pack.gyrp5t/_new  2016-10-13 11:29:57.0 +0200
@@ -17,18 +17,16 @@
 
 
 Name:   razercfg
-Version:0.33
+Version:0.37
 Release:0
 Summary:A Razer device configuration tool
-License:GPL-2.0+
+# Icons are http://creativecommons.org/licenses/by/4.0/
+License:GPL-2.0+ and CC-BY-SA-4.0
 Group:  Hardware/Other
 Url:http://bues.ch/cms/hacking/razercfg.html
 Source0:http://bues.ch/razercfg/%{name}-%{version}.tar.bz2
-Source1:razercfg.desktop
-#razercfg provies no image, but desktopfile requires one, so took a
-#public domain one: https://openclipart.org/detail/96913/mouse
-Source2:desktop-icon.svg
-# PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir r...@fthiessen.de -- 
Install libraries in matching directories (e.g. lib64 for 64bit)
+Source99:   %{name}-rpmlintrc
+# PATCH-FIX-OPENSUSE razercfg-fix-install-in-libdir -- Install libraries in 
matching directories (e.g. lib64 for 64bit).
 # Reported upstream 21. July 2015
 Patch0: razercfg-fix-install-in-libdir.patch
 BuildRequires:  cmake >= 2.4
@@ -43,7 +41,8 @@
 %{?systemd_requires}
 
 %description
-Razercfg is the next generation Razer device configuration tool bringing the 
Razer gaming experience to the free Open Source world.
+Razercfg is the next generation Razer device configuration
+tool bringing the Razer gaming experience to the free Open Source world.
 Including commandline tool (razercfg) and QT GUI qrazercfg.
 
 %prep
@@ -56,6 +55,7 @@
 
 %install
 %cmake_install
+rm %{buildroot}%{_libdir}/librazer.so
 # Systemd service and udev rule
 install -D -m 444 build/razerd.service %{buildroot}%{_unitdir}/razerd.service
 install -D -m 444 build/udev.rules %{buildroot}%{_udevrulesdir}/80-razer.rules
@@ -64,14 +64,11 @@
 ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrazerd
 # install man pages
 mkdir -p %{buildroot}%{_mandir}/man1
-help2man -N ./ui/razercfg | gzip > %{buildroot}%{_mandir}/man1/razercfg.1.gz
-help2man -N -n "Use specific profiles per game" ./ui/razer-gamewrapper | \
-   gzip > %{buildroot}%{_mandir}/man1/razer-gamewrapper.1.gz
-LD_LIBRARY_PATH=./build/librazer/ help2man -N ./build/razerd/razerd | \
-   gzip > %{buildroot}%{_mandir}/man1/razerd.1.gz
+help2man -N ./ui/razercfg > %{buildroot}%{_mandir}/man1/razercfg.1
+help2man -N -n "Use specific profiles per game" ./ui/razer-gamewrapper > 
%{buildroot}%{_mandir}/man1/razer-gamewrapper.1
+LD_LIBRARY_PATH=./build/librazer/ help2man -N ./build/razerd/razerd > 
%{buildroot}%{_mandir}/man1/razerd.1
 #Desktop file
-install -Dm644 %{SOURCE2} 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/razercfg.svg
-%suse_update_desktop_file -i %{name}
+%suse_update_desktop_file -r %{name} Settings System HardwareSettings Qt
 
 %pre
 %service_add_pre razerd.service
@@ -79,7 +76,6 @@
 %post
 %service_add_post razerd.service
 %icon_theme_cache_post
-%desktop_database_post
 udevadm control --reload-rules 2>&1 > /dev/null || :
 /sbin/ldconfig
 
@@ -88,24 +84,24 @@
 
 %postun
 %service_del_postun razerd.service
-%desktop_database_postun
 %icon_theme_cache_postun
 udevadm control --reload-rules 2>&1 > /dev/null || :
 /sbin/ldconfig
 
 %files
 %defattr(-,root,root)
-%doc HACKING.md README COPYING
+%doc HACKING.md README.md COPYING icons/LICENSE
 %{python3_sitelib}/*
-%{_bindir}/razerd
 %{_sbindir}/rcrazerd
+%{_bindir}/razerd
 %{_bindir}/razercfg
 %{_bindir}/qrazercfg
 %{_bindir}/razer-gamewrapper
-%{_libdir}/librazer.so
+%{_bindir}/qrazercfg-applet
+%{_libdir}/librazer.so.1
 %{_unitdir}/razerd.service
 %{_udevrulesdir}/80-razer.rules

commit razercfg for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package razercfg for openSUSE:Factory 
checked in at 2016-01-08 15:23:49

Comparing /work/SRC/openSUSE:Factory/razercfg (Old)
 and  /work/SRC/openSUSE:Factory/.razercfg.new (New)


Package is "razercfg"

Changes:

--- /work/SRC/openSUSE:Factory/razercfg/razercfg.changes2015-12-03 
13:30:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.razercfg.new/razercfg.changes   2016-01-08 
15:23:57.0 +0100
@@ -1,0 +2,7 @@
+Thu Jan  7 18:53:05 UTC 2016 - r...@fthiessen.de
+
+- Update to new release 0.33:
+  * Support new Naga mice
+  * Some code improvments
+
+---

Old:

  razercfg-0.32.tar.bz2

New:

  razercfg-0.33.tar.bz2



Other differences:
--
++ razercfg.spec ++
--- /var/tmp/diff_new_pack.T86qYr/_old  2016-01-08 15:23:58.0 +0100
+++ /var/tmp/diff_new_pack.T86qYr/_new  2016-01-08 15:23:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package razercfg
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   razercfg
-Version:0.32
+Version:0.33
 Release:0
 Summary:A Razer device configuration tool
 License:GPL-2.0+


++ razercfg-0.32.tar.bz2 -> razercfg-0.33.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/changelog 
new/razercfg-0.33/debian/changelog
--- old/razercfg-0.32/debian/changelog  2015-05-15 18:57:44.0 +0200
+++ new/razercfg-0.33/debian/changelog  2016-01-02 12:17:50.0 +0100
@@ -1,5 +1,5 @@
-razercfg (0.32-1) UNRELEASED; urgency=medium
+razercfg (0.33) UNRELEASED; urgency=medium
 
-  * 0.32
+  * 0.33
 
  -- Michael Büsch   Tue, 15 Jul 2014 11:25:47 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/control 
new/razercfg-0.33/debian/control
--- old/razercfg-0.32/debian/control2015-05-15 18:57:44.0 +0200
+++ new/razercfg-0.33/debian/control2016-01-02 12:17:50.0 +0100
@@ -2,10 +2,16 @@
 Maintainer: Michael Büsch 
 Section: misc
 Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ cmake,
+ dh-systemd,
+ libusb-1.0-0-dev,
+ pkg-config,
+ python3-dev,
 
 Package: razercfg
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: python3-pyside
 Description: Razer device configuration tool
  This is a configuration utility for Razer devices on Linux systems.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/install 
new/razercfg-0.33/debian/install
--- old/razercfg-0.32/debian/install1970-01-01 01:00:00.0 +0100
+++ new/razercfg-0.33/debian/install2016-01-02 12:17:50.0 +0100
@@ -0,0 +1 @@
+razer.conf /etc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/razercfg.razerd.init 
new/razercfg-0.33/debian/razercfg.razerd.init
--- old/razercfg-0.32/debian/razercfg.razerd.init   1970-01-01 
01:00:00.0 +0100
+++ new/razercfg-0.33/debian/razercfg.razerd.init   2016-01-08 
15:23:58.0 +0100
@@ -0,0 +1 @@
+symbolic link to ../razerd.initscript
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/rules 
new/razercfg-0.33/debian/rules
--- old/razercfg-0.32/debian/rules  2015-05-15 18:57:44.0 +0200
+++ new/razercfg-0.33/debian/rules  2016-01-02 12:17:50.0 +0100
@@ -5,5 +5,8 @@
find ./debian/ -type d -name site-packages -prune -execdir mv 
site-packages dist-packages \;
find ./debian/ -type d -name __pycache__ -prune -execdir rm -r 
__pycache__ \;
 
+override_dh_installinit:
+   dh_installinit --name=razerd
+
 %:
-   dh $@
+   dh $@ --with systemd
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/debian/source/format 
new/razercfg-0.33/debian/source/format
--- old/razercfg-0.32/debian/source/format  2015-05-15 18:57:44.0 
+0200
+++ new/razercfg-0.33/debian/source/format  2016-01-02 12:17:50.0 
+0100
@@ -1 +1 @@
-3.0 (quilt)
+3.0 (native)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/razercfg-0.32/librazer/cypress_bootloader.c