Hello community,

here is the log from the commit of package qpdf for openSUSE:Factory
checked in at Thu Aug 4 14:49:14 CEST 2011.



--------
--- qpdf/qpdf.changes   2011-08-03 09:09:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/qpdf/qpdf.changes      2011-08-04 
13:37:35.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug  4 11:34:36 UTC 2011 - [email protected]
+
+- Update to v.2.2.4
+  * Build system fixes
+- Drop qpdf-gcc46.patch and qpdf-nostrip.patch: applied upstream
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  qpdf-2.2.3.tar.gz
  qpdf-gcc46.patch
  qpdf-nostrip.patch

New:
----
  qpdf-2.2.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qpdf.spec ++++++
--- /var/tmp/diff_new_pack.Q6xV3E/_old  2011-08-04 14:48:56.000000000 +0200
+++ /var/tmp/diff_new_pack.Q6xV3E/_new  2011-08-04 14:48:56.000000000 +0200
@@ -18,17 +18,13 @@
 
 
 Name:           qpdf
-Version:        2.2.3
+Version:        2.2.4
 Release:        1
 License:        Artistic-2.0
 Summary:        Command-line tools and library for transforming PDF files
 Url:            http://qpdf.sourceforge.net/
 Group:          Development/Libraries/C and C++
 Source:         
http://sourceforge.net/projects/qpdf/files/qpdf/%{version}/qpdf-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM qpdf-gcc46.patch [email protected] -- Remove write only 
variable
-Patch1:         qpdf-gcc46.patch
-# PATCH-FIX-UPSTREAM qpdf-nostrip.patch [email protected] -- Don't strip 
libraries
-Patch2:         qpdf-nostrip.patch
 BuildRequires:  gcc-c++
 BuildRequires:  pcre-devel
 BuildRequires:  zlib-devel
@@ -50,6 +46,7 @@
 
 %package devel
 
+
 Summary:        Development files for qpdf PDF manipulation library
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
@@ -62,8 +59,6 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
 
 %build
 %configure --disable-test-compare-images \

++++++ qpdf-2.2.3.tar.gz -> qpdf-2.2.4.tar.gz ++++++
++++ 2008 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/ChangeLog new/qpdf-2.2.4/ChangeLog
--- old/qpdf-2.2.3/ChangeLog    2011-04-30 23:46:09.000000000 +0200
+++ new/qpdf-2.2.4/ChangeLog    2011-06-25 20:58:44.000000000 +0200
@@ -1,3 +1,19 @@
+2011-06-25  Jay Berkenbilt  <[email protected]>
+
+       * 2.2.4: release
+
+2011-06-23  Jay Berkenbilt  <[email protected]>
+
+       * make/libtool.mk (install): Do not strip executables and shared
+       libraries during installation.  Leave that up to the packager.
+
+       * configure.ac: disable -Werror by default.
+
+2011-05-07  Jay Berkenbilt  <[email protected]>
+
+       * libqpdf/QPDF_linearization.cc (isLinearized): remove unused
+       offset variable, found by a gcc 4.6 warning.
+
 2011-04-30  Jay Berkenbilt  <[email protected]>
 
        * 2.2.3: release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/README.maintainer new/qpdf-2.2.4/README.maintainer
--- old/qpdf-2.2.3/README.maintainer    2011-04-30 21:19:30.000000000 +0200
+++ new/qpdf-2.2.4/README.maintainer    2011-06-23 20:47:36.000000000 +0200
@@ -1,6 +1,8 @@
 Release Reminders
 =================
 
+ * Check all open issues in the sourceforge trackers.
+
  * If any interfaces were added or changed, check C API to see whether
    changes are appropriate there as well.
 
@@ -33,7 +35,7 @@
    make_dist does the following:
 
     ./autogen.sh
-    ./configure --enable-doc-maintenance
+    ./configure --enable-doc-maintenance --enable-werror
     make build_manual
     make distclean
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/TODO new/qpdf-2.2.4/TODO
--- old/qpdf-2.2.3/TODO 2011-04-30 20:20:35.000000000 +0200
+++ new/qpdf-2.2.4/TODO 2011-06-25 20:39:05.000000000 +0200
@@ -1,14 +1,11 @@
-Next
-====
+General
+=======
 
  * Look for %PDF header somewhere within the first 1024 bytes of the
    file.  Also accept headers of the form "%!PS−Adobe−N.n PDF−M.m".
    See Implementation notes 13 and 14 in appendix H of the PDF 1.7
    specification.  This is bug 3267974.
 
