rpms/bouncycastle/devel .cvsignore, 1.4, 1.5 bouncycastle.spec, 1.7, 1.8 sources, 1.4, 1.5

Thomas Fitzsimmons (fitzsim) fedora-extras-commits at redhat.com
Thu May 15 14:46:00 UTC 2008


Author: fitzsim

Update of /cvs/pkgs/rpms/bouncycastle/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16826

Modified Files:
	.cvsignore bouncycastle.spec sources 
Log Message:
* Thu May 15 2008 Thomas Fitzsimmons <fitzsim at redhat.com> - 1.39-1
- Import Bouncy Castle 1.39.
- Set target to 1.5.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Nov 2007 22:46:32 -0000	1.4
+++ .cvsignore	15 May 2008 14:45:24 -0000	1.5
@@ -1 +1 @@
-bcprov-jdk16-138-FEDORA.tar.gz
+bcprov-jdk16-139-FEDORA.tar.gz


Index: bouncycastle.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/bouncycastle.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- bouncycastle.spec	19 Feb 2008 03:02:24 -0000	1.7
+++ bouncycastle.spec	15 May 2008 14:45:24 -0000	1.8
@@ -1,10 +1,10 @@
-%define archivever  jdk16-138
+%define archivever  jdk16-139
 %define classname   org.bouncycastle.jce.provider.BouncyCastleProvider
 
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
-Version:          1.38
-Release:          2%{?dist}
+Version:          1.39
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          BSD
 URL:              http://www.%{name}.org/
@@ -35,7 +35,7 @@
 pushd src
   unzip ../src.zip
   export CLASSPATH=$(build-classpath junit4)
-  javac `find . -type f -name "*.java"`
+  javac -target 1.5 `find . -type f -name "*.java"`
   jarfile="../bcprov-%{version}.jar"
   files="`find . -type f -name "*.class"`"
   test ! -d classes && mf="" \
@@ -132,6 +132,10 @@
 %attr(-,root,root) %{_libdir}/gcj/%{name}
 
 %changelog
+* Thu May 15 2008 Thomas Fitzsimmons <fitzsim at redhat.com> - 1.39-1
+- Import Bouncy Castle 1.39.
+- Set target to 1.5.
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.38-2
 - Autorebuild for GCC 4.3
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Nov 2007 22:46:33 -0000	1.4
+++ sources	15 May 2008 14:45:24 -0000	1.5
@@ -1 +1 @@
-489fd3910ab9bc7b7b177168dca6bf1c  bcprov-jdk16-138-FEDORA.tar.gz
+01c757e6e9d3f8aead54ccede9e9e0f8  bcprov-jdk16-139-FEDORA.tar.gz




More information about the fedora-extras-commits mailing list