rpms/pdftk/devel pdftk-classpath.patch, 1.1, 1.2 pdftk.spec, 1.18, 1.19

Jochen Schmitt s4504kr at fedoraproject.org
Wed Apr 29 16:04:31 UTC 2009


Author: s4504kr

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

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/devel/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:04:01 -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/devel/pdftk.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- pdftk.spec	21 Apr 2009 17:32:17 -0000	1.18
+++ pdftk.spec	29 Apr 2009 16:04:01 -0000	1.19
@@ -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 fedora-extras-commits mailing list