-General
-=======
-
  * Update qpdf docs about non-ascii passwords.  See thread from
    2010-12-07,08 for details.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/configure.ac new/qpdf-2.2.4/configure.ac
--- old/qpdf-2.2.3/configure.ac 2011-04-30 21:19:30.000000000 +0200
+++ new/qpdf-2.2.4/configure.ac 2011-06-25 20:39:05.000000000 +0200
@@ -2,7 +2,7 @@
 dnl This config.in requires autoconf 2.5 or greater.
 
 AC_PREREQ(2.60)
-AC_INIT(qpdf,2.2.3)
+AC_INIT(qpdf,2.2.4)
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_FILES([autoconf.mk])
@@ -114,12 +114,12 @@
    AC_MSG_CHECKING(for whether to use -Werror)
    AC_ARG_ENABLE(werror,
       AS_HELP_STRING([--enable-werror],
-                    [whether to use werror (default is yes if -Wall works)]),
+                    [whether to use werror (default is no)]),
       [if test "$enableval" = "yes"; then
         qpdf_USE_WERROR=1;
        else
         qpdf_USE_WERROR=0;
-       fi], [qpdf_USE_WERROR=$qpdf_USE_WALL])
+       fi], [qpdf_USE_WERROR=0])
    if test "$qpdf_USE_WERROR" = "1"; then
       AC_MSG_RESULT(yes)
       CFLAGS="$CFLAGS -Werror"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/doc/qpdf-manual.html new/qpdf-2.2.4/doc/qpdf-manual.html
