[qpdf] 4.1.0

Jiří Popelka jpopelka at fedoraproject.org
Mon Apr 15 07:04:30 UTC 2013


commit 04225c8f5320d1c00534fab3d7966a2600a1dcba
Author: Jiri Popelka <jpopelka at redhat.com>
Date:   Mon Apr 15 08:50:07 2013 +0200

    4.1.0

 .gitignore |    1 +
 qpdf.spec  |   17 +++++++----------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
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 <jpopelka at redhat.com> - 4.1.0-1
+- 4.1.0
+
 * Tue Mar 05 2013 Jiri Popelka <jpopelka at redhat.com> - 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


More information about the scm-commits mailing list