Hello community,

here is the log from the commit of package openobex for openSUSE:Factory 
checked in at 2014-08-27 16:52:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-07-10 
08:16:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openobex.new/openobex.changes   2014-08-27 
16:52:59.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Aug 20 07:32:19 UTC 2014 - [email protected]
+
+- Added patches:
+   * openobex-1.7.1-fix_udev_rules.patch
+  Fixed 60-openobex.rules with 'TAG+="uaccess"' (bnc#858863)
+
+-------------------------------------------------------------------

New:
----
  openobex-1.7.1-fix_udev_rules.patch

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

Other differences:
------------------
++++++ openobex.spec ++++++
--- /var/tmp/diff_new_pack.U147d8/_old  2014-08-27 16:53:00.000000000 +0200
+++ /var/tmp/diff_new_pack.U147d8/_new  2014-08-27 16:53:00.000000000 +0200
@@ -24,6 +24,7 @@
 Group:          Development/Libraries/Other
 Url:            http://openobex.sourceforge.net/
 Source:         
http://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}-Source.tar.gz
+Patch1:         openobex-1.7.1-fix_udev_rules.patch
 BuildRequires:  bluez-devel
 BuildRequires:  cmake
 BuildRequires:  docbook-xsl-stylesheets
@@ -75,6 +76,7 @@
 
 %prep
 %setup -q -n openobex-%{version}-Source
+%patch1 -p1
 # openobex runs some tests with g++
 sed -i -e 's:openobex C:openobex C CXX:' CMakeLists.txt
 # do not compile and install the udev part

++++++ openobex-1.7.1-fix_udev_rules.patch ++++++
diff --git a/udev/openobex.rules.in b/udev/openobex.rules.in
index 9c83ed3..ffa9e1a 100644
--- a/udev/openobex.rules.in
+++ b/udev/openobex.rules.in
@@ -1,3 +1,3 @@
 #udev script to make USB CDC devices with OBEX accessible to users
 
-ACTION=="add", SUBSYSTEM=="usb", PROGRAM="@prefix@/sbin/obex-check-device 
$attr{idVendor} $attr{idProduct}", MODE="660", GROUP="plugdev"
+ACTION=="add", SUBSYSTEM=="usb", PROGRAM="@prefix@/sbin/obex-check-device 
$attr{idVendor} $attr{idProduct}", TAG+="uaccess"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to