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.changes        2017-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)


Reply via email to