Hello community,

here is the log from the commit of package libunicap for openSUSE:Factory 
checked in at 2012-03-20 11:28:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunicap (Old)
 and      /work/SRC/openSUSE:Factory/.libunicap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunicap", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunicap/libunicap.changes      2011-10-18 
14:31:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libunicap.new/libunicap.changes 2012-03-20 
11:30:16.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar 16 20:30:33 CET 2012 - [email protected]
+
+- Port rules to the new udev (bnc#726471).
+
+-------------------------------------------------------------------

New:
----
  libunicap-udev.patch

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

Other differences:
------------------
++++++ libunicap.spec ++++++
--- /var/tmp/diff_new_pack.y8SBDf/_old  2012-03-20 11:30:18.000000000 +0100
+++ /var/tmp/diff_new_pack.y8SBDf/_new  2012-03-20 11:30:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunicap
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define _use_internal_dependency_generator 0
 %{expand:%%define prev__find_provides %{__find_provides}}
 %define __find_provides sh %{SOURCE1} %{prev__find_provides}
@@ -35,6 +36,8 @@
 Patch1:         libunicap-0.9.12-find_videodev.patch
 # PATCH-FIX-UPSTREAM uses the reserved keyword "private" 
https://bugs.launchpad.net/unicap/+bug/656229
 Patch2:         libunicap_0912_fixPrivate.patch
+# PATCH-FIX-UPSTREAM libunicap-udev.patch bnc726471 
https://bugs.launchpad.net/unicap/+bug/959626 [email protected] -- port rules to 
the new udev
+Patch3:         libunicap-udev.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  gettext
 BuildRequires:  gtk-doc >= 1.4
@@ -96,6 +99,7 @@
 %patch1
 %endif
 %patch2 -p 1
+%patch3 -p 1
 
 %build
 %configure --disable-rpath --enable-gtk-doc --enable-libv4l
@@ -109,6 +113,7 @@
 %find_lang unicap
 
 %post   -n libunicap2 -p /sbin/ldconfig
+
 %postun -n libunicap2 -p /sbin/ldconfig
 
 %files -n libunicap2 -f unicap.lang

++++++ libunicap-udev.patch ++++++
Index: libunicap-0.9.12/data/50-euvccam.rules
===================================================================
--- libunicap-0.9.12.orig/data/50-euvccam.rules
+++ libunicap-0.9.12/data/50-euvccam.rules
@@ -1,8 +1,13 @@
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8201", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8202", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8203", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8204", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8205", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8206", GROUP="video", MODE="0660"
-SYSFS{idVendor}=="199e", SYSFS{idProduct}=="8207", GROUP="video", MODE="0660"
+ACTION!="add", GOTO="euvccam_rules_end"
+SUBSYSTEM!="usb", GOTO="euvccam_rules_end"
+ENV{DEVTYPE}!="usb_device", GOTO="euvccam_rules_end"
 
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8201", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8202", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8203", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8204", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8205", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8206", GROUP="video", MODE="0660"
+ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8207", GROUP="video", MODE="0660"
+
+LABEL="euvccam_rules_end"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to