Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2013-09-17 15:01:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2013-09-16 
09:18:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2013-09-17 
15:01:56.000000000 +0200
@@ -1,0 +2,5 @@
+Sat Sep 14 08:01:17 UTC 2013 - crrodrig...@opensuse.org
+
+- place socket in /run , not /var/run (bluez-sdp-unix-path.patch)
+
+-------------------------------------------------------------------

New:
----
  bluez-sdp-unix-path.patch

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.4L14xu/_old  2013-09-17 15:01:56.000000000 +0200
+++ /var/tmp/diff_new_pack.4L14xu/_new  2013-09-17 15:01:56.000000000 +0200
@@ -35,6 +35,7 @@
 Source7:        bluetooth.modprobe
 Source99:       README.packagers
 Patch1:         bluez-5.4-compilerwarning.diff
+Patch2:         bluez-sdp-unix-path.patch
 BuildRequires:  alsa-devel
 BuildRequires:  automake
 BuildRequires:  check-devel
@@ -113,7 +114,7 @@
 %prep
 %setup -q
 %patch1 -p1
-
+%patch2 -p1
 cp %{SOURCE6} .
 mkdir dbus-apis
 cp -a doc/*.txt dbus-apis/

++++++ bluez-sdp-unix-path.patch ++++++
--- bluez-5.8.orig/lib/sdp.h
+++ bluez-5.8/lib/sdp.h
@@ -34,7 +34,7 @@ extern "C" {
 #include <stdint.h>
 #include <bluetooth/bluetooth.h>
 
-#define SDP_UNIX_PATH "/var/run/sdp"
+#define SDP_UNIX_PATH "/run/sdp"
 #define SDP_RESPONSE_TIMEOUT   20
 #define SDP_REQ_BUFFER_SIZE    2048
 #define SDP_RSP_BUFFER_SIZE    65535
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to