From f5757e75f28d4c3ddf3c8aaeef124cc535b26b81 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 21 Apr 2013 09:10:48 +0200 Subject: [PATCH] new release --- .gitignore | 1 + libwpd.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 3b52f0b..3621952 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libwpd-0.9.4.tar.bz2 /libwpd-0.9.6.tar.bz2 +/libwpd-0.9.7.tar.bz2 diff --git a/libwpd.spec b/libwpd.spec index 1f5e1bd..4070615 100644 --- a/libwpd.spec +++ b/libwpd.spec @@ -1,12 +1,12 @@ Name: libwpd Summary: Library for reading and converting WordPerfect documents -Version: 0.9.6 -Release: 2%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 Group: System Environment/Libraries URL: http://libwpd.sf.net/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -License: LGPLv2+ +License: LGPLv2+ or MPLv2.0+ BuildRequires: glib2-devel >= 2.0.0, libgsf-devel >= 1.6.0, cppunit-devel %description @@ -54,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYING CREDITS README +%doc COPYING.LGPL COPYING.MPL CREDITS README %{_libdir}/*.so.* %files tools @@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/libwpd-0.9 %changelog +* Sun Apr 21 2013 David Tardon - 0.9.7-1 +- new release + * Thu Feb 14 2013 Fedora Release Engineering - 0.9.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 632aa89..bfaf65c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e7f84e3199dfee9122949448cab3823f libwpd-0.9.6.tar.bz2 +b39ca1071918f1687f19202e9cd9eb46 libwpd-0.9.7.tar.bz2