Hello community,

here is the log from the commit of package libwpd for openSUSE:Factory checked 
in at 2012-10-03 08:03:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwpd (Old)
 and      /work/SRC/openSUSE:Factory/.libwpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwpd", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwpd/libwpd.changes    2012-02-16 
16:19:15.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libwpd.new/libwpd.changes       2012-10-03 
08:04:01.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Sep 27 21:42:58 CEST 2012 - [email protected]
+
+- upgrade to version 0.9.6:
+  - Experimental support of Zip storage along with Ole.
+  - Add WPX_SEEK_END enum member in order to speed up the Zip
+    operations.
+  - Numerous fixes of coverity and cppcheck warnings and errors.
+- upstream patch to really enable Zip stream.
+- package build depends on zlib-devel.
+
+-------------------------------------------------------------------

Old:
----
  libwpd-0.9.4.tar.bz2

New:
----
  libwpd-0.9.6-zipstream.patch
  libwpd-0.9.6.tar.bz2

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

Other differences:
------------------
++++++ libwpd.spec ++++++
--- /var/tmp/diff_new_pack.QMwU4B/_old  2012-10-03 08:04:02.000000000 +0200
+++ /var/tmp/diff_new_pack.QMwU4B/_new  2012-10-03 08:04:02.000000000 +0200
@@ -16,16 +16,19 @@
 #
 
 
-
 Name:           libwpd
 # note: the main package is empty, it only sets a sane name for the source rpm
-BuildRequires:  doxygen gcc-c++ pkgconfig
-License:        LGPL-2.1+
-Group:          Productivity/Publishing/Word
-Version:        0.9.4
+BuildRequires:  doxygen
+BuildRequires:  gcc-c++
+BuildRequires:  pkgconfig
+BuildRequires:  zlib-devel
+Version:        0.9.6
 Release:        0
 Summary:        Library for Importing WordPerfect (tm) Documents
+License:        LGPL-2.1+
+Group:          Productivity/Publishing/Word
 Source:         libwpd-%{version}.tar.bz2
+Patch0:         libwpd-0.9.6-zipstream.patch
 Url:            http://libwpd.sourceforge.net
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -38,10 +41,10 @@
 %define libname libwpd-0_9-9
 
 %package -n %libname
-Group:          System/Libraries
 # remove the old non-versioned package (built in the bs for instance)
 Obsoletes:      libwpd < %version
 Summary:        Library for Importing WordPerfect (tm) Documents
+Group:          System/Libraries
 
 %description -n %libname
 libwpd is a general purpose library for reading or interpreting data
@@ -50,9 +53,10 @@
 as an in-process component.
 
 %package devel
-Group:          Development/Libraries/C and C++
 Summary:        Library for importing WordPerfect (tm) documents
-Requires:       %{libname} = %{version} libstdc++-devel
+Group:          Development/Libraries/C and C++
+Requires:       %{libname} = %{version}
+Requires:       libstdc++-devel
 
 %description devel
 libwpd is a general purpose library for reading (or, interpreting data
@@ -61,16 +65,16 @@
 an in-process component.
 
 %package devel-doc
-Group:          Documentation
 Summary:        Documentation for the libwpd API
+Group:          Documentation
 Requires:       libwpd-devel
 
 %description devel-doc
 This package contains documentation for the libwpd API.
 
 %package tools
-Group:          Productivity/Publishing/Word
 Summary:        Library for importing WordPerfect (tm) documents
+Group:          Productivity/Publishing/Word
 
 %description tools
 Tools to transform WordPerfect Documents into other formats. Currently
@@ -78,6 +82,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .zipstream
 
 %build
 export CXXFLAGS="%optflags -fvisibility-inlines-hidden"

++++++ libwpd-0.9.6-zipstream.patch ++++++
--- src/lib/WPXStreamImplementation.cpp
+++ src/lib/WPXStreamImplementation.cpp
@@ -22,6 +22,10 @@
  * For further information visit http://libwpd.sourceforge.net
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "WPXStreamImplementation.h"
 #include "WPXOLEStream.h"
 #ifdef BUILD_ZIP_STREAM
--- src/lib/WPXZipStream.cpp
+++ src/lib/WPXZipStream.cpp
@@ -20,6 +20,10 @@
  * For further information visit http://libwpd.sourceforge.net
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #ifdef BUILD_ZIP_STREAM
 
 #include <string>
++++++ libwpd-0.9.4.tar.bz2 -> libwpd-0.9.6.tar.bz2 ++++++
++++ 55088 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to