[libwpd] new upstream release 0.10.0

David Tardon dtardon at fedoraproject.org
Wed May 28 11:07:33 UTC 2014


commit 8783d57a1aaec0d07981166bc7e1f6bb809bade7
Author: David Tardon <dtardon at redhat.com>
Date:   Mon May 26 18:46:12 2014 +0200

    new upstream release 0.10.0

 .gitignore  |    1 +
 libwpd.spec |   14 +++++++-------
 sources     |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35117b0..fe616ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libwpd-0.9.7.tar.bz2
 /libwpd-0.9.8.tar.xz
 /libwpd-0.9.9.tar.xz
+/libwpd-0.10.0.tar.xz
diff --git a/libwpd.spec b/libwpd.spec
index bdcb19b..e659f2c 100644
--- a/libwpd.spec
+++ b/libwpd.spec
@@ -1,10 +1,9 @@
-%global apiversion 0.9
-%global streamname %{name}-stream
+%global apiversion 0.10
 
 Name: libwpd
 Summary: Library for reading and converting WordPerfect documents
-Version: 0.9.9
-Release: 2%{?dist}
+Version: 0.10.0
+Release: 1%{?dist}
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 Group: System Environment/Libraries
 URL: http://libwpd.sf.net/
@@ -13,6 +12,7 @@ License: LGPLv2+ or MPLv2.0
 BuildRequires: doxygen
 BuildRequires: help2man
 BuildRequires: pkgconfig(cppunit)
+BuildRequires: pkgconfig(librevenge-0.0)
 BuildRequires: pkgconfig(zlib)
 
 %description
@@ -78,7 +78,6 @@ LD_LIBRARY_PATH=../lib/.libs make check
 %files
 %doc COPYING.LGPL COPYING.MPL CREDITS README
 %{_libdir}/%{name}-%{apiversion}.so.*
-%{_libdir}/%{streamname}-%{apiversion}.so.*
 
 %files tools
 %{_bindir}/wpd2html
@@ -91,9 +90,7 @@ LD_LIBRARY_PATH=../lib/.libs make check
 %files devel
 %doc HACKING TODO
 %{_libdir}/%{name}-%{apiversion}.so
-%{_libdir}/%{streamname}-%{apiversion}.so
 %{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
-%{_libdir}/pkgconfig/%{streamname}-%{apiversion}.pc
 %{_includedir}/%{name}-%{apiversion}
 
 %files doc
@@ -103,6 +100,9 @@ LD_LIBRARY_PATH=../lib/.libs make check
 %doc docs/%{name}.png
 
 %changelog
+* Mon May 26 2014 David Tardon <dtardon at redhat.com> - 0.10.0-1
+- new upstream release
+
 * Wed Apr 09 2014 David Tardon <dtardon at redhat.com> - 0.9.9-2
 - generate man pages
 
diff --git a/sources b/sources
index cf32903..fc95d9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b74a863c957563924546e16cc833591  libwpd-0.9.9.tar.xz
+f7abb9b3ea96faf02ae019af68b1f07c  libwpd-0.10.0.tar.xz


More information about the scm-commits mailing list