Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libmpdclient for openSUSE:Factory 
checked in at 2026-06-29 17:32:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmpdclient (Old)
 and      /work/SRC/openSUSE:Factory/.libmpdclient.new.11887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmpdclient"

Mon Jun 29 17:32:23 2026 rev:13 rq:1362409 version:2.25

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmpdclient/libmpdclient.changes        
2026-06-22 17:33:43.182743758 +0200
+++ /work/SRC/openSUSE:Factory/.libmpdclient.new.11887/libmpdclient.changes     
2026-06-29 17:34:08.509811122 +0200
@@ -1,0 +2,5 @@
+Mon Jun 29 11:42:28 UTC 2026 - Илья Индиго <[email protected]>
+
+- Added libmpdclient-ncmpc.patch (boo#1269509).
+
+-------------------------------------------------------------------

New:
----
  libmpdclient-ncmpc.patch

----------(New B)----------
  New:
- Added libmpdclient-ncmpc.patch (boo#1269509).
----------(New E)----------

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

Other differences:
------------------
++++++ libmpdclient.spec ++++++
--- /var/tmp/diff_new_pack.n4h1R7/_old  2026-06-29 17:34:09.277837399 +0200
+++ /var/tmp/diff_new_pack.n4h1R7/_new  2026-06-29 17:34:09.277837399 +0200
@@ -29,6 +29,7 @@
 Source2:        %{name}.keyring
 Source3:        doxygen-nodatetime-footer.html
 Patch0:         %{name}-doxygen_nodatetime.patch
+Patch1:         %{name}-ncmpc.patch
 BuildRequires:  check-devel
 BuildRequires:  doxygen
 BuildRequires:  meson


++++++ libmpdclient-ncmpc.patch ++++++
diff -Pdpru libmpdclient-2.25.orig/src/song.c libmpdclient-2.25/src/song.c
--- libmpdclient-2.25.orig/src/song.c   2026-06-17 12:58:42.000000000 +0300
+++ libmpdclient-2.25/src/song.c        2026-06-29 14:37:57.604576382 +0300
@@ -218,8 +218,9 @@ mpd_song_dup(const struct mpd_song *song
                        src_tag = src_tag->next;
                } 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;

Reply via email to