Commit da39d2b1b1a0eafb78154b2289593f2263a4d223

Authored by Jay Berkenbilt
1 parent f0527d92

2.3.a1

configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
2 dnl This config.in requires autoconf 2.5 or greater. 2 dnl This config.in requires autoconf 2.5 or greater.
3 3
4 AC_PREREQ(2.60) 4 AC_PREREQ(2.60)
5 -AC_INIT(qpdf,2.2.4) 5 +AC_INIT(qpdf,2.3.a1)
6 6
7 AC_CONFIG_MACRO_DIR([m4]) 7 AC_CONFIG_MACRO_DIR([m4])
8 AC_CONFIG_FILES([autoconf.mk]) 8 AC_CONFIG_FILES([autoconf.mk])
libqpdf/QPDF.cc
@@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
15 #include <qpdf/QPDF_Null.hh> 15 #include <qpdf/QPDF_Null.hh>
16 #include <qpdf/QPDF_Dictionary.hh> 16 #include <qpdf/QPDF_Dictionary.hh>
17 17
18 -std::string QPDF::qpdf_version = "2.2.4"; 18 +std::string QPDF::qpdf_version = "2.3.a1";
19 19
20 void 20 void
21 QPDF::InputSource::setLastOffset(off_t offset) 21 QPDF::InputSource::setLastOffset(off_t offset)
make_dist
@@ -5,13 +5,13 @@ @@ -5,13 +5,13 @@
5 # 5 #
6 6
7 require 5.008; 7 require 5.008;
8 -BEGIN { $^W = 1; } 8 +use warnings;
9 use strict; 9 use strict;
  10 +use File::Basename;
10 use Cwd; 11 use Cwd;
11 use IO::File; 12 use IO::File;
12 13
13 -my $whoami = ($0 =~ m,([^/\\]*)$,) ? $1 : $0;  
14 -#my $dirname = ($0 =~ m,(.*)[/\\][^/\\]+$,) ? $1 : "."; 14 +my $whoami = basename($0);
15 15
16 usage() unless @ARGV >= 1; 16 usage() unless @ARGV >= 1;
17 my $srcdir = shift(@ARGV); 17 my $srcdir = shift(@ARGV);
manual/qpdf-manual.xml
@@ -5,8 +5,8 @@ @@ -5,8 +5,8 @@
5 <!ENTITY mdash "&#x2014;"> 5 <!ENTITY mdash "&#x2014;">
6 <!ENTITY ndash "&#x2013;"> 6 <!ENTITY ndash "&#x2013;">
7 <!ENTITY nbsp "&#xA0;"> 7 <!ENTITY nbsp "&#xA0;">
8 -<!ENTITY swversion "2.2.4">  
9 -<!ENTITY lastreleased "June 25, 2011"> 8 +<!ENTITY swversion "2.3.a1">
  9 +<!ENTITY lastreleased "August 10, 2011">
10 ]> 10 ]>
11 <book> 11 <book>
12 <bookinfo> 12 <bookinfo>
qpdf.spec
1 Summary: Command-line tools and library for transforming PDF files 1 Summary: Command-line tools and library for transforming PDF files
2 Name: qpdf 2 Name: qpdf
3 -Version: 2.2.4 3 +Version: 2.3.a1
4 Release: 1%{?dist} 4 Release: 1%{?dist}
5 License: Artistic 5 License: Artistic
6 Group: System Environment/Libraries 6 Group: System Environment/Libraries