]> git.pld-linux.org Git - packages/bluez.git/commitdiff
up to 5.62 auto/th/bluez-5.62-1
authorJan Palus <atler@pld-linux.org>
Thu, 14 Oct 2021 16:21:13 +0000 (18:21 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 14 Oct 2021 16:21:13 +0000 (18:21 +0200)
bluez.spec
glibc2.34.patch [deleted file]

index 23358425b3a9bbc2d4093358cfb1a2a65c704d71..3da6d70129d79c9eac57b60884d8f5c671858233 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       Bluetooth utilities
 Summary(pl.UTF-8):     NarzÄ™dzia Bluetooth
 Name:          bluez
-Version:       5.61
-Release:       2
+Version:       5.62
+Release:       1
 License:       GPL v2+
 Group:         Applications/System
 Source0:       https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
-# Source0-md5: a4c98b6bd2411880cba5930e7f10a1c4
+# Source0-md5: 06d901a5bb82f9a359fa7d9f19939ae5
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
 # Scripts for automatically btattach-ing serial ports connected to Broadcom HCIs
@@ -22,7 +22,6 @@ Source3:      69-btattach-bcm.rules
 Source4:       btattach-bcm@.service
 Source5:       btattach-bcm-service.sh
 Patch0:                0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
-Patch1:                glibc2.34.patch
 URL:           http://www.bluez.org/
 BuildRequires: alsa-lib-devel >= 1.0
 BuildRequires: autoconf >= 2.60
@@ -180,7 +179,6 @@ aplikacji Bluetooth.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 # external ell is broken if ell/ell.h is in place due to deps generation and Makefile.am rules
 %{__rm} -r ell
diff --git a/glibc2.34.patch b/glibc2.34.patch
deleted file mode 100644 (file)
index 7639e68..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- bluez-5.61/profiles/audio/media.c.orig     2021-07-07 15:45:55.000000000 +0200
-+++ bluez-5.61/profiles/audio/media.c  2021-08-23 11:36:23.090317414 +0200
-@@ -1281,7 +1281,7 @@
-       return media_player_send(mp, "Stop");
- }
--static bool pause(void *user_data)
-+static bool bluez_media_pause(void *user_data)
- {
-       struct media_player *mp = user_data;
-@@ -1331,7 +1331,7 @@
-       .set_volume = set_volume,
-       .play = play,
-       .stop = stop,
--      .pause = pause,
-+      .pause = bluez_media_pause,
-       .next = next,
-       .previous = previous,
- };
This page took 0.285355 seconds and 4 git commands to generate.