Hello community, here is the log from the commit of package libmspub for openSUSE:Factory checked in at 2019-12-11 11:59:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmspub (Old) and /work/SRC/openSUSE:Factory/.libmspub.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmspub" Wed Dec 11 11:59:33 2019 rev:16 rq:753764 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes 2018-03-12 12:05:00.841878930 +0100 +++ /work/SRC/openSUSE:Factory/.libmspub.new.4691/libmspub.changes 2019-12-11 11:59:39.680878251 +0100 @@ -1,0 +2,6 @@ +Tue Dec 3 17:12:43 UTC 2019 - Martin Liška <[email protected]> + +- Add fix-missing-include.patch in order + to fix boo#1158322. + +------------------------------------------------------------------- New: ---- fix-missing-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmspub.spec ++++++ --- /var/tmp/diff_new_pack.yBhuZk/_old 2019-12-11 11:59:41.424877517 +0100 +++ /var/tmp/diff_new_pack.yBhuZk/_new 2019-12-11 11:59:41.424877517 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmspub # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,8 +23,9 @@ Summary: Microsoft Publisher file format parser library License: MPL-2.0 Group: Productivity/Publishing/Word -Url: https://wiki.documentfoundation.org/DLP/Libraries/libmspub +URL: https://wiki.documentfoundation.org/DLP/Libraries/libmspub Source: http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz +Patch0: fix-missing-include.patch BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -79,6 +80,7 @@ %prep %setup -q +%patch0 -p1 %build export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden" ++++++ fix-missing-include.patch ++++++ >From 698bed839c9129fa7a90ca1b5a33bf777bc028d1 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann <[email protected]> Date: Tue, 11 Jun 2019 12:15:28 +0200 Subject: [PATCH] missing include Change-Id: I3c5c085f55223688cdc7b972f7c7981411881263 Reviewed-on: https://gerrit.libreoffice.org/73814 Reviewed-by: Michael Stahl <[email protected]> Tested-by: Michael Stahl <[email protected]> --- src/lib/MSPUBMetaData.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/MSPUBMetaData.h b/src/lib/MSPUBMetaData.h index 9167f4f..27bdd4f 100644 --- a/src/lib/MSPUBMetaData.h +++ b/src/lib/MSPUBMetaData.h @@ -13,6 +13,7 @@ #include <map> #include <utility> #include <vector> +#include <stdint.h> #include <librevenge/librevenge.h> -- 2.24.0
