Hello community,

here is the log from the commit of package writerperfect for openSUSE:Factory 
checked in at 2016-04-12 19:31:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/writerperfect (Old)
 and      /work/SRC/openSUSE:Factory/.writerperfect.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "writerperfect"

Changes:
--------
--- /work/SRC/openSUSE:Factory/writerperfect/writerperfect.changes      
2015-09-03 18:09:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.writerperfect.new/writerperfect.changes 
2016-04-12 19:31:43.000000000 +0200
@@ -1,0 +2,21 @@
+Thu Mar 24 14:18:12 UTC 2016 - [email protected]
+
+- Enable libstaroffice as a dependency to provide sd2odf
+- Enable librvngabw to allow export to abiword documents
+- There is no test phase so delete it
+
+-------------------------------------------------------------------
+Wed Mar 23 13:58:50 UTC 2016 - [email protected]
+
+- Version update to 0.9.5:
+  - Make numbers2ods actually work.
+  - Convert Pict images to SVG in mwaw2abw.
+  - Pass needed flags enabling C++11 mode to gcc automatically if
+    configured with --with-sharedptr=c++11 .
+  - Fix build in C++11 mode.
+  - Add support for conversion of StarOffice documents using
+    libstaroffice. The new tool is called sd2odf.
+  - Improve --help for all tools and make it compatible with help2man.
+- Do not use boost but c++11
+
+-------------------------------------------------------------------

Old:
----
  writerperfect-0.9.4.tar.xz

New:
----
  writerperfect-0.9.5.tar.xz

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

Other differences:
------------------
++++++ writerperfect.spec ++++++
--- /var/tmp/diff_new_pack.zGb1kB/_old  2016-04-12 19:31:44.000000000 +0200
+++ /var/tmp/diff_new_pack.zGb1kB/_new  2016-04-12 19:31:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package writerperfect
 #
-# 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
@@ -17,14 +17,13 @@
 
 
 Name:           writerperfect
-Version:        0.9.4
+Version:        0.9.5
 Release:        0
 Summary:        Tools for converting WordPerfect(tm) documents
 License:        LGPL-2.1+ or MPL-2.0+
 Group:          Productivity/Text/Convertors
 Url:            http://libwpd.sf.net/
 Source:         
http://downloads.sourceforge.net/project/libwpd/%{name}/%{name}-%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel >= 2.0.0
 BuildRequires:  libgsf-devel >= 1.6.0
@@ -44,6 +43,8 @@
 BuildRequires:  pkgconfig(libpagemaker-0.0)
 BuildRequires:  pkgconfig(librevenge-0.0) >= 0.0.1
 BuildRequires:  pkgconfig(librevenge-stream-0.0)
+BuildRequires:  pkgconfig(librvngabw-0.0)
+BuildRequires:  pkgconfig(libstaroffice-0.0)
 BuildRequires:  pkgconfig(libvisio-0.1)
 BuildRequires:  pkgconfig(libwpd-0.10)
 BuildRequires:  pkgconfig(libwpg-0.3)
@@ -128,23 +129,24 @@
 %configure \
     --disable-werror \
     --with-libgsf \
-    --disable-silent-rules
+    --disable-silent-rules \
+    --with-sharedptr=c++11
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
-
-%check
-make check %{?_smp_mflags}
-
-# To hell with split packages, lets just nicely keep everything in one
-# nice small and tidy package
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 %files
 %defattr(-,root,root)
 %doc COPYING.* NEWS README
 # Name binaries to be sure we do not lose features due to wrong
 # configure checks
+%{_bindir}/abw2abw
+%{_bindir}/ebook2abw
+%{_bindir}/mwaw2abw
+%{_bindir}/pages2abw
+%{_bindir}/wpd2abw
+%{_bindir}/wps2abw
 %{_bindir}/abw2epub
 %{_bindir}/abw2odt
 %{_bindir}/ebook2epub
@@ -169,6 +171,7 @@
 %{_bindir}/pmd2odg
 %{_bindir}/pub2epub
 %{_bindir}/pub2odg
+%{_bindir}/sd2odf
 %{_bindir}/vsd2epub
 %{_bindir}/vsd2odg
 %{_bindir}/vss2epub

++++++ writerperfect-0.9.4.tar.xz -> writerperfect-0.9.5.tar.xz ++++++
++++ 52574 lines of diff (skipped)


Reply via email to