commit libratbag for openSUSE:Factory

2020-09-28 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2020-09-28 14:28:45

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


Package is "libratbag"

Mon Sep 28 14:28:45 2020 rev:10 rq:837934 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2020-05-26 
17:22:31.392387943 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new.4249/libratbag.changes
2020-09-28 14:28:48.322134131 +0200
@@ -1,0 +2,14 @@
+Sat Sep 26 18:36:35 UTC 2020 - ma...@marix.org
+
+- Update to version 0.15:
+  * Added or improved devices:
++ Logitech G5
++ Logitech G203
++ Logitech G300
++ Logitech G9x
++ Logitech MX Vertical
++ Nubwo X7 Spectrum
++ Roccat Kone Pure
++ Sinowealth
+
+---

Old:

  libratbag-0.14.tar.xz

New:

  libratbag-0.15.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.kkavHe/_old  2020-09-28 14:28:49.254134939 +0200
+++ /var/tmp/diff_new_pack.kkavHe/_new  2020-09-28 14:28:49.258134942 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.14
+Version:0.15
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.kkavHe/_old  2020-09-28 14:28:49.290134971 +0200
+++ /var/tmp/diff_new_pack.kkavHe/_new  2020-09-28 14:28:49.294134974 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.14
+v0.15
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.kkavHe/_old  2020-09-28 14:28:49.310134988 +0200
+++ /var/tmp/diff_new_pack.kkavHe/_new  2020-09-28 14:28:49.314134991 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  12314154704cabfeb69b559e77af9b426262419f
\ No newline at end of file
+  f7c22ed88c31f03e6beddd6f04d3f7826ec3b7e2
\ No newline at end of file

++ libratbag-0.14.tar.xz -> libratbag-0.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.14/.circleci/config.yml 
new/libratbag-0.15/.circleci/config.yml
--- old/libratbag-0.14/.circleci/config.yml 2020-05-17 22:23:57.0 
+0200
+++ new/libratbag-0.15/.circleci/config.yml 2020-09-25 22:38:01.0 
+0200
@@ -156,10 +156,7 @@
 - run:
 name: Install prerequisites
 command: |
-  apt-get update
-  apt-get install -y software-properties-common
-  apt-get remove -y libnss-systemd
-  add-apt-repository universe
+  export DEBIAN_FRONTEND=noninteractive
   apt-get update
   apt-get install -y git ${UBUNTU_DEP_BUILD} ${UBUNTU_DEP_TEST}
 - checkout
@@ -242,10 +239,10 @@
 <<: *arch_settings
 docker:
   - image: archlinux
-  ubuntu_19_10:
+  ubuntu_20_04:
 <<: *ubuntu_settings
 docker:
-  - image: ubuntu:19.10
+  - image: ubuntu:20.04
   doc_build:
 <<: *doc_build
 docker:
@@ -260,7 +257,7 @@
   version: 2
   compile_and_test:
 jobs:
-  - ubuntu_19_10
+  - ubuntu_20_04
   - arch
   - fedora_31
   - doc_build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.14/data/devices/glorious-model-d.device 
new/libratbag-0.15/data/devices/glorious-model-d.device
--- old/libratbag-0.14/data/devices/glorious-model-d.device 1970-01-01 
01:00:00.0 +0100
+++ new/libratbag-0.15/data/devices/glorious-model-d.device 2020-09-25 
22:38:01.0 +0200
@@ -0,0 +1,5 @@
+[Device]
+Name=Glorious Model D
+DeviceMatch=usb:258a:0033
+Driver=sinowealth
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.14/data/devices/glorious-model-o.device 
new/libratbag-0.15/data/devices/glorious-model-o.device
--- old/libratbag-0.14/data/devices/glorious-model-o.device 1970-01-01 
01:00:00.0 +0100
+++ new/libratbag-0.15/data/devices/glorious-model-o.device 2020-09-25 
22:38:01.0 +0200
@@ -0,0 +1,5 @@
+[Device]
+Name=Glorious Model O
+DeviceMatch=usb:258a:0036
+Driver=sinowealth
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.14/data/devices/logitech-M720.device 
new/libratbag-0.15/data/devices/logitech-M720.device
--- old/libratbag-0.14/data/devices/logitech-M720.device2020-05-17 
22:23:57.0 +0200
+++ new/libratbag-0.15/data/devices/logitech-M720.device2020-09-25 
22:38:

