diff --git a/.gitignore b/.gitignore index f101446..31d1edc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libetonyek-0.0.3.tar.xz /libetonyek-0.0.4.tar.xz /libetonyek-0.1.0.tar.xz +/libetonyek-0.1.1.tar.xz diff --git a/0001-fix-v.3-version-string.patch b/0001-fix-v.3-version-string.patch deleted file mode 100644 index d344259..0000000 --- a/0001-fix-v.3-version-string.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 16b7bf009a06ac48c69f94b778a09151aa20fa53 Mon Sep 17 00:00:00 2001 -From: David Tardon -Date: Thu, 29 May 2014 17:04:05 +0200 -Subject: [PATCH] fix v.3 version string - -Change-Id: I689fd53bedeccb8d1cda5275832f36333fe1d108 ---- - src/lib/KEY2Token.gperf | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/lib/KEY2Token.gperf b/src/lib/KEY2Token.gperf -index d1bf501..483ca97 100644 ---- a/src/lib/KEY2Token.gperf -+++ b/src/lib/KEY2Token.gperf -@@ -25,7 +25,7 @@ struct Token - 1,_1 - 2004102100,VERSION_STR_2 - 2005092101,COMPATIBLE_VERSION_STR_3, --2005140600,VERSION_STR_3 -+2005112100,VERSION_STR_3 - 72007061400,VERSION_STR_4 - 92008102400,VERSION_STR_5 - BGBuildChunk,BGBuildChunk --- -1.9.3 - diff --git a/libetonyek.spec b/libetonyek.spec index be5df3f..803cda2 100644 --- a/libetonyek.spec +++ b/libetonyek.spec @@ -1,8 +1,8 @@ %global apiversion 0.1 Name: libetonyek -Version: 0.1.0 -Release: 2%{?dist} +Version: 0.1.1 +Release: 1%{?dist} Summary: A library for import of Apple Keynote presentations Group: System Environment/Libraries @@ -19,8 +19,6 @@ BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(zlib) -Patch0: 0001-fix-v.3-version-string.patch - %description libetonyek is library providing ability to interpret and import Apple Keynote presentations into various applications. Only version 5 is @@ -112,6 +110,9 @@ make %{?_smp_mflags} check %{_mandir}/man1/key2xhtml.1* %changelog +* Tue Jun 03 2014 David Tardon - 0.1.1-1 +- new upstream release + * Thu May 29 2014 David Tardon - 0.1.0-2 - fix detection of Keynote 3 documents diff --git a/sources b/sources index 0f061e5..d7634e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5763d8c1365e15ea5e591a920615770 libetonyek-0.1.0.tar.xz +7adbc34bb4a33e26688c862e154a0d29 libetonyek-0.1.1.tar.xz