[packages/libmpdclient] up to 2.26
atler
atler at pld-linux.org
Tue Jun 30 15:40:18 CEST 2026
commit f9429417e400d3120837d24382ae7cb91770ab82
Author: Jan Palus <atler at pld-linux.org>
Date: Tue Jun 30 15:40:05 2026 +0200
up to 2.26
libmpdclient.spec | 8 +++-----
null-real-uri.patch | 12 ------------
2 files changed, 3 insertions(+), 17 deletions(-)
---
diff --git a/libmpdclient.spec b/libmpdclient.spec
index 33e8575..28614e2 100644
--- a/libmpdclient.spec
+++ b/libmpdclient.spec
@@ -5,13 +5,12 @@
Summary: MPD client library
Summary(pl.UTF-8): Biblioteka kliencka MPD
Name: libmpdclient
-Version: 2.25
-Release: 2
+Version: 2.26
+Release: 1
License: BSD-like
Group: Libraries
Source0: https://www.musicpd.org/download/libmpdclient/2/%{name}-%{version}.tar.xz
-# Source0-md5: 9a10bca347652409120466140263060d
-Patch0: null-real-uri.patch
+# Source0-md5: 4b731c43a53e1302ee2e3eb865cb0428
URL: http://www.musicpd.org/doc/libmpdclient/
BuildRequires: doxygen
BuildRequires: gcc >= 6:4.6
@@ -56,7 +55,6 @@ Statyczna biblioteka kliencka MPD.
%prep
%setup -q
-%patch -P0 -p1
%build
%meson \
diff --git a/null-real-uri.patch b/null-real-uri.patch
deleted file mode 100644
index 714a364..0000000
--- a/null-real-uri.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- libmpdclient-2.25/src/song.c.orig 2026-06-17 11:58:42.000000000 +0200
-+++ libmpdclient-2.25/src/song.c 2026-06-19 19:50:40.377520115 +0200
-@@ -219,7 +219,8 @@ mpd_song_dup(const struct mpd_song *song
- } while (src_tag != NULL);
- }
-
-- ret->real_uri = strdup(song->real_uri);
-+ if (song->real_uri != NULL)
-+ ret->real_uri = strdup(song->real_uri);
- ret->duration = song->duration;
- ret->duration_ms = song->duration_ms;
- ret->start = song->start;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmpdclient.git/commitdiff/f9429417e400d3120837d24382ae7cb91770ab82
More information about the pld-cvs-commit
mailing list