commit lomoco for openSUSE:Factory

2017-11-27 Thread root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2017-11-27 22:18:24

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


Package is "lomoco"

Mon Nov 27 22:18:24 2017 rev:26 rq:545887 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2017-07-19 
12:22:15.877728721 +0200
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2017-11-27 
22:18:33.410317391 +0100
@@ -1,0 +2,6 @@
+Thu Nov 23 13:51:48 UTC 2017 - rbr...@suse.com
+
+- Replace references to /var/adm/fillup-templates with new 
+  %_fillupdir macro (boo#1069468)
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.qlTNsX/_old  2017-11-27 22:18:33.986296486 +0100
+++ /var/tmp/diff_new_pack.qlTNsX/_new  2017-11-27 22:18:33.986296486 +0100
@@ -16,10 +16,15 @@
 #
 
 
+#Compat macro for new _fillupdir macro introduced in Nov 2017
+%if ! %{defined _fillupdir}
+  %define _fillupdir /var/adm/fillup-templates
+%endif
+
 %define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %define udev_scripts_dir %(pkg-config --variable=udevdir udev)
 %if 0%{?suse_version}
-%define sysconfigfile 
%{_localstatedir}/adm/fillup-templates/sysconfig.logitech_mouse
+%define sysconfigfile %{_fillupdir}/sysconfig.logitech_mouse
 %else
 %define sysconfigfile %{_sysconfdir}/sysconfig/logitech_mouse
 %endif
@@ -102,7 +107,7 @@
 %install
 %make_install
 install -d -m 755 %{buildroot}%{_udevrulesdir}
-install -d -m 755 %{buildroot}%{_localstatedir}/adm/fillup-templates
+install -d -m 755 %{buildroot}%{_fillupdir}
 install -m 644 lomoco.rules %{buildroot}%{_udevrulesdir}/40-lomoco.rules
 install -d -m 755 %{buildroot}%{udev_scripts_dir}
 install -D -m 644 %{SOURCE3} %{buildroot}%{sysconfigfile}




commit lomoco for openSUSE:Factory

2017-07-19 Thread root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2017-07-19 11:22:39

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


Package is "lomoco"

Wed Jul 19 11:22:39 2017 rev:25 rq:511205 version:1.0

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2015-04-23 
08:04:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2017-07-19 
12:22:15.877728721 +0200
@@ -1,0 +2,5 @@
+Tue Jul 18 12:48:37 UTC 2017 - lnus...@suse.de
+
+- require %fillup_prereq (boo#1040198)
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.ifDNQs/_old  2017-07-19 12:22:16.513638987 +0200
+++ /var/tmp/diff_new_pack.ifDNQs/_new  2017-07-19 12:22:16.517638422 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lomoco
 #
-# Copyright (c) 2015 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
@@ -14,50 +14,65 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
-%if 0%{?suse_version} && 0%{?suse_version} > 1100
-BuildRequires:  libusb-compat-devel
-%else
-BuildRequires:  libusb-devel
-%endif
-
-BuildRequires:  automake
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(udev)
-
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+%define udev_scripts_dir %(pkg-config --variable=udevdir udev)
 %if 0%{?suse_version}
-%define sysconfigfile /var/adm/fillup-templates/sysconfig.logitech_mouse
+%define sysconfigfile 
%{_localstatedir}/adm/fillup-templates/sysconfig.logitech_mouse
 %else
-%define sysconfigfile /etc/sysconfig/logitech_mouse
+%define sysconfigfile %{_sysconfdir}/sysconfig/logitech_mouse
 %endif
-
 Name:   lomoco
-Url:http://www.lomoco.org/
 Version:1.0
 Release:0
 Summary:Tool for setting the special features of some Logitech mice
 License:GPL-2.0+
 Group:  Hardware/Other
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Conflicts:  logitech_applet, lmctl
-Provides:   lmctl:/usr/bin/lmctl
-Patch:  lomoco.diff
-Patch1: lomoco-udev-1030.diff
-Patch2: lomoco-mx518-2-support.patch
-Patch3: lomoco-1.0-stropts.diff
+Url:http://www.lomoco.org/
 Source: lomoco-1.0.tar.gz
 Source3:sysconfig.logitech_mouse
 Source4:tomodalias.awk
 Source5:udev.lomoco
+Patch0: lomoco.diff
+Patch1: lomoco-udev-1030.diff
+Patch2: lomoco-mx518-2-support.patch
+Patch3: lomoco-1.0-stropts.diff
+BuildRequires:  automake
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(udev)
+Conflicts:  lmctl
+Conflicts:  logitech_applet
+Provides:   lmctl:%{_bindir}/lmctl
+%if 0%{?suse_version} && 0%{?suse_version} > 1100
+BuildRequires:  libusb-compat-devel
+%else
+BuildRequires:  libusb-devel
+%endif
 %if 0%{?suse_version}
-Supplements:modalias(usb:v046DpC00E*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC00F*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC012*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01D*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01E*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC024*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01B*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC025*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC031*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC041*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC501*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC502*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC503*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC504*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC505*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC506*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC508*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC702*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC704*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC50E*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC00E*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC00F*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC012*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC01B*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC01D*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC01E*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC024*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC025*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC031*dc*dsc*dp*ic*isc*ip*)
+Supplements:modalias(usb:v046DpC

commit lomoco for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2015-04-23 08:04:17

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


Package is "lomoco"

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2013-04-24 
12:23:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2015-04-23 
08:04:18.0 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 16:57:31 UTC 2015 - stefan.bru...@rwth-aachen.de
+
+- get rid of HAL
+- fix script name for fillup
+
+---

Old:

  tohal.awk



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.yVlpZF/_old  2015-04-23 08:04:18.0 +0200
+++ /var/tmp/diff_new_pack.yVlpZF/_new  2015-04-23 08:04:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lomoco
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -48,7 +48,6 @@
 Patch2: lomoco-mx518-2-support.patch
 Patch3: lomoco-1.0-stropts.diff
 Source: lomoco-1.0.tar.gz
-Source2:tohal.awk
 Source3:sysconfig.logitech_mouse
 Source4:tomodalias.awk
 Source5:udev.lomoco
@@ -92,22 +91,15 @@
 awk -f udev/toudev.awk < src/lomoco.c \
   | sed 's@RUN="lomoco"@RUN="%{udev_scripts_dir}/lomoco.sh", 
ENV{ACL_MANAGE}="1"@' \
   > lomoco.rules
-awk -f %{SOURCE2} < src/lomoco.c > lomoco.fdi
 
 %install
 %makeinstall
 %__install -d -m 755 %{buildroot}%{_udevrulesdir}
-%__install -d -m 755 %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor
 %__install -d -m 755 %{buildroot}/var/adm/fillup-templates
 %__install -m 644 lomoco.rules %{buildroot}%{_udevrulesdir}/40-lomoco.rules
-%__install -m 644 lomoco.fdi 
%{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/50-lomoco.fdi
 %__install -d -m 755 %{buildroot}%{udev_scripts_dir}
 %__install -D -m 644 %{SOURCE3} %{buildroot}%{sysconfigfile}
-%if 0%{?suse_version} && 0%{?suse_version} < 1020
-%__install -m 755 udev/udev.lomoco %{buildroot}%{udev_scripts_dir}/lomoco.sh
-%else
 %__install -m 755 %{SOURCE5} %{buildroot}%{udev_scripts_dir}/lomoco.sh
-%endif
 
 %clean
 %__rm -rf %{buildroot}
@@ -115,7 +107,7 @@
 %if 0%{?suse_version}
 
 %post
-%fillup_only %{name}
+%fillup_only -n logitech_mouse
 %endif
 
 %files
@@ -125,7 +117,6 @@
 %{_udevrulesdir}/*.rules
 %{_bindir}/lomoco
 %{_mandir}/man?/lomoco.*
-%{_datadir}/hal
 %{!?suse_version:%config(noreplace)} %{sysconfigfile}
 
 %changelog




commit lomoco for openSUSE:Factory

2013-04-24 Thread h_root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2013-04-24 11:52:26

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


Package is "lomoco", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2012-11-08 
21:50:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2013-04-24 
11:52:28.0 +0200
@@ -1,0 +2,5 @@
+Thu Apr 11 20:06:43 UTC 2013 - crrodrig...@opensuse.org
+
+- Fix udev rules location paths. 
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.t1G9aK/_old  2013-04-24 11:52:29.0 +0200
+++ /var/tmp/diff_new_pack.t1G9aK/_new  2013-04-24 11:52:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lomoco
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,6 @@
 # icecream 0
 
 
-%define udev_scripts_dir /usr/lib/udev
 %if 0%{?suse_version} && 0%{?suse_version} > 1100
 BuildRequires:  libusb-compat-devel
 %else
@@ -25,7 +24,8 @@
 %endif
 
 BuildRequires:  automake
-BuildRequires:  udev
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(udev)
 
 %if 0%{?suse_version}
 %define sysconfigfile /var/adm/fillup-templates/sysconfig.logitech_mouse
@@ -41,7 +41,6 @@
 License:GPL-2.0+
 Group:  Hardware/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Requires:   udev
 Conflicts:  logitech_applet, lmctl
 Provides:   lmctl:/usr/bin/lmctl
 Patch:  lomoco.diff
@@ -57,6 +56,9 @@
 Supplements:modalias(usb:v046DpC00E*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC00F*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC012*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01D*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01E*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC024*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC01B*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC025*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC031*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC041*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC501*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC502*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC503*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC504*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC505*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC506*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC508*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC702*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC704*dc*dsc*dp*ic*isc*ip*) 
modalias(usb:v046DpC50E*dc*dsc*dp*ic*isc*ip*)
 %endif
 
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
+%define udev_scripts_dir %(pkg-config --variable=udevdir udev)
+
 %description
 lomoco can configure vendor-specific options on Logitech USB mice (or
 dual-personality mice plugged into the USB port). A number of recent
@@ -94,11 +96,10 @@
 
 %install
 %makeinstall
-%__install -d -m 755 %{buildroot}/etc/udev/scripts
-%__install -d -m 755 %{buildroot}/etc/udev/rules.d
+%__install -d -m 755 %{buildroot}%{_udevrulesdir}
 %__install -d -m 755 %{buildroot}%{_datadir}/hal/fdi/policy/10osvendor
 %__install -d -m 755 %{buildroot}/var/adm/fillup-templates
-%__install -m 644 lomoco.rules %{buildroot}/etc/udev/rules.d/40-lomoco.rules
+%__install -m 644 lomoco.rules %{buildroot}%{_udevrulesdir}/40-lomoco.rules
 %__install -m 644 lomoco.fdi 
%{buildroot}%{_datadir}/hal/fdi/policy/10osvendor/50-lomoco.fdi
 %__install -d -m 755 %{buildroot}%{udev_scripts_dir}
 %__install -D -m 644 %{SOURCE3} %{buildroot}%{sysconfigfile}
@@ -120,9 +121,8 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog COPYING INSTALL README 
-%dir %{udev_scripts_dir}
 %{udev_scripts_dir}/lomoco.sh
-%config(noreplace) /etc/udev/rules.d/*
+%{_udevrulesdir}/*.rules
 %{_bindir}/lomoco
 %{_mandir}/man?/lomoco.*
 %{_datadir}/hal

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lomoco for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2012-11-08 21:50:39

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


Package is "lomoco", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2011-12-08 
11:52:55.0 +0100
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2012-11-08 
21:50:40.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov  5 20:37:39 UTC 2012 - tittiatc...@gmail.com
+
+- Ensure that locomo.sh is installed in the correct path
+  /usr/lib/udev
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.uUYBNm/_old  2012-11-08 21:50:41.0 +0100
+++ /var/tmp/diff_new_pack.uUYBNm/_new  2012-11-08 21:50:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lomoco
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products 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,7 +16,8 @@
 #
 # icecream 0
 
-%define udev_scripts_dir /lib/udev
+
+%define udev_scripts_dir /usr/lib/udev
 %if 0%{?suse_version} && 0%{?suse_version} > 1100
 BuildRequires:  libusb-compat-devel
 %else
@@ -33,12 +34,12 @@
 %endif
 
 Name:   lomoco
-License:GPL-2.0+
 Url:http://www.lomoco.org/
-Group:  Hardware/Other
 Version:1.0
 Release:0
 Summary:Tool for setting the special features of some Logitech mice
+License:GPL-2.0+
+Group:  Hardware/Other
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   udev
 Conflicts:  logitech_applet, lmctl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit lomoco for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package lomoco for openSUSE:Factory checked 
in at 2011-12-08 11:50:57

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


Package is "lomoco", Maintainer is "lnus...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/lomoco/lomoco.changes2011-09-23 
02:12:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.lomoco.new/lomoco.changes   2011-12-08 
11:52:55.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 15:57:09 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ lomoco.spec ++
--- /var/tmp/diff_new_pack.07VRPU/_old  2011-12-08 11:53:10.0 +0100
+++ /var/tmp/diff_new_pack.07VRPU/_new  2011-12-08 11:53:10.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package lomoco (Version 1.0)
+# spec file for package lomoco
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,8 +14,6 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
 # icecream 0
 
 %define udev_scripts_dir /lib/udev
@@ -25,6 +23,7 @@
 BuildRequires:  libusb-devel
 %endif
 
+BuildRequires:  automake
 BuildRequires:  udev
 
 %if 0%{?suse_version}
@@ -34,11 +33,11 @@
 %endif
 
 Name:   lomoco
-License:GPLv2+
+License:GPL-2.0+
 Url:http://www.lomoco.org/
 Group:  Hardware/Other
 Version:1.0
-Release:102
+Release:0
 Summary:Tool for setting the special features of some Logitech mice
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires:   udev

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org