--- old/qpdf-2.2.3/doc/qpdf-manual.html 2011-04-30 23:47:07.000000000 +0200
+++ new/qpdf-2.2.4/doc/qpdf-manual.html 2011-06-25 21:00:47.000000000 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="http://www.w3.org/1999/xhtml";><head><meta 
http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>QPDF 
Manual</title><link rel="stylesheet" href="stylesheet.css" type="text/css" 
/><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" 
/></head><body><div class="book" title="QPDF Manual"><div 
class="titlepage"><div><div><h1 class="title"><a id="id445315"></a>QPDF 
Manual</h1></div><div><h2 class="subtitle">For QPDF Version 2.2.3, April 30, 
2011</h2></div><div><div class="author"><h3 class="author"><span 
class="firstname">Jay</span> <span 
class="surname">Berkenbilt</span></h3></div></div><div><p 
class="copyright">Copyright © 2005–2011 Jay Berkenbilt</p></div></div><hr 
/></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span 
class="preface"><a href="#acknowledgments">General 
Information</a></span></dt><dt><span class="chapter"><a href="#ref.overview">1. 
What is QPDF?</a></span></dt><dt><span class="chapter"><a 
href="#ref.installing">2. Building and Installing 
QPDF</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.prerequisites">2.1. System Requirements</a></span></dt><dt><span 
class="sect1"><a href="#ref.building">2.2. Build 
Instructions</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.using">3. Running QPDF</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#ref.invocation">3.1. Basic 
Invocation</a></span></dt><dt><span class="sect1"><a 
href="#ref.basic-options">3.2. Basic Options</a></span></dt><dt><span 
class="sect1"><a href="#ref.encryption-options">3.3. Encryption 
Options</a></span></dt><dt><span class="sect1"><a 
href="#ref.advanced-transformation">3.4. Advanced Transformation 
Options</a></span></dt><dt><span class="sect1"><a 
href="#ref.testing-options">3.5. Testing, Inspection, and Debugging 
Options</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.qdf">4. QDF Mode</a></span></dt><dt><span class="chapter"><a 
href="#ref.using-library">5. Using the QPDF Library</a></span></dt><dt><span 
class="chapter"><a href="#ref.design">6. Design and Library 
Notes</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.design.intro">6.1. Introduction</a></span></dt><dt><span 
class="sect1"><a href="#ref.design-goals">6.2. Design 
Goals</a></span></dt><dt><span class="sect1"><a href="#ref.encryption">6.3. 
Encryption</a></span></dt><dt><span class="sect1"><a href="#ref.rewriting">6.4. 
Writing PDF Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.filtered-streams">6.5. Filtered 
Streams</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.linearization">7. Linearization</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#ref.linearization-strategy">7.1. Basic Strategy for 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearized.preparation">7.2. Preparing For 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.optimization">7.3. Optimization</a></span></dt><dt><span 
class="sect1"><a href="#ref.linearization.writing">7.4. Writing Linearized 
Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-data">7.5. Calculating Linearization 
Data</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-issues">7.6. Known Issues with 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-debugging">7.7. Debugging 
Note</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.object-and-xref-streams">8. Object and Cross-Reference 
Streams</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.object-streams">8.1. Object Streams</a></span></dt><dt><span 
class="sect1"><a href="#ref.xref-streams">8.2. Cross-Reference 
Streams</a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#ref.xref-stream-data">8.2.1. Cross-Reference Stream 
Data</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#ref.object-streams-linearization">8.3. Implications for Linearized 
Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.object-stream-implementation">8.4. Implementation 
Notes</a></span></dt></dl></dd><dt><span class="appendix"><a 
href="#ref.release-notes">A. Release Notes</a></span></dt><dt><span 
class="appendix"><a href="#ref.upgrading-to-2.1">B. Upgrading from 2.0 to 
2.1</a></span></dt></dl></div><div class="preface" title="General 
Information"><div class="titlepage"><div><div><h2 class="title"><a 
id="acknowledgments"></a>General Information</h2></div></div></div><p>
+<html xmlns="http://www.w3.org/1999/xhtml";><head><meta 
http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>QPDF 
Manual</title><link rel="stylesheet" href="stylesheet.css" type="text/css" 
/><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" 
/></head><body><div class="book" title="QPDF Manual"><div 
class="titlepage"><div><div><h1 class="title"><a id="idm5597472"></a>QPDF 
Manual</h1></div><div><h2 class="subtitle">For QPDF Version 2.2.4, June 25, 
2011</h2></div><div><div class="author"><h3 class="author"><span 
class="firstname">Jay</span> <span 
class="surname">Berkenbilt</span></h3></div></div><div><p 
class="copyright">Copyright © 2005–2011 Jay Berkenbilt</p></div></div><hr 
/></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span 
class="preface"><a href="#acknowledgments">General 
Information</a></span></dt><dt><span class="chapter"><a href="#ref.overview">1. 
What is QPDF?</a></span></dt><dt><span class="chapter"><a 
href="#ref.installing">2. Building and Installing 
QPDF</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.prerequisites">2.1. System Requirements</a></span></dt><dt><span 
class="sect1"><a href="#ref.building">2.2. Build 
Instructions</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.using">3. Running QPDF</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#ref.invocation">3.1. Basic 
Invocation</a></span></dt><dt><span class="sect1"><a 
href="#ref.basic-options">3.2. Basic Options</a></span></dt><dt><span 
class="sect1"><a href="#ref.encryption-options">3.3. Encryption 
Options</a></span></dt><dt><span class="sect1"><a 
href="#ref.advanced-transformation">3.4. Advanced Transformation 
Options</a></span></dt><dt><span class="sect1"><a 
href="#ref.testing-options">3.5. Testing, Inspection, and Debugging 
Options</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.qdf">4. QDF Mode</a></span></dt><dt><span class="chapter"><a 
href="#ref.using-library">5. Using the QPDF Library</a></span></dt><dt><span 
class="chapter"><a href="#ref.design">6. Design and Library 
Notes</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.design.intro">6.1. Introduction</a></span></dt><dt><span 
class="sect1"><a href="#ref.design-goals">6.2. Design 
Goals</a></span></dt><dt><span class="sect1"><a href="#ref.encryption">6.3. 
Encryption</a></span></dt><dt><span class="sect1"><a href="#ref.rewriting">6.4. 
Writing PDF Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.filtered-streams">6.5. Filtered 
Streams</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.linearization">7. Linearization</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#ref.linearization-strategy">7.1. Basic Strategy for 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearized.preparation">7.2. Preparing For 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.optimization">7.3. Optimization</a></span></dt><dt><span 
class="sect1"><a href="#ref.linearization.writing">7.4. Writing Linearized 
Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-data">7.5. Calculating Linearization 
Data</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-issues">7.6. Known Issues with 
Linearization</a></span></dt><dt><span class="sect1"><a 
href="#ref.linearization-debugging">7.7. Debugging 
Note</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#ref.object-and-xref-streams">8. Object and Cross-Reference 
Streams</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#ref.object-streams">8.1. Object Streams</a></span></dt><dt><span 
class="sect1"><a href="#ref.xref-streams">8.2. Cross-Reference 
Streams</a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#ref.xref-stream-data">8.2.1. Cross-Reference Stream 
Data</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#ref.object-streams-linearization">8.3. Implications for Linearized 
Files</a></span></dt><dt><span class="sect1"><a 
href="#ref.object-stream-implementation">8.4. Implementation 
Notes</a></span></dt></dl></dd><dt><span class="appendix"><a 
href="#ref.release-notes">A. Release Notes</a></span></dt><dt><span 
class="appendix"><a href="#ref.upgrading-to-2.1">B. Upgrading from 2.0 to 
2.1</a></span></dt></dl></div><div class="preface" title="General 
Information"><div class="titlepage"><div><div><h2 class="title"><a 
id="acknowledgments"></a>General Information</h2></div></div></div><p>
    QPDF is a program that does structural, content-preserving
    transformations on PDF files.  QPDF's website is located at <a 