commit libratbag for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2020-05-26 17:22:07

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


Package is "libratbag"

Tue May 26 17:22:07 2020 rev:9 rq:808524 version:0.14

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2020-02-15 
22:25:52.935324711 +0100
+++ /work/SRC/openSUSE:Factory/.libratbag.new.2738/libratbag.changes
2020-05-26 17:22:31.392387943 +0200
@@ -1,0 +2,12 @@
+Sun May 24 08:35:05 UTC 2020 - ma...@marix.org
+
+- Update to version 0.14:
+  * A few bugfixes and some improvements in the log messages.
+  * Added and improved devices:
++ Logitech G305
++ Logitech G402
++ Logitech G935
++ Logitech M720
++ Logitech MX Anywhere 2
+
+---
@@ -16 +28 @@
-* Logitech M590
++ Logitech M590

Old:

  libratbag-0.13.tar.xz

New:

  libratbag-0.14.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.VQjvU7/_old  2020-05-26 17:22:32.896391177 +0200
+++ /var/tmp/diff_new_pack.VQjvU7/_new  2020-05-26 17:22:32.900391185 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.13
+Version:0.14
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.VQjvU7/_old  2020-05-26 17:22:32.940391271 +0200
+++ /var/tmp/diff_new_pack.VQjvU7/_new  2020-05-26 17:22:32.940391271 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.13
+v0.14
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.VQjvU7/_old  2020-05-26 17:22:32.968391332 +0200
+++ /var/tmp/diff_new_pack.VQjvU7/_new  2020-05-26 17:22:32.968391332 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  42787ee4225cbc412c1757326c3f723056012f54
\ No newline at end of file
+  12314154704cabfeb69b559e77af9b426262419f
\ No newline at end of file

++ libratbag-0.13.tar.xz -> libratbag-0.14.tar.xz ++
 1794 lines of diff (skipped)




commit libratbag for openSUSE:Factory

2020-02-15 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2020-02-15 22:25:36

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


Package is "libratbag"

