Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2019-03-12 09:51:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Tue Mar 12 09:51:14 2019 rev:174 rq:683725 version:6.2.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2019-03-10 
09:29:26.276264395 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new.28833/libreoffice.changes       
2019-03-12 09:51:24.587562041 +0100
@@ -1,0 +2,5 @@
+Sun Mar 10 15:51:32 UTC 2019 - Adam Majer <adam.ma...@suse.de>
+
+- boost_169.patch: fix build with Boost 1.69
+
+-------------------------------------------------------------------

New:
----
  boost_169.patch

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

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.v2wB11/_old  2019-03-12 09:51:31.219560718 +0100
+++ /var/tmp/diff_new_pack.v2wB11/_new  2019-03-12 09:51:31.223560718 +0100
@@ -104,6 +104,7 @@
 Patch6:         kde5-32bit-build-fix.patch
 Patch7:         libreoffice-postgresql.patch
 Patch8:         0001-Fix-LTO-segfault-in-libtest_sw_uwriter-test.patch
+Patch9:         boost_169.patch
 # try to save space by using hardlinks
 Patch990:       install-with-hardlinks.diff
 # save time by relying on rpm check rather than doing stupid find+grep
@@ -971,6 +972,7 @@
 %patch6 -p1
 %patch7
 %patch8 -p1
+%patch9 -p1
 %patch990 -p1
 %patch991 -p1
 







++++++ boost_169.patch ++++++
Index: libreoffice-6.2.1.2/sfx2/source/appl/shutdownicon.cxx
===================================================================
--- libreoffice-6.2.1.2.orig/sfx2/source/appl/shutdownicon.cxx
+++ libreoffice-6.2.1.2/sfx2/source/appl/shutdownicon.cxx
@@ -143,7 +143,7 @@ bool LoadModule()
 #endif // ENABLE_QUICKSTART_APPLET
     }
     assert(!boost::logic::indeterminate(loaded));
-    return loaded;
+    return (bool)loaded;
 }
 
 }






Reply via email to