[libmwaw] new upstream release

David Tardon dtardon at fedoraproject.org
Tue Apr 30 06:07:45 UTC 2013


commit 8485aac5b8cb657c7b7d0495a3632cdd9460b5f1
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Apr 30 08:00:43 2013 +0200

    new upstream release

 .gitignore                                         |    1 +
 0001-Trying-to-fix-some-windows-build-issues.patch |   86 --------------------
 0001-add-missing-include-for-atoi.patch            |   33 --------
 ...se-cast-for-conv.-from-shared_ptr-to-bool.patch |    2 +-
 libmwaw.spec                                       |   13 ++--
 sources                                            |    2 +-
 6 files changed, 9 insertions(+), 128 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 60fd72f..0208a97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libmwaw-0.1.7.tar.bz2
+/libmwaw-0.1.8.tar.bz2
diff --git a/0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch b/0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
index f0ead85..9fad51d 100644
--- a/0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
+++ b/0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
@@ -14,7 +14,7 @@ index 0220f02..5c0bfff 100644
 --- a/src/lib/MWAWInputStream.cxx
 +++ b/src/lib/MWAWInputStream.cxx
 @@ -583,7 +583,7 @@ bool MWAWInputStream::createStorageOLE()
-   m_storageOLE.reset(new libmwaw::Storage(m_stream.get()));
+   m_storageOLE.reset(new libmwawOLE::Storage(m_stream));
    seek(actPos, WPX_SEEK_SET);
  
 -  return m_storageOLE;
diff --git a/libmwaw.spec b/libmwaw.spec
index cc1999a..a5084b6 100644
--- a/libmwaw.spec
+++ b/libmwaw.spec
@@ -1,8 +1,8 @@
 %global apiversion 0.1
 
 Name: libmwaw
-Version: 0.1.7
-Release: 2%{?dist}
+Version: 0.1.8
+Release: 1%{?dist}
 Summary: Import library for some old mac text documents
 
 Group: System Environment/Libraries
@@ -17,9 +17,7 @@ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 BuildRequires: doxygen
 BuildRequires: libwpd-devel
 
-Patch0: 0001-Trying-to-fix-some-windows-build-issues.patch
-Patch1: 0001-add-missing-include-for-atoi.patch
-Patch2: 0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
+Patch0: 0001-use-cast-for-conv.-from-shared_ptr-to-bool.patch
 
 %description
 libmwaw contains some import filters for old mac text documents
@@ -57,8 +55,6 @@ Supported output formats are XHTML, text and raw.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 
 %build
@@ -108,6 +104,9 @@ rm -f %{buildroot}/%{_bindir}/mwawFile
 
 
 %changelog
+* Tue Apr 30 2013 David Tardon <dtardon at redhat.com> - 0.1.8-1
+- new upstream release
+
 * Sat Apr 27 2013 David Tardon <dtardon at redhat.com> - 0.1.7-2
 - minor fixes
 
diff --git a/sources b/sources
index 40ac8b6..862181a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c08542921466eee797e0be23e9535b3  libmwaw-0.1.7.tar.bz2
+7515f94bce7d8685561132ef858828b3  libmwaw-0.1.8.tar.bz2


More information about the scm-commits mailing list