Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2023-08-12 15:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bluez (Old)
 and      /work/SRC/openSUSE:Factory/.bluez.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bluez"

Sat Aug 12 15:05:53 2023 rev:194 rq:1103450 version:5.68

Changes:
--------
--- /work/SRC/openSUSE:Factory/bluez/bluez.changes      2022-11-17 
17:24:25.833041967 +0100
+++ /work/SRC/openSUSE:Factory/.bluez.new.11712/bluez.changes   2023-08-12 
15:05:55.682401232 +0200
@@ -1,0 +2,32 @@
+Fri Aug 11 07:11:10 UTC 2023 - Joey Lee <j...@suse.com>
+
+- 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch be
+  removed by Timo Jyrinki when updating to 5.68. I saw some reasons:
+    - Upstream didn't take this patch:
+      https://www.spinics.net/lists/linux-bluetooth/msg40136.html
+    - Fedora also marked this patch in bluez.spec since bluez-5.68-2.fc39
+      
https://src.fedoraproject.org/rpms/bluez/blob/2b133d795f4f823c8b22ef5a07569792ad7ce6aa/f/bluez.spec
+  We didn't put any bug number of this patch when it be introduced
+  to bluez.spec since Nov 23, 2021. So, let's remove this patch unless
+  upstream or Fedora add it back.
+
+-------------------------------------------------------------------
+Thu Aug 10 10:14:31 UTC 2023 - Timo Jyrinki <tjyri...@suse.com>
+
+- update to 5.68
+  * Fix issue with A2DP and handling of Transport.Acquire.
+  * Fix issue with BAP and initiating QoS and Enable procedures.
+  * Fix issue with BAP and detaching streams when PAC is removed.
+  * Fix issue with BAP and reading all instances of PAC.
+  * Fix issue with BAP and not being able to reconfigure.
+  * Fix issue with BAP and transport configuration changes.
+  * Fix issue with BAP and handling unexpected disconnect.
+  * Fix issue with GATT and not removing pending services.
+  * Fix issue with GATT and client ready handling.
+  * Fix issue with handling fallback to transient hostname.
+  * Add support for SecureConnections configuration option.
+  * Add support for Mesh Remove Provisioning.
+  * Add support for Mesh Private Beacons.
+- Remove patches that are not needed with the new upstream.
+
+-------------------------------------------------------------------

Old:
----
  0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
  bluez-5.66.tar.xz

New:
----
  bluez-5.68.tar.xz

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

Other differences:
------------------
++++++ bluez.spec ++++++
--- /var/tmp/diff_new_pack.tM2MWb/_old  2023-08-12 15:05:57.750414592 +0200
+++ /var/tmp/diff_new_pack.tM2MWb/_new  2023-08-12 15:05:57.754414618 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bluez
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2010-2020 B1 Systems GmbH, Vohburg, Germany
 #
 # All modifications and additions to the file contributed by third parties
@@ -31,7 +31,7 @@
 %global modprobe_d_files 50-bluetooth.conf
 
 Name:           bluez
-Version:        5.66
+Version:        5.68
 Release:        0
 Summary:        Bluetooth Stack for Linux
 License:        GPL-2.0-or-later
@@ -50,9 +50,6 @@
 Patch3:         bluez-cups-libexec.patch
 # workaround for broken tests (reported upstream but not yet fixed)
 Patch4:         bluez-disable-broken-tests.diff
-#
-# PATCH-FIX-UPSTREAM 
0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch -- obex: Use GLib 
helper function to manipulate paths
-Patch11:        
https://src.fedoraproject.org/rpms/bluez/raw/rawhide/f/0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
 # disable tests for bypass boo#1078285
 Patch12:        disable_some_obex_tests.patch
 # get rid of python2. WARNING: this is autogenerated by 2to3 and might not work

++++++ bluez-5.66.tar.xz -> bluez-5.68.tar.xz ++++++
++++ 41206 lines of diff (skipped)

++++++ bluez-disable-broken-tests.diff ++++++
--- /var/tmp/diff_new_pack.tM2MWb/_old  2023-08-12 15:05:58.586419993 +0200
+++ /var/tmp/diff_new_pack.tM2MWb/_new  2023-08-12 15:05:58.586419993 +0200
@@ -2,26 +2,6 @@
 ===================================================================
 --- bluez-5.65.orig/Makefile.am
 +++ bluez-5.65/Makefile.am
-@@ -532,7 +532,8 @@ unit_test_lib_SOURCES = unit/test-lib.c
- unit_test_lib_LDADD = src/libshared-glib.la \
-                               lib/libbluetooth-internal.la $(GLIB_LIBS)
- 
--unit_tests += unit/test-gatt
-+# hangs forever in OBS where AF_ALG is not supported.
-+#unit_tests += unit/test-gatt
- 
- unit_test_gatt_SOURCES = unit/test-gatt.c
- unit_test_gatt_LDADD = src/libshared-glib.la \
-@@ -562,7 +563,8 @@ unit_test_gattrib_LDADD = lib/libbluetoo
-                       $(GLIB_LIBS) $(DBUS_LIBS) -ldl -lrt
- 
- if MIDI
--unit_tests += unit/test-midi
-+# fails on i386??? or just random?
-+#unit_tests += unit/test-midi
- unit_test_midi_CPPFLAGS = $(AM_CPPFLAGS) $(ALSA_CFLAGS) -DMIDI_TEST
- unit_test_midi_SOURCES = unit/test-midi.c \
-                       profiles/midi/libmidi.h \
 @@ -572,7 +574,7 @@ unit_test_midi_LDADD = src/libshared-gli
  endif
  

Reply via email to