Hello community,

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

Package is "libwpg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwpg/libwpg.changes    2014-07-27 
18:47:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libwpg.new/libwpg.changes       2016-01-04 
09:20:53.000000000 +0100
@@ -1,0 +2,18 @@
+Wed Dec 30 16:38:11 UTC 2015 - [email protected]
+
+- Generate manpages for the binaries in libwpg-tools
+
+-------------------------------------------------------------------
+Sat Dec 26 20:56:35 UTC 2015 - [email protected]
+
+- Version bump to 0.3.1:
+  * Fix crash when NULL is passed as input stream.
+  * Use symbol visibility on Linux. The library only exports public
+    functions now.
+  * Fix various crashes and hangs when reading broken files found
+    with the help of american-fuzzy-lop.
+  * Fix some warnings found by Coverity.
+  * Make --help output of all command line tools more
+    help2man-friendly.
+
+-------------------------------------------------------------------

Old:
----
  libwpg-0.3.0.tar.xz

New:
----
  libwpg-0.3.1.tar.xz

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

Other differences:
------------------
++++++ libwpg.spec ++++++
--- /var/tmp/diff_new_pack.ynFQPA/_old  2016-01-04 09:20:54.000000000 +0100
+++ /var/tmp/diff_new_pack.ynFQPA/_new  2016-01-04 09:20:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libwpg
 #
-# 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:           libwpg
-Version:        0.3.0
+Version:        0.3.1
 Release:        0
 Summary:        Library to read and parse graphics in WordPerfect Graphics 
format
 License:        LGPL-2.1+ and MPL-2.0+
@@ -26,6 +26,7 @@
 Source:         
http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  help2man
 BuildRequires:  librevenge-devel >= 0.0.0
 BuildRequires:  libwpd-devel >= 0.10.0
 BuildRequires:  pkg-config
@@ -94,6 +95,12 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
+# manpages
+mkdir -p %{buildroot}%{_mandir}/man1
+for i in wpg2raw wpg2svg; do
+       LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
+       help2man -N -o %{buildroot}%{_mandir}/man1/$i.1 
%{buildroot}%{_bindir}/$i
+done
 # documentation
 mkdir -p %{buildroot}%{_docdir}/%{name}
 cp -p AUTHORS COPYING.LGPL COPYING.MPL ChangeLog %{buildroot}%{_docdir}/%{name}
@@ -119,6 +126,7 @@
 %files tools
 %defattr(-,root,root)
 %{_bindir}/*
+%{_mandir}/man1/*.1*
 %doc %dir %{_docdir}/%{name}
 %doc %{_docdir}/%{name}/[A-Z]*
 

++++++ libwpg-0.3.0.tar.xz -> libwpg-0.3.1.tar.xz ++++++
++++ 27871 lines of diff (skipped)


Reply via email to