rpms/pdftk/F-11 pdftk-classpath.patch,1.2,1.3 pdftk.spec,1.19,1.20

Orcan Ogetbil oget at fedoraproject.org
Mon Jun 29 15:56:37 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/pdftk/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21511

Modified Files:
	pdftk-classpath.patch pdftk.spec 
Log Message:
* Fri Jun 26 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 1.41-20
- Build against itext-2.1.6


pdftk-classpath.patch:

Index: pdftk-classpath.patch
===================================================================
RCS file: /cvs/pkgs/rpms/pdftk/F-11/pdftk-classpath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- pdftk-classpath.patch	29 Apr 2009 16:12:54 -0000	1.2
+++ pdftk-classpath.patch	29 Jun 2009 15:56:07 -0000	1.3
@@ -12,17 +12,17 @@
 +    char itext_classpath[1024];
 +    char *environ_classpath = getenv ("CLASSPATH");
 +
-+    FILE *p = popen ("/usr/bin/build-classpath itext bcprov bcmail", "r");
++    FILE *p = popen ("/usr/bin/build-classpath itext bcprov bcmail bctsp", "r");
 +    if (!p)
 +      {
-+        perror ("Can't popen /usr/bin/build-classpath itext bcprov bcmail");
++        perror ("Can't popen /usr/bin/build-classpath itext bcprov bcmail bctsp");
 +        exit (1);
 +      }
 +
 +    char *s = fgets(itext_classpath, sizeof itext_classpath, p);
 +    if (!s)
 +      {
-+        perror ("Can't get ouput from /usr/bin/build-classpath itext bcprov bcmail");
++        perror ("Can't get ouput from /usr/bin/build-classpath itext bcprov bcmail bctsp");
 +        exit (1);
 +      }
 +


Index: pdftk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdftk/F-11/pdftk.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- pdftk.spec	6 May 2009 17:38:18 -0000	1.19
+++ pdftk.spec	29 Jun 2009 15:56:07 -0000	1.20
@@ -1,9 +1,9 @@
-%define itextvers 2.1.5
+%define itextvers 2.1.6
 
 Summary:        The PDF Tool Kit
 Name:           pdftk
 Version:        1.41
-Release:        19%{?dist}
+Release:        20%{?dist}
 License:        GPLv2+
 URL:            http://www.pdfhacks.com/pdftk/
 # Remove java-lib/com because it's contains licensing issue
@@ -12,7 +12,7 @@ Patch0:         pdftk-use-internal-itext
 Patch1:         pdftk-1.41-make.patch
 Patch2:         pdftk-1.41-gcc44.patch
 # Solves ".afm files not found" error. RHBZ#494785:
-Patch4:		pdftk-classpath.patch
+Patch4:         pdftk-classpath.patch
 Group:          Applications/Publishing
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gcc-java
@@ -21,7 +21,7 @@ BuildRequires:  java-devel >= 1:1.6.0
 
 BuildRequires:  itext >= %{itextvers}
 
-Requires:	itext >= 2.1.5-2
+Requires:       itext >= 2.1.6-1
 
 %description
 If PDF is electronic paper, then pdftk is an electronic staple-remover,
@@ -89,8 +89,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Fri Jun 26 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> 1.41-20
+- Build against itext-2.1.6
+
 * Wed May  6 2009 Jochen Schmitt <Jochen herr-schmitt de> 1.41-19
-- Remove workaround for broken gcj
+- Remove workaround for brocken gcj
 
 * Wed Apr 29 2009 Jochen Schmitt <Jochen herr-schmitt de> 1.41-18
 - Add bcprov and bcmail to classpath patch (BZ #497986)




More information about the fedora-extras-commits mailing list