[packages/bluez] up to 5.62

atler atler at pld-linux.org
Thu Oct 14 18:21:34 CEST 2021


commit db919c3a28e0c74c90138f512cb009aafcf4dd0a
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Oct 14 18:21:13 2021 +0200

    up to 5.62

 bluez.spec      |  8 +++-----
 glibc2.34.patch | 20 --------------------
 2 files changed, 3 insertions(+), 25 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index 2335842..3da6d70 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -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 at .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
index 7639e68..0000000
--- a/glibc2.34.patch
+++ /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,
- };
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/bluez.git/commitdiff/db919c3a28e0c74c90138f512cb009aafcf4dd0a



More information about the pld-cvs-commit mailing list