Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpd for openSUSE:Factory checked in 
at 2024-11-24 11:04:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpd (Old)
 and      /work/SRC/openSUSE:Factory/.mpd.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpd"

Sun Nov 24 11:04:18 2024 rev:53 rq:1225906 version:0.23.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpd/mpd.changes  2024-11-06 16:56:42.099865439 
+0100
+++ /work/SRC/openSUSE:Factory/.mpd.new.28523/mpd.changes       2024-11-24 
11:04:23.695331121 +0100
@@ -1,0 +2,5 @@
+Fri Nov 22 21:56:28 UTC 2024 - Илья Индиго <[email protected]>
+
+- Added mpd-icu76.patch (fixed build with icu 76.1). 
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Added mpd-fmt11.patch for (fixed build with fmt 11.2).
+- Added mpd-fmt11.patch (fixed build with fmt 11.2).

New:
----
  mpd-icu76.patch

BETA DEBUG BEGIN:
  New:
- Added mpd-icu76.patch (fixed build with icu 76.1). 
BETA DEBUG END:

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

Other differences:
------------------
++++++ mpd.spec ++++++
--- /var/tmp/diff_new_pack.Kf7CUN/_old  2024-11-24 11:04:25.491405791 +0100
+++ /var/tmp/diff_new_pack.Kf7CUN/_new  2024-11-24 11:04:25.495405957 +0100
@@ -35,6 +35,7 @@
 Patch0:         %{name}-conf.patch
 Patch1:         %{name}-sndfile.patch
 Patch2:         %{name}-fmt11.patch
+Patch3:         %{name}-icu76.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  group(audio)


++++++ mpd-icu76.patch ++++++
diff -Pdpru mpd-0.23.15.orig/meson.build mpd-0.23.15/meson.build
--- mpd-0.23.15.orig/meson.build        2023-12-20 18:21:57.000000000 +0300
+++ mpd-0.23.15/meson.build     2024-11-23 00:40:07.712091468 +0300
@@ -135,6 +135,7 @@ if get_option('buildtype') != 'debug'
   ]
   test_ldflags += [
     '-Wl,--gc-sections',
+    '-licuuc',
   ]
 endif
 

Reply via email to