[bouncycastle] Import Bouncy Castle 1.46.

Orcan Ogetbil oget at fedoraproject.org
Wed Mar 2 04:18:35 UTC 2011


commit ffee67b904da31b194ecb7ce2ccd94749756e47f
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Tue Mar 1 23:18:27 2011 -0500

    Import Bouncy Castle 1.46.

 .gitignore                                     |    1 +
 bcprov-jdk16-1.45.pom => bcprov-jdk16-1.46.pom |    2 +-
 bouncycastle.spec                              |    9 +++++++--
 sources                                        |    2 +-
 4 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3093709..b54d5f0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bcprov-jdk16-145-FEDORA.tar.gz
+/bcprov-jdk16-146-FEDORA.tar.gz
diff --git a/bcprov-jdk16-1.45.pom b/bcprov-jdk16-1.46.pom
similarity index 95%
rename from bcprov-jdk16-1.45.pom
rename to bcprov-jdk16-1.46.pom
index 1c45c8d..cfe4088 100644
--- a/bcprov-jdk16-1.45.pom
+++ b/bcprov-jdk16-1.46.pom
@@ -5,7 +5,7 @@
   <artifactId>bcprov-jdk16</artifactId>
   <packaging>jar</packaging>
   <name>Bouncy Castle Provider</name>
-  <version>1.45</version>
+  <version>1.46</version>
   <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.6.</description>
   <url>http://www.bouncycastle.org/java.html</url>
   <licenses>
diff --git a/bouncycastle.spec b/bouncycastle.spec
index a84cda6..f333ad7 100644
--- a/bouncycastle.spec
+++ b/bouncycastle.spec
@@ -1,11 +1,11 @@
-%global ver  1.45
+%global ver  1.46
 %global archivever  jdk16-%(echo %{ver}|sed 's|\\\.||')
 %global classname   org.bouncycastle.jce.provider.BouncyCastleProvider
 
 Summary:          Bouncy Castle Crypto Package for Java
 Name:             bouncycastle
 Version:          %{ver}
-Release:          3%{?dist}
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.%{name}.org/
@@ -61,6 +61,8 @@ pushd src
   # Exclude all */test/* files except org.bouncycastle.util.test, cf. upstream
   files="$(find . -type f \( -name '*.class' -o -name '*.properties' \) -not -path '*/test/*')"
   files="$files $(find . -type f -path '*/org/bouncycastle/util/test/*.class')"
+  files="$files $(find . -type f -path '*/org/bouncycastle/jce/provider/test/*.class')"
+  files="$files $(find . -type f -path '*/org/bouncycastle/ocsp/test/*.class')"
   test ! -d classes && mf="" \
     || mf="`find classes/ -type f -name "*.mf" 2>/dev/null`"
   test -n "$mf" && jar cvfm $jarfile $mf $files \
@@ -171,6 +173,9 @@ fi
 %{_javadocdir}/%{name}/
 
 %changelog
+* Tue Mar 01 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.46-1
+- Import Bouncy Castle 1.46.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.45-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e84f3a5..de65d23 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c6c3f41acb33da1bacb1a39b23caa097  bcprov-jdk16-145-FEDORA.tar.gz
+a522ba5ababb6505dbd474c3cb924d29  bcprov-jdk16-146-FEDORA.tar.gz


More information about the scm-commits mailing list