diff --git a/.gitignore b/.gitignore index 75ed582..69e6ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ podofo-0.8.1.tar.gz /podofo-0.8.3.tar.gz /podofo-0.8.4.tar.gz +/podofo-0.9.0.tar.gz diff --git a/podofo.spec b/podofo.spec index a5e46a4..d23581c 100644 --- a/podofo.spec +++ b/podofo.spec @@ -1,6 +1,6 @@ Name: podofo -Version: 0.8.4 -Release: 2%{?dist} +Version: 0.9.0 +Release: 1%{?dist} Summary: Tools and libraries to work with the PDF file format Group: Applications/Publishing @@ -90,6 +90,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %doc COPYING %{_bindir}/%{name}* +%{_mandir}/man1/%{name}*.1* %files libs %defattr(-,root,root,-) @@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 14 2011 Dan HorĂ¡k 0.9.0-1 +- updated to 0.9.0 + * Wed Feb 09 2011 Fedora Release Engineering - 0.8.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 4eb352f..75a9edf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7c366656928cb7919d75bdfdf903d5d5 podofo-0.8.4.tar.gz +2a9ac8cbb5e6575dbc00f083ad8996fb podofo-0.9.0.tar.gz