[libwps] new release

David Tardon dtardon at fedoraproject.org
Sun Apr 21 07:38:45 UTC 2013


commit 62ca436352b2fca8d59ad40d0001a00ca181d51c
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 21 09:18:55 2013 +0200

    new release

 .gitignore           |    1 +
 libwps-aarch64.patch | 1396 --------------------------------------------------
 libwps.spec          |   14 +-
 sources              |    2 +-
 4 files changed, 9 insertions(+), 1404 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4042013..0a2e66c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /libwps-0.2.3.tar.gz
 /libwps-0.2.4.tar.gz
 /libwps-0.2.7.tar.gz
+/libwps-0.2.8.tar.gz
diff --git a/libwps.spec b/libwps.spec
index 10fd0da..eee2b05 100644
--- a/libwps.spec
+++ b/libwps.spec
@@ -1,10 +1,10 @@
 Name:		libwps
-Version:	0.2.7
-Release:	5%{?dist}
+Version:	0.2.8
+Release:	1%{?dist}
 Summary:	Library for reading and converting Microsoft Works word processor documents
 
 Group:		System Environment/Libraries
-License:	LGPLv2+
+License:	LGPLv2+ or MPLv2.0+
 URL:		http://libwps.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 
@@ -12,8 +12,6 @@ BuildRequires:	cppunit-devel
 BuildRequires:	doxygen
 BuildRequires:	libwpd-devel
 
-Patch0: libwps-aarch64.patch
-
 
 %description
 Library that handles Microsoft Works documents.
@@ -54,7 +52,6 @@ The %{name}-doc package contains documentation files for %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .aarch64
 # Prevent autotools from being rerun
 touch -r aclocal.m4 configure configure.in
 
@@ -84,7 +81,7 @@ LD_LIBRARY_PATH=$(pwd)/src/lib/.libs make check
 
 
 %files
-%doc COPYING CREDITS NEWS README
+%doc COPYING.LGPL COPYING.MPL CREDITS NEWS README
 %{_libdir}/*.so.*
 
 %files devel
@@ -103,6 +100,9 @@ LD_LIBRARY_PATH=$(pwd)/src/lib/.libs make check
 
 
 %changelog
+* Sun Apr 21 2013 David Tardon <dtardon at redhat.com> - 0.2.8-1
+- new release
+
 * Tue Apr 16 2013 Caolán McNamara <caolanm at redhat.com> - 0.2.7-5
 - Resolves: rhbz#925931 support aarch64
 
diff --git a/sources b/sources
index 09b0f08..8372b1c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f8f5b6012bf27dd888925e3d956e172a  libwps-0.2.7.tar.gz
+3dce4c024d377ed53a7dcc569614fff1  libwps-0.2.8.tar.gz


More information about the scm-commits mailing list