Hello community,

here is the log from the commit of package g810-led for openSUSE:Factory 
checked in at 2020-01-22 22:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/g810-led (Old)
 and      /work/SRC/openSUSE:Factory/.g810-led.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "g810-led"

Wed Jan 22 22:45:25 2020 rev:3 rq:766156 version:0.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/g810-led/g810-led.changes        2019-09-04 
09:10:58.658974550 +0200
+++ /work/SRC/openSUSE:Factory/.g810-led.new.26092/g810-led.changes     
2020-01-22 22:45:28.392551529 +0100
@@ -1,0 +2,5 @@
+Sun Jan 19 18:25:11 UTC 2020 - Olav Reinert <seroto...@gmail.com>
+
+- Update to version 0.3.9
+
+-------------------------------------------------------------------

Old:
----
  g810-led-0.3.7.tar.gz

New:
----
  g810-led-0.3.9.tar.gz

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

Other differences:
------------------
++++++ g810-led.spec ++++++
--- /var/tmp/diff_new_pack.4MZaWj/_old  2020-01-22 22:45:29.744552210 +0100
+++ /var/tmp/diff_new_pack.4MZaWj/_new  2020-01-22 22:45:29.748552212 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package g810-led
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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:           g810-led
-Version:        0.3.7
+Version:        0.3.9
 Release:        0
 Summary:        Controller for Logitech LED keyboards
 License:        GPL-3.0-only

++++++ g810-led-0.3.7.tar.gz -> g810-led-0.3.9.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/g810-led-0.3.7/INSTALL.md 
new/g810-led-0.3.9/INSTALL.md
--- old/g810-led-0.3.7/INSTALL.md       2019-07-25 22:00:58.000000000 +0200
+++ new/g810-led-0.3.9/INSTALL.md       2019-09-21 00:44:32.000000000 +0200
@@ -17,16 +17,23 @@
 
 ## Installation using repos :</br>
 ArchLinux (aur) :</br>
-`yaourt -S g810-led-git` # with yaourt</br>
+`yay -S g810-led-git` # with yay</br>
 `pacaur -S g810-led-git` # with pacaur</br>
+`trizen -S g810-leg-git` # with trizen</br>
+
 Fedora (copr) :<br/>
 `sudo dnf copr enable lkiesow/g810-led` # Enable Copr repository<br/>
 `sudo dnf install g810-led`<br/>
+
 Gentoo :<br/>
 `emerge app-misc/g810-led`<br/>
+
 Debian (unstable, and 10 or later), Ubuntu 19.04 or later :<br/>
 `apt install g810-led`
 
+Solus :<br/>
+`sudo eopkg install g810-led`<br/>
+
 ## Installation of dependencies :</br>
 ArchLinux :</br>
 `sudo pacman -S git gcc make hidapi` # for hidapi</br>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/g810-led-0.3.7/makefile new/g810-led-0.3.9/makefile
--- old/g810-led-0.3.7/makefile 2019-07-25 22:00:58.000000000 +0200
+++ new/g810-led-0.3.9/makefile 2019-09-21 00:44:32.000000000 +0200
@@ -18,11 +18,11 @@
 PROGN=g810-led
 MAJOR=0
 MINOR=3
-MICRO=7
+MICRO=9
 
 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
-APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
-LIBSRCS=src/classes/*.cpp src/classes/*.h
+APPSRCS=src/main.cpp src/helpers/*.cpp
+LIBSRCS=src/classes/*.cpp
 
 .PHONY: all bin debug clean setup install uninstall lib install-lib install-dev
 


Reply via email to