rpms/pdftk/F-11 pdftk-classpath.patch,1.1,1.2 pdftk.spec,1.17,1.18

Jochen Schmitt s4504kr at fedoraproject.org
Wed Apr 29 16:13:25 UTC 2009


Author: s4504kr

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

Modified Files:
	pdftk-classpath.patch pdftk.spec 
Log Message:
Add bcprov and bcmail to classpath patch

pdftk-classpath.patch:

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


Index: pdftk.spec
===================================================================
RCS file: /cvs/extras/rpms/pdftk/F-11/pdftk.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- pdftk.spec	23 Apr 2009 16:33:27 -0000	1.17
+++ pdftk.spec	29 Apr 2009 16:12:54 -0000	1.18
@@ -3,7 +3,7 @@
 Summary:        The PDF Tool Kit
 Name:           pdftk
 Version:        1.41
-Release:        17%{?dist}
+Release:        18%{?dist}
 License:        GPLv2+
 URL:            http://www.pdfhacks.com/pdftk/
 # Remove java-lib/com because it's contains licensing issue
@@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Wed Apr 29 2009 Jochen Schmitt <Jochen herr-schmitt de> 1.41-18
+- Add bcprov and bcmail to classpath patch (BZ #497986)
+
 * Tue Apr 21 2009 Jochen Schmitt <Jochen herr-schmitt de> 1.41-17
 - Bump release number
 




More information about the scm-commits mailing list