Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pulseeffects for openSUSE:Factory 
checked in at 2022-05-02 16:25:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pulseeffects (Old)
 and      /work/SRC/openSUSE:Factory/.pulseeffects.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pulseeffects"

Mon May  2 16:25:47 2022 rev:11 rq:974323 version:4.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/pulseeffects/pulseeffects.changes        
2021-05-15 23:17:11.336501455 +0200
+++ /work/SRC/openSUSE:Factory/.pulseeffects.new.1538/pulseeffects.changes      
2022-05-02 16:25:56.276862784 +0200
@@ -1,0 +2,6 @@
+Sun May  1 00:48:49 UTC 2022 - Konstantin Voinov <[email protected]>
+
+- fix build with new boost, add:
+  01-fix-boost-include.patch
+
+-------------------------------------------------------------------

New:
----
  01-fix-boost-include.patch

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

Other differences:
------------------
++++++ pulseeffects.spec ++++++
--- /var/tmp/diff_new_pack.DUxVqP/_old  2022-05-02 16:25:56.828863398 +0200
+++ /var/tmp/diff_new_pack.DUxVqP/_new  2022-05-02 16:25:56.832863402 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pulseeffects
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,7 @@
 License:        GPL-3.0-or-later
 URL:            https://github.com/wwmm/pulseeffects
 Source0:        
https://github.com/wwmm/pulseeffects/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Patch0:         01-fix-boost-include.patch
 BuildRequires:  appstream-glib
 BuildRequires:  gcc-c++
 BuildRequires:  itstool
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0 -p0
 # we don't need this
 sed -i '/^meson.add_install_script/d' meson.build
 

++++++ 01-fix-boost-include.patch ++++++
--- src/general_settings_ui.cpp.orig    2021-03-15 03:42:56.000000000 +1000
+++ src/general_settings_ui.cpp 2022-05-01 10:43:35.189139334 +1000
@@ -21,6 +21,7 @@
 #include <giomm/file.h>
 #include <glibmm.h>
 #include <boost/filesystem.hpp>
+#include <boost/filesystem/fstream.hpp>
 #include "util.hpp"
 
 namespace {

Reply via email to