[libmwaw] new release

David Tardon dtardon at fedoraproject.org
Tue May 14 14:33:23 UTC 2013


commit dba01f36dae32f0d1f5c3fa8560f453eb07a409c
Author: David Tardon <dtardon at redhat.com>
Date:   Tue May 14 16:30:08 2013 +0200

    new release

 .gitignore                                         |    1 +
 ...se-cast-for-conv.-from-shared_ptr-to-bool.patch |   45 --------------------
 libmwaw.spec                                       |   10 ++--
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0208a97..a22575f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /libmwaw-0.1.7.tar.bz2
 /libmwaw-0.1.8.tar.bz2
+/libmwaw-0.1.9.tar.xz
diff --git a/libmwaw.spec b/libmwaw.spec
index a5084b6..e7f0157 100644
--- a/libmwaw.spec
+++ b/libmwaw.spec
@@ -1,7 +1,7 @@
 %global apiversion 0.1
 
 Name: libmwaw
-Version: 0.1.8
+Version: 0.1.9
 Release: 1%{?dist}
 Summary: Import library for some old mac text documents
 
@@ -12,13 +12,11 @@ Group: System Environment/Libraries
 # it is used for.
 License: (LGPLv2+ or MPLv2.0) and BSD
 URL: http://sourceforge.net/projects/libmwaw/
-Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
 
 BuildRequires: doxygen
 BuildRequires: libwpd-devel
 
-Patch0: 0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
-
 %description
 libmwaw contains some import filters for old mac text documents
 (MacWrite, ClarisWorks, ... ) based on top of the libwpd (which is
@@ -54,7 +52,6 @@ Supported output formats are XHTML, text and raw.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -104,6 +101,9 @@ rm -f %{buildroot}/%{_bindir}/mwawFile
 
 
 %changelog
+* Tue May 14 2013 David Tardon <dtardon at redhat.com> - 0.1.9-1
+- new release
+
 * Tue Apr 30 2013 David Tardon <dtardon at redhat.com> - 0.1.8-1
 - new upstream release
 
diff --git a/sources b/sources
index 862181a..4acba01 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7515f94bce7d8685561132ef858828b3  libmwaw-0.1.8.tar.bz2
+13ea6b1812b3a91541fd572fd7015390  libmwaw-0.1.9.tar.xz


More information about the scm-commits mailing list