Hello community,

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

Package is "libvisio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes        2015-12-27 
01:58:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2016-01-04 
09:21:32.000000000 +0100
@@ -1,0 +2,15 @@
+Wed Dec 30 09:15:48 UTC 2015 - [email protected]
+
+- Generate manpages for the tools in libvisio-tool package
+
+-------------------------------------------------------------------
+Tue Dec 29 20:06:55 UTC 2015 - [email protected]
+
+- Version bump to 0.1.5
+  * Rewrite text output to avoid empty spans and to make the
+    function a bit more readable for common mortal (wo)man.
+  * Initial emulation of line rounding property (tdf#90603).
+  * Make --help output of all command line tools more
+    help2man-friendly.
+
+-------------------------------------------------------------------

Old:
----
  libvisio-0.1.4.tar.xz

New:
----
  libvisio-0.1.5.tar.xz

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

Other differences:
------------------
++++++ libvisio.spec ++++++
--- /var/tmp/diff_new_pack.Iyxh1h/_old  2016-01-04 09:21:33.000000000 +0100
+++ /var/tmp/diff_new_pack.Iyxh1h/_new  2016-01-04 09:21:33.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define libname libvisio-0_1-1
 Name:           libvisio
-Version:        0.1.4
+Version:        0.1.5
 Release:        0
 Summary:        Library for parsing the MS Visio file format structure
 License:        MPL-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gperf
+BuildRequires:  help2man
 BuildRequires:  libicu-devel
 BuildRequires:  librevenge-devel >= 0.0.0
 BuildRequires:  libxml2-devel
@@ -88,13 +89,19 @@
        --disable-werror \
        --disable-static \
        --docdir=%{_docdir}/%{name}-devel/html
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %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
+
 cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/
 
 %fdupes -s %{buildroot}
@@ -127,5 +134,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING.* ChangeLog
 %{_bindir}/*
+%{_mandir}/man1/*.1*
 
 %changelog

++++++ libvisio-0.1.4.tar.xz -> libvisio-0.1.5.tar.xz ++++++
++++ 3130 lines of diff (skipped)


Reply via email to