Hello community,

here is the log from the commit of package openobex for openSUSE:Factory 
checked in at 2014-01-03 19:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openobex (Old)
 and      /work/SRC/openSUSE:Factory/.openobex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openobex"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openobex/openobex.changes        2013-10-11 
08:59:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes   2014-01-03 
19:47:34.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Dec  8 06:33:30 UTC 2013 - [email protected]
+
+- Use distribution definition of _udevrulesdir instead of rules_dir
+- run %udev_rules_update if such macro is defined.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ openobex.spec ++++++
--- /var/tmp/diff_new_pack.6SlOBn/_old  2014-01-03 19:47:35.000000000 +0100
+++ /var/tmp/diff_new_pack.6SlOBn/_new  2014-01-03 19:47:35.000000000 +0100
@@ -31,7 +31,7 @@
 BuildRequires:  libusb-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(udev)
-%define rules_dir %(pkg-config --variable udevdir udev)/rules.d
+%{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 
 %description
 OBEX is a session protocol and can best be described as a binary HTTP
@@ -89,10 +89,13 @@
 
 %postun -n libopenobex2 -p /sbin/ldconfig
 
+%post
+%{?udev_rules_update:%udev_rules_update}
+
 %files
 %defattr(-,root,root)
 %{_sbindir}/obex-check-device
-%{rules_dir}/60-openobex.rules
+%{_udevrulesdir}/60-openobex.rules
 
 %files -n libopenobex2
 %defattr(-,root,root)

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

Reply via email to