Hello community,

here is the log from the commit of package libetonyek for openSUSE:Factory 
checked in at 2016-01-23 01:14:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libetonyek (Old)
 and      /work/SRC/openSUSE:Factory/.libetonyek.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libetonyek"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libetonyek/libetonyek.changes    2015-07-02 
22:46:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libetonyek.new/libetonyek.changes       
2016-01-23 01:14:11.000000000 +0100
@@ -1,0 +2,34 @@
+Wed Jan 13 17:28:48 UTC 2016 - fst...@suse.com
+
+- Version bump to 0.1.6:
+  * All formats:
+    + Improved handling of text language, e.g., written language
+      props now include country and script.
+  * Keynote 6:
+    + Parse links.
+    + Parse text language.
+    + Parse lists (bullets).
+    + Resize tables properly.
+    + Fix handling of texts containing non-ASCII characters (i.e.,
+      the majority of non-English languages).
+  * Miscellaneous:
+    + Fix build with boost 1.54/1.55.
+    + Make help output of conversion tools more help2man-friendly.
+    + Fix build with recent clang, which does not like 'register'
+      keyword.
+    + Various small fixes and improvements.
+  * Changes to 0.1.5
+    + Parse slide background.
+    + Parse shape style: fill, line stroke, opacity, shadow.
+    + Parse table style: default cell borders, background etc.
+    + Various fixes and improvements.
+  * Changes to 0.1.4
+    * Parse formulas.
+    * Parse cell type and number format.
+    * Require mdds 1.0 by default (but 0.12.1 is still supported).
+    * Add support for Keynote 6. Imported features include: shapes,
+      images, text + text formatting, presentation notes, tables
+      (only simple tables are supported.)
+- Generate manpages for the conversion tools
+
+-------------------------------------------------------------------

Old:
----
  libetonyek-0.1.3.tar.xz

New:
----
  libetonyek-0.1.6.tar.xz

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

Other differences:
------------------
++++++ libetonyek.spec ++++++
--- /var/tmp/diff_new_pack.gsFi0I/_old  2016-01-23 01:14:12.000000000 +0100
+++ /var/tmp/diff_new_pack.gsFi0I/_new  2016-01-23 01:14:12.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libetonyek
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -18,7 +18,7 @@
 
 %define libname libetonyek-0_1-1
 Name:           libetonyek
-Version:        0.1.3
+Version:        0.1.6
 Release:        0
 Summary:        Library for Apple Keynote presentations
 License:        MPL-2.0
@@ -31,6 +31,8 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glm-devel
 BuildRequires:  gperf
+BuildRequires:  help2man
+BuildRequires:  liblangtag-devel
 BuildRequires:  pkg-config
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cppunit)
@@ -38,7 +40,7 @@
 BuildRequires:  pkgconfig(librevenge-generators-0.0)
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
 BuildRequires:  pkgconfig(libxml-2.0)
-BuildRequires:  pkgconfig(mdds) >= 0.12.1
+BuildRequires:  pkgconfig(mdds-1.0)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -98,6 +100,12 @@
 
 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}
@@ -129,5 +137,6 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING ChangeLog
 %{_bindir}/*
+%{_mandir}/man1/*.1*
 
 %changelog

++++++ libetonyek-0.1.3.tar.xz -> libetonyek-0.1.6.tar.xz ++++++
++++ 53641 lines of diff (skipped)


Reply via email to