Hello community,

here is the log from the commit of package libfprint for openSUSE:Factory 
checked in at 2013-12-11 11:28:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfprint (Old)
 and      /work/SRC/openSUSE:Factory/.libfprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfprint"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfprint/libfprint.changes      2013-10-07 
08:31:22.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libfprint.new/libfprint.changes 2013-12-11 
11:28:48.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 18:38:04 UTC 2013 - crrodrig...@opensuse.org
+
+-  define _udevrulesdir only if not already in place.
+- run %udev_rules_update if such macro is defined
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libfprint.spec ++++++
--- /var/tmp/diff_new_pack.m7J7oI/_old  2013-12-11 11:28:49.000000000 +0100
+++ /var/tmp/diff_new_pack.m7J7oI/_new  2013-12-11 11:28:49.000000000 +0100
@@ -17,6 +17,8 @@
 #
 
 
+%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
+
 Name:           libfprint
 Version:        0.5.1
 Release:        0
@@ -42,8 +44,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires(pre):  %fillup_prereq
 
-%define _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d
-
 %description
 The fprint project aims to plug a gap in the Linux desktop: support for
 consumer fingerprint reader devices.
@@ -107,7 +107,9 @@
 #remove unpackaged files
 rm -f %{buildroot}%{_libdir}/*.la
 
-%post -n libfprint0 -p /sbin/ldconfig
+%post -n libfprint0
+/sbin/ldconfig
+%{?udev_rules_update:%udev_rules_update}
 
 %postun -n libfprint0 -p /sbin/ldconfig
 

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

Reply via email to