Hello community,

here is the log from the commit of package libunicap for openSUSE:Factory 
checked in at 2013-05-07 07:27:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunicap (Old)
 and      /work/SRC/openSUSE:Factory/.libunicap.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunicap"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunicap/libunicap.changes      2012-11-28 
11:07:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libunicap.new/libunicap.changes 2013-05-07 
07:27:56.000000000 +0200
@@ -1,0 +2,11 @@
+Thu May  2 22:19:29 UTC 2013 - [email protected]
+
+- While we are at this, place the udev rules in the 
+  correct localtion (extends libunicap-udev.patch)
+
+-------------------------------------------------------------------
+Thu May  2 17:48:53 UTC 2013 - [email protected]
+
+- Fix build with new automake 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunicap.spec ++++++
--- /var/tmp/diff_new_pack.NrgCrN/_old  2013-05-07 07:27:57.000000000 +0200
+++ /var/tmp/diff_new_pack.NrgCrN/_new  2013-05-07 07:27:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libunicap
 #
-# 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
@@ -47,6 +47,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libvorbis-devel
+BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-devel
 BuildRequires:  xorg-x11-libICE-devel
 BuildRequires:  xorg-x11-libXext-devel
@@ -56,6 +57,7 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libraw1394)
 BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} >= 1210
 BuildRequires:  libv4l-devel >= 0.8.4
 %else
@@ -64,7 +66,7 @@
 %endif
 BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
 %description
 Unicap provides a uniform interface to video capture devices. It allows
 applications to use any supported video capture device via a single API.
@@ -105,6 +107,7 @@
 %patch3 -p 1
 %patch4
 %build
+mkdir -p m4
 autoreconf -fiv
 %configure --disable-rpath --disable-static --enable-gtk-doc --enable-libv4l
 make %{?_smp_mflags}
@@ -125,7 +128,7 @@
 %doc AUTHORS ChangeLog COPYING README
 %{_libdir}/*.so.*
 %{_libdir}/unicap2
-%config %{_sysconfdir}/udev/rules.d/50-euvccam.rules
+%{_udevrulesdir}/50-euvccam.rules
 
 %files devel
 %defattr(-,root,root)

++++++ libunicap-udev.patch ++++++
--- /var/tmp/diff_new_pack.NrgCrN/_old  2013-05-07 07:27:58.000000000 +0200
+++ /var/tmp/diff_new_pack.NrgCrN/_new  2013-05-07 07:27:58.000000000 +0200
@@ -1,5 +1,3 @@
-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 @@
@@ -23,3 +21,12 @@
 +ATTRS{idVendor}=="199e", ATTRS{idProduct}=="8207", GROUP="video", MODE="0660"
 +
 +LABEL="euvccam_rules_end"
+--- libunicap-0.9.12.orig/data/Makefile.am
++++ libunicap-0.9.12/data/Makefile.am
+@@ -1,4 +1,4 @@
+-euvccamrulesdir=/etc/udev/rules.d
++euvccamrulesdir=$(shell pkg-config --variable=udevdir udev)/rules.d
+ euvccamrules_DATA=50-euvccam.rules
+ 
+ EXTRA_DIST=50-euvccam.rules
+\ No newline at end of file

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to