diff --git a/.gitignore b/.gitignore index c32eacf..03907c6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /libetonyek-0.1.1.tar.xz /libetonyek-0.1.2.tar.xz /libetonyek-0.1.3.tar.xz +/libetonyek-0.1.4.tar.xz diff --git a/libetonyek.spec b/libetonyek.spec index 4cde093..b96fac8 100644 --- a/libetonyek.spec +++ b/libetonyek.spec @@ -1,8 +1,8 @@ %global apiversion 0.1 Name: libetonyek -Version: 0.1.3 -Release: 4%{?dist} +Version: 0.1.4 +Release: 1%{?dist} Summary: A library for import of Apple iWork documents License: MPLv2.0 @@ -22,8 +22,8 @@ BuildRequires: pkgconfig(zlib) %description %{name} is library for import of documents from Apple iWork applications -(Keynote, Pages and Numbers). It can only import the older format -(Keynote 2-5, Pages 1-4, Numbers 1-2). The support for Numbers is only +(Keynote, Pages and Numbers). It can import documents created by +Keynote 2-6, Pages 1-4 and Numbers 1-2. The support for Numbers is rather minimal at the moment. %package devel @@ -53,7 +53,7 @@ supported: CSV, HTML, SVG, text, and raw. %autosetup -p1 %build -%configure --disable-silent-rules --disable-static --disable-werror +%configure --disable-silent-rules --disable-static --disable-werror --with-mdds=0.x sed -i \ -e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \ -e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \ @@ -122,6 +122,9 @@ make %{?_smp_mflags} check %{_mandir}/man1/pages2text.1* %changelog +* Wed Nov 18 2015 David Tardon - 0.1.4-1 +- new upstream release + * Thu Aug 27 2015 Jonathan Wakely - 0.1.3-4 - Rebuilt for Boost 1.59 diff --git a/sources b/sources index 64a7f31..027ba4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a2c7de34b5c02f4a75ba086bc5af57b libetonyek-0.1.3.tar.xz +d9f913f3d29fc4fc1c8fd7084ce48fff libetonyek-0.1.4.tar.xz