Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ncmpcpp for openSUSE:Factory checked 
in at 2025-06-11 16:24:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ncmpcpp (Old)
 and      /work/SRC/openSUSE:Factory/.ncmpcpp.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ncmpcpp"

Wed Jun 11 16:24:28 2025 rev:8 rq:1284577 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ncmpcpp/ncmpcpp.changes  2024-03-25 
21:15:49.541986456 +0100
+++ /work/SRC/openSUSE:Factory/.ncmpcpp.new.19631/ncmpcpp.changes       
2025-06-11 16:26:25.156206359 +0200
@@ -1,0 +2,5 @@
+Mon Jun  9 10:59:12 UTC 2025 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me>
+
+- Add ncmpcpp-boost-1.88.patch: fix build with boost v1.88
+
+-------------------------------------------------------------------

New:
----
  ncmpcpp-boost-1.88.patch

BETA DEBUG BEGIN:
  New:
- Add ncmpcpp-boost-1.88.patch: fix build with boost v1.88
BETA DEBUG END:

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

Other differences:
------------------
++++++ ncmpcpp.spec ++++++
--- /var/tmp/diff_new_pack.ogxpZB/_old  2025-06-11 16:26:26.024242582 +0200
+++ /var/tmp/diff_new_pack.ogxpZB/_new  2025-06-11 16:26:26.040243250 +0200
@@ -26,6 +26,7 @@
 Source:         
https://github.com/ncmpcpp/ncmpcpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM
 Patch0:         0001-Fix-compilation-with-taglib-2.0.patch
+Patch1:         ncmpcpp-boost-1.88.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  curl-devel

++++++ ncmpcpp-boost-1.88.patch ++++++
diff -up ncmpcpp-0.10.1/src/curses/menu.h.omv~ ncmpcpp-0.10.1/src/curses/menu.h
--- ncmpcpp-0.10.1/src/curses/menu.h.omv~       2025-04-12 02:32:34.262824636 
+0200
+++ ncmpcpp-0.10.1/src/curses/menu.h    2025-04-12 02:32:44.295612077 +0200
@@ -21,6 +21,7 @@
 #ifndef NCMPCPP_MENU_H
 #define NCMPCPP_MENU_H
 
+#include <boost/type_traits/add_const.hpp>
 #include <boost/iterator/transform_iterator.hpp>
 #include <boost/range/detail/any_iterator.hpp>
 #include <cassert>
diff -up ncmpcpp-0.10.1/src/interfaces.h.omv~ ncmpcpp-0.10.1/src/interfaces.h
--- ncmpcpp-0.10.1/src/interfaces.h.omv~        2025-04-12 02:32:11.707437498 
+0200
+++ ncmpcpp-0.10.1/src/interfaces.h     2025-04-12 02:32:21.182258298 +0200
@@ -21,6 +21,7 @@
 #ifndef NCMPCPP_INTERFACES_H
 #define NCMPCPP_INTERFACES_H
 
+#include <boost/type_traits/add_const.hpp>
 #include <boost/range/detail/any_iterator.hpp>
 #include <boost/tuple/tuple.hpp>
 #include <string>
diff -up ncmpcpp-0.10.1/src/screens/search_engine.cpp.omv~ 
ncmpcpp-0.10.1/src/screens/search_engine.cpp
--- ncmpcpp-0.10.1/src/screens/search_engine.cpp.omv~   2025-04-12 
02:32:59.480908952 +0200
+++ ncmpcpp-0.10.1/src/screens/search_engine.cpp        2025-04-12 
02:33:09.551002641 +0200
@@ -19,6 +19,7 @@
  ***************************************************************************/
 
 #include <array>
+#include <boost/type_traits/add_const.hpp>
 #include <boost/range/detail/any_iterator.hpp>
 #include <iomanip>
 

Reply via email to