diff --git a/.gitignore b/.gitignore index b658bfa..a97c6f7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /qpdf-3.0.2.tar.gz /qpdf-4.0.0.tar.gz /qpdf-4.0.1.tar.gz +/qpdf-4.1.0.tar.gz diff --git a/qpdf.spec b/qpdf.spec index fa4ede4..fcb5ee7 100644 --- a/qpdf.spec +++ b/qpdf.spec @@ -1,15 +1,12 @@ Summary: Command-line tools and library for transforming PDF files Name: qpdf -Version: 4.0.1 -Release: 3%{?dist} +Version: 4.1.0 +Release: 1%{?dist} License: Artistic 2.0 Group: System Environment/Base URL: http://qpdf.sourceforge.net/ Source0: http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz -Patch0: qpdf-size_t.patch -Patch1: qpdf-compressed-object.patch - BuildRequires: zlib-devel BuildRequires: pcre-devel @@ -61,11 +58,6 @@ QPDF Manual %prep %setup -q -# work around gcc 4.8.0 issue on ppc64 (#915321) -%patch0 -p1 -b .size_t -# properly handle overridden compressed objects -%patch1 -p1 -b .compressed-object - %build # work-around check-rpaths errors autoreconf --verbose --force --install @@ -83,6 +75,8 @@ mkdir __doc mv %{buildroot}%{_datadir}/doc/qpdf/* __doc rm -rf %{buildroot}%{_datadir}/doc/qpdf +rm -f %{buildroot}%{_libdir}/libqpdf.la + %check make check @@ -110,6 +104,9 @@ make check %doc __doc/* %changelog +* Mon Apr 15 2013 Jiri Popelka - 4.1.0-1 +- 4.1.0 + * Tue Mar 05 2013 Jiri Popelka - 4.0.1-3 - work around gcc 4.8.0 issue on ppc64 (#915321) - properly handle overridden compressed objects diff --git a/sources b/sources index 01a3265..1420c8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -093baece867a0a7e07774bd4008156b3 qpdf-4.0.1.tar.gz +eedd61acc53744446d181429651a9baf qpdf-4.1.0.tar.gz