From 6eceb9d5af9929392544917770ee2f854a80957d Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 13 Jul 2011 10:28:33 +0200 Subject: [PATCH] update to 0.2.2 --- .gitignore | 1 + libwps.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 13f8b02..5559919 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libwps-0.2.0.tar.gz +/libwps-0.2.2.tar.gz diff --git a/libwps.spec b/libwps.spec index 9dbd9e1..11968fc 100644 --- a/libwps.spec +++ b/libwps.spec @@ -1,6 +1,6 @@ Name: libwps -Version: 0.2.0 -Release: 3%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Library for reading and converting Microsoft Works word processor documents Group: System Environment/Libraries @@ -8,7 +8,7 @@ License: LGPLv2+ URL: http://libwps.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # Remove -Werror from CFLAGS/CXXFLAGS -Patch0: %{name}-%{version}-werror.patch +Patch0: %{name}-0.2.0-werror.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen @@ -116,6 +116,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 13 2011 David Tardon - 0.2.2-1 +- latest version + * Tue Jun 28 2011 Ralf Corsépius - 0.2.0-3 - Remove -Werror from CFLAGS/CXXFLAGS (Add libwps-0.2.0-werror.patch) (Fix FTBFS BZ#715767). diff --git a/sources b/sources index 9a05fd3..c49a4ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b569376fb0aefc5284b10a695bd2daa6 libwps-0.2.0.tar.gz +38169166f932579caf7dbe501f31e070 libwps-0.2.2.tar.gz