Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory checked 
in at 2016-01-04 09:21:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwpd (Old)
 and      /work/SRC/openSUSE:Factory/.libwpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes    2014-07-27 
18:47:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes       2016-01-04 
09:21:46.000000000 +0100
@@ -1,0 +2,16 @@
+Wed Dec 30 16:08:52 UTC 2015 - [email protected]
+
+- Upgrade to version 0.10.1
+  * Fix crash when NULL is passed as input stream.
+  * Use symbol visibility on Linux. The library only exports public
+    functions now.
+  * Avoid infinite loop. (libwpd#3)
+  * Remove bashism. (libwpd#5)
+  * Fix various crashes and hangs when reading broken files found
+    with the help of american-fuzzy-lop.
+  * Make --help output of all command line tools more
+    help2man-friendly.
+  * Miscellaneous fixes and cleanups.
+- Generate manpages for the libwpd-tools
+
+-------------------------------------------------------------------

Old:
----
  libwpd-0.10.0.tar.xz

New:
----
  libwpd-0.10.1.tar.xz

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

Other differences:
------------------
++++++ libwpd.spec ++++++
--- /var/tmp/diff_new_pack.Zskogk/_old  2016-01-04 09:21:47.000000000 +0100
+++ /var/tmp/diff_new_pack.Zskogk/_new  2016-01-04 09:21:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwpd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           libwpd
-Version:        0.10.0
+Version:        0.10.1
 Release:        0
 Summary:        Library for Importing WordPerfect (tm) Documents
 License:        LGPL-2.1+ and MPL-2.0+
@@ -28,6 +28,7 @@
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  help2man
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(librevenge-0.0)
@@ -93,6 +94,11 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
+mkdir -p %{buildroot}%{_mandir}/man1
+for i in %{buildroot}%{_bindir}/*; do
+  LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
+  help2man -N -o %{buildroot}%{_mandir}/man1/$(basename $i).1 $i
+done
 %fdupes -s %{buildroot}%{_docdir}/%{name}/html
 
 %post -n %{libname} -p /sbin/ldconfig
@@ -118,6 +124,7 @@
 %files tools
 %defattr(-,root,root)
 %{_bindir}/*
+%{_mandir}/man1/*.1*
 %doc ChangeLog
 %doc COPYING.LGPL
 %doc COPYING.MPL

++++++ libwpd-0.10.0.tar.xz -> libwpd-0.10.1.tar.xz ++++++
++++ 27686 lines of diff (skipped)


Reply via email to