commit libmspub for openSUSE:Factory

2019-12-11 Thread root
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.changes2018-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 
+
+- 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 
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 
Tested-by: Michael Stahl 
---
 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 
 #include 
 #include 
+#include 
 
 #include 
 
-- 
2.24.0




commit libmspub for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2018-03-12 12:05:00

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is "libmspub"

Mon Mar 12 12:05:00 2018 rev:15 rq:583879 version:0.1.4

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2018-01-09 
14:48:41.216478412 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2018-03-12 
12:05:00.841878930 +0100
@@ -1,0 +2,8 @@
+Wed Mar  7 12:47:35 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.1.4:
+  * Fix several problems found by oss-fuzz
+  * Fix regression in closing shape groups that caused missing shapes
+on second and subsequent pages. (tdf#116018)
+
+---

Old:

  libmspub-0.1.3.tar.xz

New:

  libmspub-0.1.4.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.1tcfhp/_old  2018-03-12 12:05:02.825807827 +0100
+++ /var/tmp/diff_new_pack.1tcfhp/_new  2018-03-12 12:05:02.829807684 +0100
@@ -18,7 +18,7 @@
 
 %define libname libmspub-0_1-1
 Name:   libmspub
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
@@ -99,7 +99,8 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%doc AUTHORS COPYING.*
+%doc AUTHORS
+%license COPYING.*
 %{_libdir}/*.so.*
 
 %files devel
@@ -112,7 +113,6 @@
 %doc %{_docdir}/%{name}/html
 
 %files tools
-%doc AUTHORS COPYING.*
 %{_bindir}/*
 
 %changelog

++ libmspub-0.1.3.tar.xz -> libmspub-0.1.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmspub-0.1.3/ChangeLog new/libmspub-0.1.4/ChangeLog
--- old/libmspub-0.1.3/ChangeLog2017-12-31 14:14:57.0 +0100
+++ new/libmspub-0.1.4/ChangeLog2018-02-28 14:06:01.0 +0100
@@ -1,3 +1,87 @@
+2018-02-28  David Tardon    
[a374b9c963deeb485b80c8d534ad80b41e059cc6]
+
+   prepare for a release
+
+   Change-Id: I844da04860cf29c8d947395e675eef6f045b7409
+
+2018-02-28  David Tardon    
[a2e4fb779cff37a2cfc6ddf747d7715c545578a6]
+
+   tdf#116018 close shape group correctly
+
+   Regression since commit bbe7f806b95ef427153ba18bff80e674b1704ae5 .
+
+   Change-Id: Ib6d3f58373c7cb0e1ba7a7a720187cc68d9bc7b1
+
+2018-02-20  David Tardon    
[9f49ab526414275f711c6669f6e39f737654bdac]
+
+   ofz#6410 avoid signed integer overflow
+
+   Change-Id: Ife08fdb17a58e6fd32a967a1a553c1d346689209
+
+2018-02-15  David Tardon    
[2be062bd914c000899a03822664f9a523d435f3e]
+
+   drop unnecessary variables
+
+   Change-Id: If3d15512433406399716e458c666b81dc7aa41ef
+
+2018-02-15  David Tardon    
[a500976df2557c4c4c5f90bda0a401319573ceff]
+
+   ofz#6339 avoid signed int overflow
+
+   Change-Id: I6459deafb6d0dabc47e6e446457165b6814f348e
+
+2018-02-02  David Tardon    
[a20be18c6101168da5779ec0faeb045c285bab4c]
+
+   iwyu: prune includes
+
+   Change-Id: I9e8af1510a54668526bf739e30cb98eb4a3b3559
+
+2018-01-20  David Tardon    
[875a2afea73aaea306fb757dc2533c26686206f6]
+
+   ofz#5515 avoid signed integer overflow
+
+   Change-Id: I80207d028bd5348e4f53bf7deec1eb48e6c2
+
+2018-01-19  David Tardon    
[5cd502a195c713c1d64efcaa5ebc82cd422a5f5e]
+
+   ofz#5224 avoid signed integer overflow
+
+   Change-Id: I0110730e2d3e8bc329b0599554fa4017d7a214f0
+
+2018-01-09  David Tardon    
[796f5e1f01b1a654964dfd8551cb1eaaa3a51287]
+
+   ofz#4951 do not shift signed value
+
+   Change-Id: I6c2a48589fe6a585ce37c57a59d06c7e5ef31b25
+
+2018-01-09  David Tardon    
[035c728fc49b86c68bf8c8db9a13be1590c04b1a]
+
+   ofz#4916 fix division by 0
+
+   Change-Id: I629399bb0790b27e71bea9cd89485ecd471830d8
+
+2018-01-09  David Tardon    
[ab9002c37b6be82e572c354281de9c7d5e636a61]
+
+   avoid undef. behavior casting arbitrary int to enum
+
+   Just pass the values around as unsigned ints and use the enums as
+   constant sets. The previous code doesn't add any extra type safety
+   anyway.
+
+   Change-Id: I914e136136a97cbf411fad7e1bedbbb79a7c49d2
+
+2018-01-09  David Tardon    
[9c252a30064a7968b8e548db46cfa8018d4876c1]
+
+   ofz#4903 avoid division by 0
+
+   Change-Id: I6322d2093e3f4646a238f68ad9beff9a6a6448d0
+
+2017-12-31  David Tardon    

commit libmspub for openSUSE:Factory

2018-01-09 Thread root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2018-01-09 14:48:38

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is "libmspub"

Tue Jan  9 14:48:38 2018 rev:14 rq:561003 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2017-02-19 
00:43:45.773370599 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2018-01-09 
14:48:41.216478412 +0100
@@ -1,0 +2,18 @@
+Mon Jan  1 12:40:28 UTC 2018 - tchva...@suse.com
+
+- Version update to 0.1.3:
+  * Workaround a build error on some 32-bit systems.
+  * Parse table row and column sizes. (tdf#89061)
+  * Fix various problems when parsing broken files, found with the help of
+american-fuzzy-lop and oss-fuzz.
+  * Make the output of pub2foo --help more compatible with help2man.
+  * Extract more metadata from documents.
+  * Require C++11 for build.
+  * Drop outdated MSVC project files.
+  * Handle table cells containing multiple paragraphs correctly. (tdf#89393)
+  * Parse more text formatting attributes: all underline types, small
+caps, all caps, outline, emboss, engrave, shadow.
+  * Parse text language.
+  * Various minor changes and improvements.
+
+---

Old:

  libmspub-0.1.2.tar.xz

New:

  libmspub-0.1.3.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.2BXhkM/_old  2018-01-09 14:48:41.772452343 +0100
+++ /var/tmp/diff_new_pack.2BXhkM/_new  2018-01-09 14:48:41.776452156 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,28 @@
 
 %define libname libmspub-0_1-1
 Name:   libmspub
-Version:0.1.2
+Version:0.1.3
 Release:0
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:https://wiki.documentfoundation.org/DLP/Libraries/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
-BuildRequires:  libicu-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(librevenge-0.0)
 BuildRequires:  pkgconfig(librevenge-generators-0.0)
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
@@ -91,36 +90,29 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
-# documentation
-mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
 %fdupes %{buildroot}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
+%doc AUTHORS COPYING.*
 %{_libdir}/*.so.*
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmspub*.pc
 %{_includedir}/libmspub-*
 
 %files devel-doc
-%defattr(-,root,root,-)
+%dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/html
 
 %files tools
-%defattr(-,root,root)
+%doc AUTHORS COPYING.*
 %{_bindir}/*
-%doc %dir %{_docdir}/%{name}
-%doc %{_docdir}/%{name}/[A-Z]*
 
 %changelog

++ libmspub-0.1.2.tar.xz -> libmspub-0.1.3.tar.xz ++
 43040 lines of diff (skipped)




commit libmspub for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2017-02-19 00:43:44

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is "libmspub"

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2016-08-12 
15:33:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2017-02-19 
00:43:45.773370599 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 13:04:37 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.iARwjJ/_old  2017-02-19 00:43:46.101324452 +0100
+++ /var/tmp/diff_new_pack.iARwjJ/_new  2017-02-19 00:43:46.101324452 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,7 +25,11 @@
 Group:  Productivity/Publishing/Word
 Url:https://wiki.documentfoundation.org/DLP/Libraries/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++




commit libmspub for openSUSE:Factory

2016-08-12 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2016-08-12 15:33:56

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is "libmspub"

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2015-01-03 
22:03:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2016-08-12 
15:33:57.0 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 08:53:49 UTC 2016 - tchva...@suse.com
+
+- Disable sle11 support code
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.sav0fx/_old  2016-08-12 15:33:58.0 +0200
+++ /var/tmp/diff_new_pack.sav0fx/_new  2016-08-12 15:33:58.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
-Url:http://www.freedesktop.org/wiki/Software/libmspub
+Url:https://wiki.documentfoundation.org/DLP/Libraries/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
@@ -62,9 +62,7 @@
 %package devel-doc
 Summary:Documentation for the libmspub API
 Group:  Documentation/HTML
-%if 0%{?suse_version} > 1200
 BuildArch:  noarch
-%endif
 
 %description devel-doc
 This package contains documentation for the libmspub API.
@@ -82,10 +80,11 @@
 %build
 export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
+--disable-silent-rules \
--disable-werror \
--disable-static \
--docdir=%{_docdir}/%{name}
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}




commit libmspub for openSUSE:Factory

2015-01-03 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2015-01-03 22:03:01

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2014-07-27 
18:46:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2015-01-03 
22:03:03.0 +0100
@@ -1,0 +2,15 @@
+Tue Dec 30 18:46:49 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.1.2:
+  - Check arguments of public functions. Passing NULL no longer causes
+a crash.
+  - Use symbol visibility on Linux. The library only exports the two public
+functions now.
+  - Fix several crashes and hangs when reading broken files, found with the 
help
+of american-fuzzy-lop.
+  - Add support for embedded fonts.
+  - Add initial support for tables.
+  - Parse document metadata.
+- Remove libmspub-0.1.1-pkgconfig.patch
+
+---

Old:

  libmspub-0.1.1-pkgconfig.patch
  libmspub-0.1.1.tar.xz

New:

  libmspub-0.1.2.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.o8afCa/_old  2015-01-03 22:03:05.0 +0100
+++ /var/tmp/diff_new_pack.o8afCa/_new  2015-01-03 22:03:05.0 +0100
@@ -16,15 +16,15 @@
 #
 
 
+%define libname libmspub-0_1-1
 Name:   libmspub
-Version:0.1.1
+Version:0.1.2
 Release:0
 Summary:Microsoft Publisher file format parser library
 License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libmspub
 Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
-Patch0: libmspub-0.1.1-pkgconfig.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -41,8 +41,6 @@
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-%define libname libmspub-0_1-1
-
 %package -n %{libname}
 Summary:Microsoft Publisher file format parser library
 Group:  System/Libraries
@@ -80,7 +78,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden

++ libmspub-0.1.1.tar.xz - libmspub-0.1.2.tar.xz ++
 3666 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2014-07-27 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2014-07-27 18:46:52

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2014-01-30 
11:30:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2014-07-27 
18:46:55.0 +0200
@@ -1,0 +2,22 @@
+Fri Jul 25 07:21:27 UTC 2014 - fst...@suse.com
+
+- Added patch: libmspub-0.1.1-pkgconfig.patch
+  * Remove the Requires.private which breaks SLE11 builds
+
+---
+Tue Jul  8 13:20:23 UTC 2014 - tchva...@suse.com
+
+- Version bump to 0.1.1:
+  * Various small bugfixes
+
+---
+Mon May 26 09:40:54 UTC 2014 - fst...@suse.com
+
+- Upgrade to upstream version 0.1.0
+  * ABI changes
+  * Remove dependency on libwpd-devel and libwpg-devel
+  * Add dependency on librevenge-devel
+- License change
+  * Released under MPL-2.0
+
+---

Old:

  libmspub-0.0.6.tar.xz

New:

  libmspub-0.1.1-pkgconfig.patch
  libmspub-0.1.1.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.jSuDuy/_old  2014-07-27 18:46:55.0 +0200
+++ /var/tmp/diff_new_pack.jSuDuy/_new  2014-07-27 18:46:55.0 +0200
@@ -17,29 +17,31 @@
 
 
 Name:   libmspub
-Version:0.0.6
+Version:0.1.1
 Release:0
 Summary:Microsoft Publisher file format parser library
-License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
+License:MPL-2.0
 Group:  Productivity/Publishing/Word
 Url:http://www.freedesktop.org/wiki/Software/libmspub
-Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
+Source: 
http://dev-www.libreoffice.org/src/libmspub/libmspub-%{version}.tar.xz
+Patch0: libmspub-0.1.1-pkgconfig.patch
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
-BuildRequires:  libwpd-devel = 0.9.0
-BuildRequires:  libwpg-devel = 0.2.0
-BuildRequires:  pkgconfig
+BuildRequires:  pkg-config
 BuildRequires:  xz
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(librevenge-0.0)
+BuildRequires:  pkgconfig(librevenge-generators-0.0)
+BuildRequires:  pkgconfig(librevenge-stream-0.0)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-%define libname libmspub-0_0-0
+%define libname libmspub-0_1-1
 
 %package -n %{libname}
 Summary:Microsoft Publisher file format parser library
@@ -53,8 +55,6 @@
 Summary:Files for Developing with libmspub
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
-Requires:   libwpd-devel
-Requires:   libwpg-devel
 
 %description devel
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
@@ -80,6 +80,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden

++ libmspub-0.1.1-pkgconfig.patch ++
--- libmspub-0.1.1/libmspub.pc.in   2014-04-16 19:07:21.0 +0200
+++ libmspub-0.1.1/libmspub.pc.in   2014-07-25 09:17:51.019165317 +0200
@@ -9,5 +9,3 @@
 Requires: librevenge-0.0 librevenge-stream-0.0
 Libs: -L${libdir} -lmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@
 Cflags: -I${includedir}/libmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@
-
-Requires.private: icu-i18n zlib
++ libmspub-0.0.6.tar.xz - libmspub-0.1.1.tar.xz ++
 13859 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2014-01-30 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2014-01-30 11:30:13

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2014-01-23 
15:47:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2014-01-30 
11:30:14.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 21:06:46 UTC 2014 - tchva...@suse.com
+
+- Cleanup with spec-cleaner and noarch documenation.
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.NMzFhM/_old  2014-01-30 11:30:15.0 +0100
+++ /var/tmp/diff_new_pack.NMzFhM/_new  2014-01-30 11:30:15.0 +0100
@@ -17,6 +17,13 @@
 
 
 Name:   libmspub
+Version:0.0.6
+Release:0
+Summary:Microsoft Publisher file format parser library
+License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
+Group:  Productivity/Publishing/Word
+Url:http://www.freedesktop.org/wiki/Software/libmspub
+Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
 BuildRequires:  boost-devel
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -27,13 +34,6 @@
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-Summary:Microsoft Publisher file format parser library
-License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
-Group:  Productivity/Publishing/Word
-Version:0.0.6
-Release:0
-Url:http://www.freedesktop.org/wiki/Software/libmspub
-Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,18 +41,18 @@
 
 %define libname libmspub-0_0-0
 
-%package -n %libname
+%package -n %{libname}
 Summary:Microsoft Publisher file format parser library
 Group:  System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 libmspub is a library for parsing the Corel Draw file format structure. It is
 cross-platform, at the moment it can be build on Microsoft Windows and Linux.
 
 %package devel
 Summary:Files for Developing with libmspub
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version
+Requires:   %{libname} = %{version}
 Requires:   libwpd-devel
 Requires:   libwpg-devel
 
@@ -64,11 +64,13 @@
 %package devel-doc
 Summary:Documentation for the libmspub API
 Group:  Documentation/HTML
+%if 0%{?suse_version}  1200
+BuildArch:  noarch
+%endif
 
 %description devel-doc
 This package contains documentation for the libmspub API.
 
-
 %package tools
 Summary:Tools to work with publications in Microsoft Publisher 
file-format
 Group:  Productivity/Publishing/Word
@@ -80,27 +82,27 @@
 %setup -q
 
 %build
-export CXXFLAGS=%optflags -fvisibility-inlines-hidden
+export CXXFLAGS=%{optflags} -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \
-   --docdir=%_docdir/%name
+   --docdir=%{_docdir}/%{name}
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
-rm %{buildroot}%_libdir/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
 %fdupes %{buildroot}
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %{_libdir}/*.so.*
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2014-01-20 11:41:59

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2013-11-04 
15:07:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2014-01-23 
15:47:58.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 18 13:57:20 UTC 2014 - crrodrig...@opensuse.org
+
+- build with -fvisibility-inlines-hidden 
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.QIeew5/_old  2014-01-23 15:47:59.0 +0100
+++ /var/tmp/diff_new_pack.QIeew5/_new  2014-01-23 15:47:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -80,6 +80,7 @@
 %setup -q
 
 %build
+export CXXFLAGS=%optflags -fvisibility-inlines-hidden
 %configure \
--disable-werror \
--disable-static \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2013-11-04 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2013-11-04 15:07:05

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2013-06-05 
11:54:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2013-11-04 
15:07:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 09:11:06 UTC 2013 - tchva...@suse.com
+
+- Drop conditional for doc and use verbose build.
+
+---



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.BRYAlg/_old  2013-11-04 15:07:08.0 +0100
+++ /var/tmp/diff_new_pack.BRYAlg/_new  2013-11-04 15:07:08.0 +0100
@@ -17,14 +17,8 @@
 
 
 Name:   libmspub
-# note: the main package is empty, it only sets a sane name for the source rpm
-%if 0%{?suse_version}  1020
-%define build_doc  1
-BuildRequires:  doxygen
-%else
-%define build_doc  0
-%endif
 BuildRequires:  boost-devel
+BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libicu-devel
@@ -45,7 +39,6 @@
 %description
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.
 
-
 %define libname libmspub-0_0-0
 
 %package -n %libname
@@ -56,7 +49,6 @@
 libmspub is a library for parsing the Corel Draw file format structure. It is
 cross-platform, at the moment it can be build on Microsoft Windows and Linux.
 
-
 %package devel
 Summary:Files for Developing with libmspub
 Group:  Development/Libraries/C and C++
@@ -69,9 +61,6 @@
 
 This package contains the libmspub development files.
 
-
-%if %build_doc
-
 %package devel-doc
 Summary:Documentation for the libmspub API
 Group:  Documentation/HTML
@@ -79,7 +68,6 @@
 %description devel-doc
 This package contains documentation for the libmspub API.
 
-%endif
 
 %package tools
 Summary:Tools to work with publications in Microsoft Publisher 
file-format
@@ -88,7 +76,6 @@
 %description tools
 Command line tools to work with publications in Microsoft Publisher 
file-format.
 
-
 %prep
 %setup -q
 
@@ -97,16 +84,16 @@
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-rm $RPM_BUILD_ROOT%_libdir/*.la
+make DESTDIR=%{buildroot} install
+rm %{buildroot}%_libdir/*.la
 # documentation
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -p AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}
 # docs have duped pictures
-%fdupes $RPM_BUILD_ROOT
+%fdupes %{buildroot}
 
 %post -n %libname -p /sbin/ldconfig
 
@@ -121,12 +108,10 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libmspub*.pc
 %{_includedir}/libmspub-*
-%if %build_doc != 0
 
 %files devel-doc
 %defattr(-,root,root,-)
 %doc %{_docdir}/%{name}/html
-%endif
 
 %files tools
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2013-06-05 11:54:08

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2013-04-26 
13:27:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2013-06-05 
11:54:10.0 +0200
@@ -1,0 +2,8 @@
+Mon May 27 11:40:52 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.0.6:
+ - various coverity and style fixes
+ - deduplication using wpd code
+ - few crash fixes
+
+---

Old:

  libmspub-0.0.5.tar.xz

New:

  libmspub-0.0.6.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.dXru0B/_old  2013-06-05 11:54:11.0 +0200
+++ /var/tmp/diff_new_pack.dXru0B/_new  2013-06-05 11:54:11.0 +0200
@@ -36,7 +36,7 @@
 Summary:Microsoft Publisher file format parser library
 License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
 Group:  Productivity/Publishing/Word
-Version:0.0.5
+Version:0.0.6
 Release:0
 Url:http://www.freedesktop.org/wiki/Software/libmspub
 Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz

++ libmspub-0.0.5.tar.xz - libmspub-0.0.6.tar.xz ++
 9570 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2013-04-26 13:27:16

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/libmspub/libmspub.changes2012-12-28 
22:44:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2013-04-26 
13:27:18.0 +0200
@@ -1,0 +2,11 @@
+Thu Feb 21 09:17:36 UTC 2013 - tchva...@suse.com
+
+- Version bump to 0.0.5 - bugfix release.
+
+---
+Tue Feb  5 14:11:09 UTC 2013 - tchva...@suse.com
+
+- Update to 0.0.4
+  * now uses icu
+
+---

Old:

  libmspub-0.0.3.tar.xz

New:

  libmspub-0.0.5.tar.xz



Other differences:
--
++ libmspub.spec ++
--- /var/tmp/diff_new_pack.8aOuXF/_old  2013-04-26 13:27:21.0 +0200
+++ /var/tmp/diff_new_pack.8aOuXF/_new  2013-04-26 13:27:21.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmspub
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   libmspub
 # note: the main package is empty, it only sets a sane name for the source rpm
 %if 0%{?suse_version}  1020
@@ -25,14 +24,20 @@
 %else
 %define build_doc  0
 %endif
-BuildRequires:  boost-devel gcc-c++ pkgconfig xz zlib-devel
-BuildRequires:  libwpd-devel = 0.9.0 libwpg-devel = 0.2.0
+BuildRequires:  boost-devel
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
+BuildRequires:  libicu-devel
+BuildRequires:  libwpd-devel = 0.9.0
+BuildRequires:  libwpg-devel = 0.2.0
+BuildRequires:  pkgconfig
+BuildRequires:  xz
+BuildRequires:  zlib-devel
 Summary:Microsoft Publisher file format parser library
-Version:0.0.3
-Release:0
 License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
 Group:  Productivity/Publishing/Word
+Version:0.0.5
+Release:0
 Url:http://www.freedesktop.org/wiki/Software/libmspub
 Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -55,7 +60,9 @@
 %package devel
 Summary:Files for Developing with libmspub
 Group:  Development/Libraries/C and C++
-Requires:   %libname = %version libwpd-devel libwpg-devel
+Requires:   %libname = %version
+Requires:   libwpd-devel
+Requires:   libwpg-devel
 
 %description devel
 libmspub is a library for parsing the Microsoft Publisher file format 
structure.

++ libmspub-0.0.3.tar.xz - libmspub-0.0.5.tar.xz ++
 30705 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libmspub for openSUSE:Factory

2012-12-28 Thread h_root
Hello community,

here is the log from the commit of package libmspub for openSUSE:Factory 
checked in at 2012-12-28 22:44:15

Comparing /work/SRC/openSUSE:Factory/libmspub (Old)
 and  /work/SRC/openSUSE:Factory/.libmspub.new (New)


Package is libmspub, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-12-21 01:49:00.356010756 +0100
+++ /work/SRC/openSUSE:Factory/.libmspub.new/libmspub.changes   2012-12-28 
22:44:18.0 +0100
@@ -0,0 +1,25 @@
+---
+Thu Nov 29 20:38:55 UTC 2012 - tchva...@suse.com
+
+- Update the whitespacing and order 
+
+---
+Thu Nov 29 11:05:06 UTC 2012 - tchva...@suse.com
+
+- Version bump to 0.0.3
+  * cleanup the license string
+  * disable werror explicitely
+  * fdupe duped images
+
+---
+Mon Aug  6 11:26:50 CEST 2012 - fridrich.st...@suse.com
+
+- Upgrade to upstream version 0.0.2
+  * support of MS Publisher versions 98 to 2002
+  * extended coverage of autoshapes for version 2003
+
+---
+Mon Jun  4 14:52:32 CEST 2012 - fridrich.st...@suse.com
+
+- Initial package of libmspub
+

New:

  libmspub-0.0.3.tar.xz
  libmspub.changes
  libmspub.spec



Other differences:
--
++ libmspub.spec ++
#
# spec file for package libmspub
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   libmspub
# note: the main package is empty, it only sets a sane name for the source rpm
%if 0%{?suse_version}  1020
%define build_doc   1
BuildRequires:  doxygen
%else
%define build_doc   0
%endif
BuildRequires:  boost-devel gcc-c++ pkgconfig xz zlib-devel
BuildRequires:  libwpd-devel = 0.9.0 libwpg-devel = 0.2.0
BuildRequires:  fdupes
Summary:Microsoft Publisher file format parser library
Version:0.0.3
Release:0
License:LGPL-2.1+ or GPL-2.0+ or MPL-1.1
Group:  Productivity/Publishing/Word
Url:http://www.freedesktop.org/wiki/Software/libmspub
Source: http://dev-www.libreoffice.org/src/libmspub-%{version}.tar.xz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
libmspub is a library for parsing the Microsoft Publisher file format structure.


%define libname libmspub-0_0-0

%package -n %libname
Summary:Microsoft Publisher file format parser library
Group:  System/Libraries

%description -n %libname
libmspub is a library for parsing the Corel Draw file format structure. It is
cross-platform, at the moment it can be build on Microsoft Windows and Linux.


%package devel
Summary:Files for Developing with libmspub
Group:  Development/Libraries/C and C++
Requires:   %libname = %version libwpd-devel libwpg-devel

%description devel
libmspub is a library for parsing the Microsoft Publisher file format structure.

This package contains the libmspub development files.


%if %build_doc

%package devel-doc
Summary:Documentation for the libmspub API
Group:  Documentation/HTML

%description devel-doc
This package contains documentation for the libmspub API.

%endif

%package tools
Summary:Tools to work with publications in Microsoft Publisher 
file-format
Group:  Productivity/Publishing/Word

%description tools
Command line tools to work with publications in Microsoft Publisher file-format.


%prep
%setup -q

%build
%configure \
--disable-werror \
--disable-static \
--docdir=%_docdir/%name
make %{?_smp_mflags}

%install
make DESTDIR=$RPM_BUILD_ROOT install
rm $RPM_BUILD_ROOT%_libdir/*.la
# documentation
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
cp -p AUTHORS COPYING.* ChangeLog $RPM_BUILD_ROOT%{_docdir}/%{name}
# docs have duped pictures
%fdupes $RPM_BUILD_ROOT

%post -n %libname -p /sbin/ldconfig

%postun -n %libname -p /sbin/ldconfig

%files -n %libname
%defattr(-,root,root)
%{_libdir}/*.so.*

%files devel
%defattr(-,root,root)
%{_libdir}/*.so
%{_libdir}/pkgconfig/libmspub*.pc