Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libmwaw for openSUSE:Factory checked 
in at 2022-02-06 23:53:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmwaw (Old)
 and      /work/SRC/openSUSE:Factory/.libmwaw.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmwaw"

Sun Feb  6 23:53:34 2022 rev:31 rq:951367 version:0.3.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmwaw/libmwaw.changes  2022-01-07 
12:45:22.507803539 +0100
+++ /work/SRC/openSUSE:Factory/.libmwaw.new.1898/libmwaw.changes        
2022-02-06 23:53:57.622949034 +0100
@@ -1,0 +2,8 @@
+Thu Jan 27 15:51:16 UTC 2022 - Fridrich Strba <fst...@suse.com>
+
+- Added patch:
+  * fix-build.patch
+    + Fix build with older compilers by helping to resolve type
+      ambiguity.
+
+-------------------------------------------------------------------

New:
----
  fix-build.patch

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

Other differences:
------------------
++++++ libmwaw.spec ++++++
--- /var/tmp/diff_new_pack.iaOpDK/_old  2022-02-06 23:53:58.166945406 +0100
+++ /var/tmp/diff_new_pack.iaOpDK/_new  2022-02-06 23:53:58.170945380 +0100
@@ -25,6 +25,7 @@
 License:        GPL-2.0-or-later AND (LGPL-2.1-or-later OR MPL-2.0)
 URL:            https://sourceforge.net/p/libmwaw/wiki/Home/
 Source:         https://dev-www.libreoffice.org/src/%{name}-%{version}.tar.xz
+Patch0:         fix-build.patch
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -71,6 +72,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 # doxygen needles rebuild
 sed -i \
        -e 's:on $datetime::g' \

++++++ fix-build.patch ++++++
--- libmwaw-0.3.21/src/lib/ScriptWriterParser.cxx       2022-01-27 
16:39:14.696053941 +0100
+++ libmwaw-0.3.21/src/lib/ScriptWriterParser.cxx       2021-11-27 
15:56:59.000000000 +0100
@@ -1380,7 +1380,7 @@
     else
       posToType[frame.m_position[0][1]].push_back(int(f));
 
-    posToType.insert(std::make_pair(frame.m_position[0][1],int(f)));
+    
posToType.insert(std::make_pair(frame.m_position[0][1],std::vector<int>({int(f)})));
   }
   for (auto const &it : posToType) {
     auto const &list=it.second;

Reply via email to