class="ulink" href="http://qpdf.sourceforge.net/"; 
target="_top">http://qpdf.sourceforge.net/</a>.
   </p><p>
@@ -748,7 +748,7 @@
     password-protected files.  QPDF does not enforce encryption
     parameters and will treat user and owner passwords equivalently.
     Either password may be used to access an encrypted file.
-    <sup>[<a id="id494551" href="#ftn.id494551" class="footnote">1</a>]</sup>
+    <sup>[<a id="idp310848" href="#ftn.idp310848" class="footnote">1</a>]</sup>
     <code class="classname">QPDF</code> will allow recovery of a user password
     given an owner password.  The input PDF file must be seekable.
     (Output files written by <code class="classname">QPDFWriter</code> need
@@ -977,7 +977,7 @@
     filter should write to whatever type of output is required.  The
     <code class="classname">QPDF</code> class has an interface to write raw or
     filtered stream contents to a given pipeline.
-   </p></div><div class="footnotes"><br /><hr width="100" align="left" /><div 
class="footnote"><p><sup>[<a id="ftn.id494551" href="#id494551" 
class="para">1</a>] </sup>
+   </p></div><div class="footnotes"><br /><hr width="100" align="left" /><div 
class="footnote"><p><sup>[<a id="ftn.idp310848" href="#idp310848" 
class="para">1</a>] </sup>
       As pointed out earlier, the intention is not for qpdf to be used
       to bypass security on files. but as any open source PDF consumer
       may be easily modified to bypass basic PDF document security,
@@ -1340,7 +1340,10 @@
    </p></div></div><div class="appendix" title="Appendix A. Release 
Notes"><div class="titlepage"><div><div><h2 class="title"><a 
id="ref.release-notes"></a>Appendix A. Release Notes</h2></div></div></div><p>
    For a detailed list of changes, please see the file
    <code class="filename">ChangeLog</code> in the source distribution.
-  </p><div class="variablelist"><dl><dt><span class="term">2.2.3: April 30, 
2011</span></dt><dd><div class="itemizedlist"><ul class="itemizedlist" 
type="disc"><li class="listitem"><p>
+  </p><div class="variablelist"><dl><dt><span class="term">2.2.4: June 25, 
2011</span></dt><dd><div class="itemizedlist"><ul class="itemizedlist" 
type="disc"><li class="listitem"><p>
+        Fix installation and compilation issues; no functionality
+        changes.
+       </p></li></ul></div></dd><dt><span class="term">2.2.3: April 30, 
2011</span></dt><dd><div class="itemizedlist"><ul class="itemizedlist" 
type="disc"><li class="listitem"><p>
         Handle some damaged streams with incorrect characters
         following the stream keyword.
        </p></li><li class="listitem"><p>
Files old/qpdf-2.2.3/doc/qpdf-manual.pdf and new/qpdf-2.2.4/doc/qpdf-manual.pdf 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/libqpdf/QPDF.cc new/qpdf-2.2.4/libqpdf/QPDF.cc
--- old/qpdf-2.2.3/libqpdf/QPDF.cc      2011-04-30 23:46:09.000000000 +0200
+++ new/qpdf-2.2.4/libqpdf/QPDF.cc      2011-06-25 20:39:05.000000000 +0200
@@ -15,7 +15,7 @@
 #include <qpdf/QPDF_Null.hh>
 #include <qpdf/QPDF_Dictionary.hh>
 
-std::string QPDF::qpdf_version = "2.2.3";
+std::string QPDF::qpdf_version = "2.2.4";
 
 void
 QPDF::InputSource::setLastOffset(off_t offset)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/libqpdf/QPDF_linearization.cc 
new/qpdf-2.2.4/libqpdf/QPDF_linearization.cc
--- old/qpdf-2.2.3/libqpdf/QPDF_linearization.cc        2011-01-31 
15:59:42.000000000 +0100
+++ new/qpdf-2.2.4/libqpdf/QPDF_linearization.cc        2011-05-07 
15:36:13.000000000 +0200
@@ -94,7 +94,6 @@
 
     static PCRE lindict_re("(?s:(\\d+)\\s+0\\s+obj\\s*<<)");
 
-    off_t offset = -1;
     int lindict_obj = -1;
     char* p = buf;
     while (lindict_obj == -1)
@@ -102,7 +101,6 @@
        PCRE::Match m(lindict_re.match(p));
        if (m)
        {
-           offset = m.getOffset(0) + (p - buf);
            lindict_obj = atoi(m.getMatch(1).c_str());
            if (m.getMatch(0).find('\n') != std::string::npos)
            {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/make/libtool.mk new/qpdf-2.2.4/make/libtool.mk
--- old/qpdf-2.2.3/make/libtool.mk      2009-10-22 17:20:41.000000000 +0200
+++ new/qpdf-2.2.4/make/libtool.mk      2011-06-23 20:40:37.000000000 +0200
@@ -98,15 +98,15 @@
        ./mkinstalldirs $(DESTDIR)$(includedir)/qpdf
        ./mkinstalldirs $(DESTDIR)$(docdir)
        ./mkinstalldirs $(DESTDIR)$(mandir)/man1
-       $(LIBTOOL) --mode=install install -s -c \
+       $(LIBTOOL) --mode=install install -c \
                libqpdf/$(OUTPUT_DIR)/libqpdf.la \
                $(DESTDIR)$(libdir)/libqpdf.la
        $(LIBTOOL) --finish $(DESTDIR)$(libdir)
        $(RM) $(DESTDIR)$(libdir)/libqpdf.la
-       $(LIBTOOL) --mode=install install -s -c \
+       $(LIBTOOL) --mode=install install -c \
                qpdf/$(OUTPUT_DIR)/qpdf \
                $(DESTDIR)$(bindir)/qpdf
-       $(LIBTOOL) --mode=install install -s -c \
+       $(LIBTOOL) --mode=install install -c \
                zlib-flate/$(OUTPUT_DIR)/zlib-flate \
                $(DESTDIR)$(bindir)/zlib-flate
        cp qpdf/fix-qdf $(DESTDIR)$(bindir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/make_dist new/qpdf-2.2.4/make_dist
--- old/qpdf-2.2.3/make_dist    2010-03-27 14:17:17.000000000 +0100
+++ new/qpdf-2.2.4/make_dist    2011-06-23 20:40:37.000000000 +0200
@@ -110,7 +110,7 @@
 }
 
 run("./autogen.sh");
-run("./configure --enable-doc-maintenance");
+run("./configure --enable-doc-maintenance --enable-werror");
 run("make build_manual");
 run("make distclean");
 cd($pwd);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/manual/qpdf-manual.xml new/qpdf-2.2.4/manual/qpdf-manual.xml
--- old/qpdf-2.2.3/manual/qpdf-manual.xml       2011-04-30 23:46:09.000000000 
+0200
+++ new/qpdf-2.2.4/manual/qpdf-manual.xml       2011-06-25 20:39:05.000000000 
+0200
@@ -5,8 +5,8 @@
 <!ENTITY mdash "&#x2014;">
 <!ENTITY ndash "&#x2013;">
 <!ENTITY nbsp "&#xA0;">
-<!ENTITY swversion "2.2.3">
-<!ENTITY lastreleased "April 30, 2011">
+<!ENTITY swversion "2.2.4">
+<!ENTITY lastreleased "June 25, 2011">
 ]>
 <book>
  <bookinfo>
@@ -2075,6 +2075,19 @@
   </para>
   <variablelist>
    <varlistentry>
+    <term>2.2.4: June 25, 2011</term>
+    <listitem>
+     <itemizedlist>
+      <listitem>
+       <para>
+        Fix installation and compilation issues; no functionality
+        changes.
+       </para>
+      </listitem>
+     </itemizedlist>
+    </listitem>
+   </varlistentry>
+   <varlistentry>
     <term>2.2.3: April 30, 2011</term>
     <listitem>
      <itemizedlist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/qpdf-2.2.3/qpdf.spec new/qpdf-2.2.4/qpdf.spec
--- old/qpdf-2.2.3/qpdf.spec    2011-04-30 21:19:30.000000000 +0200
+++ new/qpdf-2.2.4/qpdf.spec    2011-06-25 20:39:05.000000000 +0200
@@ -1,6 +1,6 @@
 Summary: Command-line tools and library for transforming PDF files
 Name: qpdf
-Version: 2.2.3
+Version: 2.2.4
 Release: 1%{?dist}
 License: Artistic
 Group: System Environment/Libraries


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to