Hello community,

here is the log from the commit of package g810-led for openSUSE:Factory 
checked in at 2019-08-24 18:50:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/g810-led (Old)
 and      /work/SRC/openSUSE:Factory/.g810-led.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "g810-led"

Sat Aug 24 18:50:11 2019 rev:1 rq:725811 version:0.3.5

Changes:
--------
New Changes file:

--- /dev/null   2019-08-07 02:59:15.679220339 +0200
+++ /work/SRC/openSUSE:Factory/.g810-led.new.7948/g810-led.changes      
2019-08-24 18:50:21.617734397 +0200
@@ -0,0 +1,48 @@
+-------------------------------------------------------------------
+Mon Jun 24 10:14:52 UTC 2019 - Christos Gourdoupis <[email protected]>
+
+- Update to version 0.3.5.
+
+-------------------------------------------------------------------
+Sat Jan 26 15:26:53 UTC 2019 - Christos Gourdoupis <[email protected]>
+
+- Update to version 0.3.3.
+
+-------------------------------------------------------------------
+Tue Nov 27 11:12:59 UTC 2018 - Christos Gourdoupis <[email protected]>
+
+- Update to version 0.2.8.
+
+-------------------------------------------------------------------
+Fri Nov  3 23:39:34 UTC 2017 - [email protected]
+
+- Fix support for newer keyboard models.
+- Rename the changes file.
+
+-------------------------------------------------------------------
+Wed Oct 25 22:36:42 UTC 2017 - [email protected]
+
+- Update to version 0.2.7.
+
+-------------------------------------------------------------------
+Wed Jun  7 08:03:20 UTC 2017 - [email protected]
+
+- Update to version 0.2.6.
+
+-------------------------------------------------------------------
+Fri May  5 12:31:54 UTC 2017 - [email protected]
+
+- Update to version 0.2.1.
+
+-------------------------------------------------------------------
+Wed Feb 22 20:52:06 UTC 2017 - [email protected]
+
+- Update to latest git.
+  Use libhidapi instead of libusb
+- Fix build for Leap_42.1
+
+-------------------------------------------------------------------
+Sun Jan 15 00:19:07 UTC 2017 - [email protected]
+
+- Initial package.
+

New:
----
  g810-led-0.3.5.tar.gz
  g810-led.changes
  g810-led.spec

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

Other differences:
------------------
++++++ g810-led.spec ++++++
#
# spec file for package g810-led
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           g810-led
Version:        0.3.5
Release:        0
Summary:        Controller for Logitech LED keyboards
License:        GPL-3.0-only
Group:          Hardware/Other
URL:            https://github.com/MatMoul/g810-led/wiki
Source0:        
https://github.com/MatMoul/g810-led/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires:  gcc-c++
BuildRequires:  libhidapi-devel
BuildRequires:  pkgconfig
BuildRequires:  systemd-rpm-macros
%{?systemd_requires}

%description
Linux controller for Logitech Led Keyboards.
Compatible keyboards:
  G213 Prodigy
  G410 Atlas Spectrum
  G413 Carbon
  G512 Carbon
  G513 Carbon
  G610 Orion (Brown and Red)
  G810 Orion Spectrum
  G910 Orion (Spark and Spectrum)
  GPRO

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -D -m 644 -t %{buildroot}%{_sysconfdir}/%{name}/samples/ 
sample_profiles/*
cp %{buildroot}%{_sysconfdir}/%{name}/samples/group_keys 
%{buildroot}%{_sysconfdir}/%{name}/profile
cp %{buildroot}%{_sysconfdir}/%{name}/samples/all_off 
%{buildroot}%{_sysconfdir}/%{name}/reboot
install -D -m 644 udev/%{name}.rules 
%{buildroot}%{_udevrulesdir}/80-%{name}.rules
install -D -m 755 bin/%{name} -t %{buildroot}%{_bindir}
ln -s %{name} %{buildroot}%{_bindir}/g213-led
ln -s %{name} %{buildroot}%{_bindir}/g410-led
ln -s %{name} %{buildroot}%{_bindir}/g413-led
ln -s %{name} %{buildroot}%{_bindir}/g512-led
ln -s %{name} %{buildroot}%{_bindir}/g513-led
ln -s %{name} %{buildroot}%{_bindir}/g610-led
ln -s %{name} %{buildroot}%{_bindir}/g910-led
ln -s %{name} %{buildroot}%{_bindir}/gpro-led
install -D -m 644 systemd/* -t %{buildroot}%{_unitdir}
mkdir -p %{buildroot}%{_sbindir}
ln -s service %{buildroot}%{_sbindir}/rc%{name}
ln -s service %{buildroot}%{_sbindir}/rc%{name}-reboot

%pre
%service_add_pre %{name}.service %{name}-reboot.service

%post
%service_add_post %{name}.service %{name}-reboot.service

%preun
%service_del_preun %{name}.service %{name}-reboot.service

%postun
%service_del_postun %{name}.service %{name}-reboot.service

%files
%license LICENSE
%doc README.md
%{_bindir}/*
%{_sbindir}/rc%{name}*
%dir %{_sysconfdir}/%{name}
%config(noreplace) %{_sysconfdir}/%{name}/profile
%config(noreplace) %{_sysconfdir}/%{name}/reboot
%config %{_sysconfdir}/%{name}/samples
%{_unitdir}/*
%{_udevrulesdir}/80-%{name}.rules

%changelog

Reply via email to