Sat Feb 15 22:25:36 2020 rev:8 rq:774551 version:0.13

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2019-12-30 
12:35:45.835834557 +0100
+++ /work/SRC/openSUSE:Factory/.libratbag.new.26092/libratbag.changes   
2020-02-15 22:25:52.935324711 +0100
@@ -1,0 +2,18 @@
+Sat Feb 15 10:06:35 UTC 2020 - ma...@marix.org
+
+- Update to version 0.13:
+  * Fixed bug that was preventing users from changing the settings
+of  devices from Logitech's productivity line.
+  * Give a more specific error message if user cannot reach ratbagd
+via D-BUS [boo#1150413]
+  * Added support for keyboards:
++ Logitech G513
++ Logitech G815
++ Logitech G910
++ Logitech G915
+  * Other added and improved devices:
++ Logitech G Powerplay
+* Logitech M590
+- Updated shebang-env.diff to properly apply to the new version.
+
+---

Old:

  libratbag-0.12.tar.xz

New:

  libratbag-0.13.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.dH1vOh/_old  2020-02-15 22:25:53.579325059 +0100
+++ /var/tmp/diff_new_pack.dH1vOh/_new  2020-02-15 22:25:53.579325059 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libratbag
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2019 Matthias Bach .
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,12 +18,12 @@
 
 
 Name:   libratbag
-Version:0.12
+Version:0.13
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
 Group:  Development/Libraries/C and C++
-Url:https://github.com/libratbag/libratbag
+URL:https://github.com/libratbag/libratbag
 Source: %name-%version.tar.xz
 Patch1: shebang-env.diff
 Patch2: install-daemon-into-sbindir.patch

++ _service ++
--- /var/tmp/diff_new_pack.dH1vOh/_old  2020-02-15 22:25:53.603325072 +0100
+++ /var/tmp/diff_new_pack.dH1vOh/_new  2020-02-15 22:25:53.603325072 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.12
+v0.13
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.dH1vOh/_old  2020-02-15 22:25:53.619325081 +0100
+++ /var/tmp/diff_new_pack.dH1vOh/_new  2020-02-15 22:25:53.619325081 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  5357d4cbc2b18a15d0ea62e144b5bc664aa7d3f7
\ No newline at end of file
+  42787ee4225cbc412c1757326c3f723056012f54
\ No newline at end of file

++ libratbag-0.12.tar.xz -> libratbag-0.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.12/.circleci/config.yml 
new/libratbag-0.13/.circleci/config.yml
--- old/libratbag-0.12/.circleci/config.yml 2019-12-18 20:25:30.0 
+0100
+++ new/libratbag-0.13/.circleci/config.yml 2020-02-10 00:32:55.0 
+0100
@@ -1,5 +1,10 @@
-# vim: set expandtab shiftwidth=2 tabstop=8:
 libratbag_references:
+  build_dependencies: &build_dependencies
+FEDORA_DEP_BUILD: gcc gcc-c++ meson dbus-daemon glib2-devel 
json-glib-devel libevdev-devel libudev-devel libunistring-devel python3-devel 
python3-evdev swig
+FEDORA_DEP_TEST: check-devel python3-gobject python3-lxml valgrind
+FEDORA_DEP_DOC: python3-sphinx python3-sphinx_rtd_theme
+UBUNTU_DEP_BUILD: gcc g++ meson pkg-config systemd libevdev-dev 
libglib2.0-dev libjson-glib-dev libsystemd-dev libudev-dev libunistring-dev 
python3-dev python3-evdev swig
+UBUNTU_DEP_TEST: check python3-gi python3-lxml valgrind
   default_settings: &default_settings
 working_directory: ~/libratbag
 environment:
@@ -52,10 +57,7 @@
   name: Checking if any files are left after uninstall
   command: |
 PREFIX=/root/test_install
-# workaround until https://github.com/mesonbuild/meson/pull/2033 is 
merged
-# and a new release appears
-git clone https://github.com/whot/meson -b 
wip/remove-directories-on-uninstall
-./meson/meson.py build_install --prefix=$PREFIX
+meson build_install --prefix=$PREFIX
 ninja -C build_install install
 ninja -C build_install uninstall
 if [ -d $PREFIX ]
@@ -78,11 +80,13 @@
   steps:
 - run:
 name: Initializing Fedora dnf ca

commit libratbag for openSUSE:Factory

2019-12-30 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2019-12-30 12:35:42

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


Package is "libratbag"

Mon Dec 30 12:35:42 2019 rev:7 rq:760020 version:0.12

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2019-11-12 
11:58:05.783514282 +0100
+++ /work/SRC/openSUSE:Factory/.libratbag.new.6675/libratbag.changes
2019-12-30 12:35:45.835834557 +0100
@@ -1,0 +2,12 @@
+Mon Dec 30 10:22:00 UTC 2019 - ma...@marix.org
+
+- Update to version 0.12:
+  * Logitech devices now work when connected via Bluetooh
+  * Default verbosity level changed to raw
+  * Added and improved devices:
++ Roccat Kone Pure
++ Logitech M585/M590
+  * Fixed devices:
++ Logitech G305
+
+---

Old:

  libratbag-0.11.tar.xz

New:

  libratbag-0.12.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.29DJwb/_old  2019-12-30 12:35:46.555834943 +0100
+++ /var/tmp/diff_new_pack.29DJwb/_new  2019-12-30 12:35:46.559834945 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.11
+Version:0.12
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.29DJwb/_old  2019-12-30 12:35:46.579834956 +0100
+++ /var/tmp/diff_new_pack.29DJwb/_new  2019-12-30 12:35:46.579834956 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.11
+v0.12
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.29DJwb/_old  2019-12-30 12:35:46.591834962 +0100
+++ /var/tmp/diff_new_pack.29DJwb/_new  2019-12-30 12:35:46.595834965 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  ce377fc36c2c35ab79446a580aa2141a4c7eff01
\ No newline at end of file
+  5357d4cbc2b18a15d0ea62e144b5bc664aa7d3f7
\ No newline at end of file

++ libratbag-0.11.tar.xz -> libratbag-0.12.tar.xz ++
 2275 lines of diff (skipped)




commit libratbag for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2019-11-12 11:56:13

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


Package is "libratbag"

Tue Nov 12 11:56:13 2019 rev:6 rq:747443 version:0.11

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2019-08-13 
13:14:46.165512569 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new.2990/libratbag.changes
2019-11-12 11:58:05.783514282 +0100
@@ -1,0 +2,11 @@
+Mon Nov 11 20:04:08 UTC 2019 - ma...@marix.org
+
+- Update to version 0.11:
+  * Added and improved devices:
++ Logitech MX Master, MX Master 3, MX Master AMZ
++ Logitech G305
++ Logitech G502 Hero wireless
++ Logitech G602, G604
++ Steelseries Kinzu v3 
+
+---

Old:

  libratbag-0.10.tar.xz

New:

  libratbag-0.11.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.qgFhCx/_old  2019-11-12 11:58:06.451514994 +0100
+++ /var/tmp/diff_new_pack.qgFhCx/_new  2019-11-12 11:58:06.459515002 +0100
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.10
+Version:0.11
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.qgFhCx/_old  2019-11-12 11:58:06.491515037 +0100
+++ /var/tmp/diff_new_pack.qgFhCx/_new  2019-11-12 11:58:06.491515037 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.10
+v0.11
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.qgFhCx/_old  2019-11-12 11:58:06.519515066 +0100
+++ /var/tmp/diff_new_pack.qgFhCx/_new  2019-11-12 11:58:06.519515066 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  ab3f1df06e684d610927522ce4a7fdc8e204e141
\ No newline at end of file
+  ce377fc36c2c35ab79446a580aa2141a4c7eff01
\ No newline at end of file

++ libratbag-0.10.tar.xz -> libratbag-0.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.10/.circleci/config.yml 
new/libratbag-0.11/.circleci/config.yml
--- old/libratbag-0.10/.circleci/config.yml 2019-08-02 03:19:16.0 
+0200
+++ new/libratbag-0.11/.circleci/config.yml 2019-11-05 02:06:27.0 
+0100
@@ -239,5 +239,3 @@
   filters:
   branches:
 only: master
-
-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.10/data/devices/data-parse-test.py 
new/libratbag-0.11/data/devices/data-parse-test.py
--- old/libratbag-0.10/data/devices/data-parse-test.py  2019-08-02 
03:19:16.0 +0200
+++ new/libratbag-0.11/data/devices/data-parse-test.py  2019-11-05 
02:06:27.0 +0100
@@ -169,7 +169,7 @@
 
 
 def check_section_hidpp20(section):
-permitted = ['DeviceIndex']
+permitted = ['DeviceIndex', 'Quirk']
 for key in section.keys():
 assertIn(key, permitted)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libratbag-0.10/data/devices/logitech-MX-Master-3.device 
new/libratbag-0.11/data/devices/logitech-MX-Master-3.device
--- old/libratbag-0.10/data/devices/logitech-MX-Master-3.device 1970-01-01 
01:00:00.0 +0100
+++ new/libratbag-0.11/data/devices/logitech-MX-Master-3.device 2019-11-05 
02:06:27.0 +0100
@@ -0,0 +1,5 @@
+# Logitech MX Master 3
+[Device]
+Name=Logitech MX Master 3
+DeviceMatch=bluetooth:046d:b023;usb:046d:4082
+Driver=hidpp20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libratbag-0.10/data/devices/logitech-MX-Master.device 
new/libratbag-0.11/data/devices/logitech-MX-Master.device
--- old/libratbag-0.10/data/devices/logitech-MX-Master.device   2019-08-02 
03:19:16.0 +0200
+++ new/libratbag-0.11/data/devices/logitech-MX-Master.device   2019-11-05 
02:06:27.0 +0100
@@ -1,5 +1,5 @@
 # Logitech MX Master
 [Device]
 Name=Logitech MX Master
-DeviceMatch=usb:046d:4041;bluetooth:046d:b012;usb:046d:4060;bluetooth:046d:b017
+DeviceMatch=usb:046d:4041;bluetooth:046d:b012;usb:046d:4060;bluetooth:046d:b017;bluetooth:046d:b01e;usb:046d:4071
 Driver=hidpp20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libratbag-0.10/data/devices/logitech-g305.device 
new/libratbag-0.11/data/devices/logitech-g305.device
--- old/libratbag-0.10/data/devices/logitech-g305.device1970-01-01 
01:00:00.0 +0100
+++ new/li

commit libratbag for openSUSE:Factory

2019-08-13 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2019-08-13 13:14:41

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


Package is "libratbag"

Tue Aug 13 13:14:41 2019 rev:5 rq:720731 version:0.10

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2019-04-01 
12:39:44.977954945 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new.9556/libratbag.changes
2019-08-13 13:14:46.165512569 +0200
@@ -1,0 +2,41 @@
+Fri Aug 02 20:00:50 UTC 2019 - ma...@marix.org
+
+- Update to version 0.10:
+  * Switched back to "normal" version numbering
+  * Added APIVersion field to the DBus API
+  * Added Devices:
++ Logitech MX Vertical
+  * G700s is now handled as G700. This may have side effects and
+will be addressed in future versions.
+- Dropped no longer required patch no-git.diff.
+- Updated shebang-env.diff.
+- Updated install-daemon-into-sbindir.patch.
+- Dropped fix-broken-log-invocation.patch which is now fixed
+  upstream.
+
+---
+Wed Jul 31 20:01:30 UTC 2019 - ma...@marix.org
+
+- Update to version 0.9.906:
+  * Added Devices:
++ Logitech G403 Wireless
++ Logitech G403 Hero
++ Logitech G703 Hero
++ Logitech G903 Hero
++ Logitech Marathon M705
++ Logitech MX Anyhwere 2S Bluetooth
++ Logitech MX Ergo
++ Logitech MX518
+  * Improved Devices:
++ Logitech G Pro
++ Logitech G602
++ Logitech G603
++ Logitech G900
++ Logitech MX Anyhwere 2
+  * Renamed Devices
++ Logitech G900 Wireless to Logitech Lightspeed
+  * Add battery voltage reporting for newer mice
+  * Install the device files in the top-level datadir
+- Added fix-broken-log-invocation.patch.
+
+---

Old:

  libratbag-0.9.905.tar.xz
  no-git.diff

New:

  libratbag-0.10.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.a8z6S2/_old  2019-08-13 13:14:46.733512437 +0200
+++ /var/tmp/diff_new_pack.a8z6S2/_new  2019-08-13 13:14:46.741512435 +0200
@@ -13,24 +13,25 @@
 # 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:   libratbag
-Version:0.9.905
+Version:0.10
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://github.com/libratbag/libratbag
 Source: %name-%version.tar.xz
-Patch1: no-git.diff
-Patch2: shebang-env.diff
-Patch3: install-daemon-into-sbindir.patch
+Patch1: shebang-env.diff
+Patch2: install-daemon-into-sbindir.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  json-glib-devel
+BuildRequires:  libunistring-devel
 BuildRequires:  meson
 BuildRequires:  pkg-config
 BuildRequires:  python3-evdev
@@ -101,7 +102,7 @@
 
 %prep
 %setup -q
-%patch -P 1 -P 2 -P 3 -p1
+%patch -P 1 -P 2 -p1
 
 %build
 %meson -Ddocumentation=false -Ddbus-group=games \
@@ -115,7 +116,7 @@
 %meson_install
 mkdir -p "%buildroot/%_sbindir"
 ln -s service "%buildroot/%_sbindir/rcratbagd"
-chmod -x "%buildroot/%_datadir/%name/devices/logitech-g402.device"  # Fix this 
file for some reaseon being executable
+chmod -x "%buildroot/%_datadir/%name/logitech-g402.device"  # Fix this file 
for some reaseon being executable
 %fdupes %buildroot/%_prefix
 
 %post   -n liblur3 -p /sbin/ldconfig

++ _service ++
--- /var/tmp/diff_new_pack.a8z6S2/_old  2019-08-13 13:14:46.761512431 +0200
+++ /var/tmp/diff_new_pack.a8z6S2/_new  2019-08-13 13:14:46.761512431 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.9.905
+v0.10
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.a8z6S2/_old  2019-08-13 13:14:46.777512427 +0200
+++ /var/tmp/diff_new_pack.a8z6S2/_new  2019-08-13 13:14:46.777512427 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  549a6c47b8641e390c4544cce90f9eed9f175bfd
\ No newline at end of file
+  ab3f1df06e684d610927522ce4a7fdc8e204e141
\ No newline at end of file

++ install-daemon-into-sbindir.patch ++
--- /var/tmp/diff_new_pack.a8z6S2/_old  2019-08-13 13:14:46.785512425 +0200
+++ /var/tmp/diff_new_pack.a8z6S2/_new  2019-08-13 13:14:46.7855124

commit libratbag for openSUSE:Factory

2019-04-01 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2019-04-01 12:39:42

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


Package is "libratbag"

Mon Apr  1 12:39:42 2019 rev:4 rq:690173 version:0.9.905

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2019-02-01 
11:46:44.500472610 +0100
+++ /work/SRC/openSUSE:Factory/.libratbag.new.25356/libratbag.changes   
2019-04-01 12:39:44.977954945 +0200
@@ -1,0 +2,20 @@
+Sun Mar 31 10:42:03 UTC 2019 - Matthias Bach 
+
+- Dropped the no longer required build requirement python3-lxml.
+
+---
+Fri Mar 29 20:02:53 UTC 2019 - Matthias Bach 
+
+- Update to version 0.9.905:
+  * Added Devices:
++ Logitech G603
+  * Breaking changes in DBus API to move it towards a 1.0 release.
+  * SVG handling has been dropped.
+  * Ratbagctl interface changed:
+* Device IDs or Device name matching is now used instead of
+  event nodes. Use `ratbagctl list` to see device IDs and
+  names.
+* Device is now taken as the first argument.
+* Ratbagctl is now case sensitive.
+
+---

Old:

  libratbag-0.9.904.tar.xz

New:

  libratbag-0.9.905.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.siLZQQ/_old  2019-04-01 12:39:45.905955395 +0200
+++ /var/tmp/diff_new_pack.siLZQQ/_new  2019-04-01 12:39:45.905955395 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.9.904
+Version:0.9.905
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
@@ -35,7 +35,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  python3-evdev
 BuildRequires:  python3-gobject
-BuildRequires:  python3-lxml
 BuildRequires:  swig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  valgrind

++ _service ++
--- /var/tmp/diff_new_pack.siLZQQ/_old  2019-04-01 12:39:45.937955411 +0200
+++ /var/tmp/diff_new_pack.siLZQQ/_new  2019-04-01 12:39:45.941955412 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.9.904
+v0.9.905
 @PARENT_TAG@
 enable
 v(.*)

++ libratbag-0.9.904.tar.xz -> libratbag-0.9.905.tar.xz ++
 25113 lines of diff (skipped)




commit libratbag for openSUSE:Factory

2019-02-01 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2019-02-01 11:46:42

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


Package is "libratbag"

Fri Feb  1 11:46:42 2019 rev:3 rq:670155 version:0.9.904

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2018-10-17 
08:44:13.745712070 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new.28833/libratbag.changes   
2019-02-01 11:46:44.500472610 +0100
@@ -1,0 +2,23 @@
+Wed Jan 30 08:45:35 UTC 2019 - ma...@marix.org
+
+- Update to version 0.9.904:
+  * Added Devices:
++ Logitech G PowerPlay
++ Logitech G Pro
++ Logitech G402
++ Logitech G502 HERO
++ Logitech MX Anywhere 2
++ Logitech MX Anywhere 2S
++ Logitech MX Master 2S
++ Steelseries Rival 600
+  * Improved Devices:
++ All supported Roccat Devices
++ Logitech G102/203
++ Logitech G502
++ Logitech G600
++ Logitech G603
++ Logitech G903
++ Logitech MX Master
+  * Improved error messages provided by the command line tools.
+
+---

Old:

  libratbag-0.9.903.tar.xz

New:

  libratbag-0.9.904.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.bC8vMD/_old  2019-02-01 11:46:44.960472137 +0100
+++ /var/tmp/diff_new_pack.bC8vMD/_new  2019-02-01 11:46:44.964472133 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package libratbag
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2018 Matthias Bach .
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 Matthias Bach .
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.9.903
+Version:0.9.904
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
@@ -116,6 +116,7 @@
 %meson_install
 mkdir -p "%buildroot/%_sbindir"
 ln -s service "%buildroot/%_sbindir/rcratbagd"
+chmod -x "%buildroot/%_datadir/%name/devices/logitech-g402.device"  # Fix this 
file for some reaseon being executable
 %fdupes %buildroot/%_prefix
 
 %post   -n liblur3 -p /sbin/ldconfig

++ _service ++
--- /var/tmp/diff_new_pack.bC8vMD/_old  2019-02-01 11:46:44.996472100 +0100
+++ /var/tmp/diff_new_pack.bC8vMD/_new  2019-02-01 11:46:44.996472100 +0100
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.9.903
+v0.9.904
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.bC8vMD/_old  2019-02-01 11:46:45.020472075 +0100
+++ /var/tmp/diff_new_pack.bC8vMD/_new  2019-02-01 11:46:45.020472075 +0100
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  3d345570eb56c14d9c732d0b7c0b2a14c064c40d
\ No newline at end of file
+  549a6c47b8641e390c4544cce90f9eed9f175bfd
\ No newline at end of file

++ libratbag-0.9.903.tar.xz -> libratbag-0.9.904.tar.xz ++
 7449 lines of diff (skipped)




commit libratbag for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2018-10-17 08:43:23

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


Package is "libratbag"

Wed Oct 17 08:43:23 2018 rev:2 rq:642494 version:0.9.903

Changes:

--- /work/SRC/openSUSE:Factory/libratbag/libratbag.changes  2018-08-08 
14:52:51.593486722 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new/libratbag.changes 2018-10-17 
08:44:13.745712070 +0200
@@ -1,0 +2,10 @@
+Tue Oct 16 21:09:51 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 0.9.903:
+  * Adds GetSvgFd() function on D-BUS required by Piper
+  * Add a --version commandline argument ratbagd
+  * Added support for the Steelseries Sensei Raw
+  * Added support for the Logitech G600
+  * Added support for the Logitech G302
+
+---

Old:

  libratbag-0.9.902.tar.xz

New:

  libratbag-0.9.903.tar.xz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.OpiiIX/_old  2018-10-17 08:44:14.317711588 +0200
+++ /var/tmp/diff_new_pack.OpiiIX/_new  2018-10-17 08:44:14.321711585 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libratbag
-Version:0.9.902
+Version:0.9.903
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT

++ _service ++
--- /var/tmp/diff_new_pack.OpiiIX/_old  2018-10-17 08:44:14.349711561 +0200
+++ /var/tmp/diff_new_pack.OpiiIX/_new  2018-10-17 08:44:14.353711558 +0200
@@ -2,7 +2,7 @@
   
 https://github.com/libratbag/libratbag.git
 git
-v0.9.902
+v0.9.903
 @PARENT_TAG@
 enable
 v(.*)

++ _servicedata ++
--- /var/tmp/diff_new_pack.OpiiIX/_old  2018-10-17 08:44:14.365711548 +0200
+++ /var/tmp/diff_new_pack.OpiiIX/_new  2018-10-17 08:44:14.369711544 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/libratbag/libratbag.git
-  1e62916e755fd0dc73b7a14e87c9f530cb7ac886
\ No newline at end of file
+  3d345570eb56c14d9c732d0b7c0b2a14c064c40d
\ No newline at end of file

++ install-daemon-into-sbindir.patch ++
--- /var/tmp/diff_new_pack.OpiiIX/_old  2018-10-17 08:44:14.377711538 +0200
+++ /var/tmp/diff_new_pack.OpiiIX/_new  2018-10-17 08:44:14.377711538 +0200
@@ -6,11 +6,22 @@
 Ratbagd requires to be run by root. It should thus live in the system binary
 directory.
 
+diff --git a/dbus/org.freedesktop.ratbag1.service.in 
b/dbus/org.freedesktop.ratbag1.service.in
+index aaa3b56..6569ead 100644
+--- a/dbus/org.freedesktop.ratbag1.service.in
 b/dbus/org.freedesktop.ratbag1.service.in
+@@ -1,5 +1,5 @@
+ [D-BUS Service]
+ Name=org.freedesktop.ratbag1
+-Exec=@bindir@/ratbagd
++Exec=@sbindir@/ratbagd
+ User=root
+ SystemdService=ratbagd.service
 diff --git a/meson.build b/meson.build
-index 23872b5..ec4081c 100644
+index d0234cd..1ff3529 100644
 --- a/meson.build
 +++ b/meson.build
-@@ -408,6 +408,7 @@ executable('ratbagd',
+@@ -416,6 +416,7 @@ executable('ratbagd',
   dependencies : deps_ratbagd,
   include_directories : include_directories('src'),
   install : true,
@@ -18,7 +29,7 @@
  )
  
  install_man('ratbagd/ratbagd.8')
-@@ -419,6 +420,7 @@ executable('ratbagd.devel',
+@@ -427,6 +428,7 @@ executable('ratbagd.devel',
   dependencies : deps_ratbagd,
   include_directories : include_directories('src'),
   install : false,
@@ -26,7 +37,7 @@
   c_args : 
['-DRATBAG_DBUS_INTERFACE="ratbag_devel1_@0@"'.format(ratbagd_sha),
 '-DDISABLE_COREDUMP=1'],
  )
-@@ -452,12 +454,12 @@ if unitdir == ''
+@@ -462,13 +464,13 @@ if enable_systemd
endif
  endif
  
@@ -35,14 +46,15 @@
 +config_sbindir = configuration_data()
 +config_sbindir.set('sbindir', join_paths(get_option('prefix'), 
get_option('sbindir')))
  
- configure_file(input : 'ratbagd/ratbagd.service.in',
-  output : 'ratbagd.service',
-- configuration : config_bindir,
-+ configuration : config_sbindir,
-  install_dir : unitdir)
+ if enable_systemd
+   configure_file(input : 'ratbagd/ratbagd.service.in',
+   output : 'ratbagd.service',
+-  configuration : config_bindir,
++  configuration : config_sbindir,
+   install_dir : unitdir)
+ endif
  
- dbusdir = get_option('dbus-root-dir')
-@@ -467,7 +469,7 @@ endif
+@@ -479,7 +481,7 @@ endif
  
  configure_file(input : 'dbus/org.freedesktop.ratbag1.service.in',
   output : 'org.freedesktop.ratbag1.service',

++ libratbag-0.9.902.tar.xz -> libratbag-0.9.903.tar.xz ++
++

commit libratbag for openSUSE:Factory

2017-06-16 Thread root
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.0 +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)




commit libratbag for openSUSE:Factory

2016-10-23 Thread h_root
Hello community,

here is the log from the commit of package libratbag for openSUSE:Factory 
checked in at 2016-10-23 12:53:14

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  2016-07-14 
09:48:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.libratbag.new/libratbag.changes 2016-10-23 
12:53:16.0 +0200
@@ -1,0 +2,6 @@
+Sat Oct 22 16:04:50 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 0.5
+* No changelog was provided
+
+---

Old:

  _service
  libratbag-0.4.g39.tar.xz

New:

  v0.5.tar.gz



Other differences:
--
++ libratbag.spec ++
--- /var/tmp/diff_new_pack.bh2Vid/_old  2016-10-23 12:53:17.0 +0200
+++ /var/tmp/diff_new_pack.bh2Vid/_new  2016-10-23 12:53:17.0 +0200
@@ -16,26 +16,20 @@
 #
 
 
-%define version_unconverted 0.4.g39
-
 Name:   libratbag
 %define lname   libratbag1
-Version:0.4.g39
+Version:0.5
 Release:0
 Summary:Configuration library for gaming mice
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:https://libratbag.github.io/libratbag/
 
-#Git-Clone:https://github.com/libratbag/libratbag
-Source: %name-%version.tar.xz
+Source: https://github.com/libratbag/libratbag/archive/v%version.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf >= 2.64
-BuildRequires:  automake >= 1.11
 BuildRequires:  gcc-c++
 BuildRequires:  libtool >= 2.2
 BuildRequires:  pkg-config
-BuildRequires:  xz
 BuildRequires:  pkgconfig(check) >= 0.9.10
 BuildRequires:  pkgconfig(libevdev)
 BuildRequires:  pkgconfig(libudev) >= 196




commit libratbag for openSUSE:Factory

2016-07-14 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.libratbag.new/libratbag.changes 2016-07-14 
09:48:39.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.b3zCyv/_new  2016-07-14 09:48:40.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.b3zCyv/_new  2016-07-14 09:48:40.0 +0200
@@ -1,8 +1,14 @@
 

git://github.com/libratbag/libratbag
-   d83f8a30e08bc6d4044