diff --git a/.gitignore b/.gitignore index b53c13d..c45d03c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libabw-0.0.1.tar.xz /libabw-0.0.2.tar.xz +/libabw-0.1.0.tar.xz diff --git a/libabw.spec b/libabw.spec index 0900e50..2bf0721 100644 --- a/libabw.spec +++ b/libabw.spec @@ -1,8 +1,8 @@ -%global apiversion 0.0 +%global apiversion 0.1 Name: libabw -Version: 0.0.2 -Release: 2%{?dist} +Version: 0.1.0 +Release: 1%{?dist} Summary: A library for import of AbiWord files Group: System Environment/Libraries @@ -14,7 +14,7 @@ BuildRequires: boost-devel BuildRequires: doxygen BuildRequires: gperf BuildRequires: help2man -BuildRequires: pkgconfig(libwpd-0.9) +BuildRequires: pkgconfig(librevenge-0.0) BuildRequires: pkgconfig(libxml-2.0) %description @@ -98,6 +98,9 @@ install -m 0644 abw2*.1 %{buildroot}/%{_mandir}/man1 %{_mandir}/man1/abw2html.1* %changelog +* Mon May 26 2014 David Tardon - 0.1.0-1 +- new upstream release + * Thu May 22 2014 Petr Machata - 0.0.2-2 - Rebuild for boost 1.55.0 diff --git a/sources b/sources index d82b23e..e7976b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2d8c4255ae8ecd3fcc590fdecf7dc262 libabw-0.0.2.tar.xz +f29f5ad99b36635fb566c55327b1905e libabw-0.1.0.tar.xz