rpms/pdftk/devel pdftk-classpath.patch, 1.2, 1.3 pdftk.spec, 1.20, 1.21

Orcan Ogetbil oget at fedoraproject.org
Fri Jun 26 18:21:00 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/pdftk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20579

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/devel/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:04:01 -0000	1.2
+++ pdftk-classpath.patch	26 Jun 2009 18:20:29 -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/devel/pdftk.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pdftk.spec	6 May 2009 15:30:05 -0000	1.20
+++ pdftk.spec	26 Jun 2009 18:20:29 -0000	1.21
@@ -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,6 +89,9 @@ 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 brocken gcj
 




More information about the fedora-extras-commits mailing list