rpms/bouncycastle-mail/devel bcmail-jdk16-1.44.pom, NONE, 1.1 .cvsignore, 1.4, 1.5 bouncycastle-mail.spec, 1.11, 1.12 sources, 1.4, 1.5 bcmail-jdk16-1.43.pom, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sun Nov 15 01:43:56 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle-mail/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28378

Modified Files:
	.cvsignore bouncycastle-mail.spec sources 
Added Files:
	bcmail-jdk16-1.44.pom 
Removed Files:
	bcmail-jdk16-1.43.pom 
Log Message:
* Sat Nov 14 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.44-1
- Import Bouncy Castle 1.44.



--- NEW FILE bcmail-jdk16-1.44.pom ---
<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bcmail-jdk16</artifactId>
  <packaging>jar</packaging>
  <name>Bouncy Castle CMS and S/MIME API</name>
  <version>1.44</version>
  <description>The Bouncy Castle Java CMS and S/MIME APIs for handling the CMS and S/MIME protocols. This jar contains CMS and S/MIME APIs for JDK 1.6. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. If the S/MIME API is used, the JavaMail API and the Java activation framework will also be needed.</description>
  <url>http://www.bouncycastle.org/java.html</url>
  <licenses>
    <license>
      <name>Bouncy Castle Licence</name>
      <url>http://www.bouncycastle.org/licence.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>http://www.bouncycastle.org/viewcvs/viewcvs.cgi/java</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk16</artifactId>
      <version>1.44</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	20 Apr 2009 22:21:18 -0000	1.4
+++ .cvsignore	15 Nov 2009 01:43:56 -0000	1.5
@@ -1 +1 @@
-bcmail-jdk16-143-FEDORA.tar.gz
+bcmail-jdk16-144-FEDORA.tar.gz


Index: bouncycastle-mail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/bouncycastle-mail.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- bouncycastle-mail.spec	17 Sep 2009 06:58:01 -0000	1.11
+++ bouncycastle-mail.spec	15 Nov 2009 01:43:56 -0000	1.12
@@ -1,18 +1,20 @@
 %global with_gcj %{!?_without_gcj:1}%{?_without_gcj:0}
-%global archivever  jdk16-143
+%global ver  1.44
+%global archivever  jdk16-%(echo %{ver}|sed 's|\\\.||')
 
 Summary:          S/MIME and CMS libraries for Bouncy Castle
 Name:             bouncycastle-mail
-Version:          1.43
-Release:          5%{?dist}
+Version:          %{ver}
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.bouncycastle.org/
 # Original source http://www.bouncycastle.org/download/bcmail-%{archivever}.tar.gz
 # is modified to
 # bcmail-%{archivever}-FEDORA.tar.gz with references to patented algorithms removed.
+# Speciifically: IDEA algorithms got removed.
 Source0:          bcmail-%{archivever}-FEDORA.tar.gz
-Source1:          http://repo2.maven.org/maven2/org/bouncycastle/bcmail-jdk16/1.43/bcmail-jdk16-1.43.pom
+Source1:          http://repo2.maven.org/maven2/org/bouncycastle/bcmail-jdk16/%{version}/bcmail-jdk16-%{version}.pom
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:         bouncycastle == %{version}
 BuildRequires:    jpackage-utils >= 1.5
@@ -145,6 +147,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Sat Nov 14 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.44-1
+- Import Bouncy Castle 1.44.
+
 * Thu Sep 17 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.43-5
 - Similar fixes proposed in RHBZ#521475, namely:
 - Include missing properties files in jar.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-mail/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	20 Apr 2009 22:21:18 -0000	1.4
+++ sources	15 Nov 2009 01:43:56 -0000	1.5
@@ -1 +1 @@
-f31ac1648834921f6271d582c5d90565  bcmail-jdk16-143-FEDORA.tar.gz
+c92e2df049894bad3b0b41de31fc1460  bcmail-jdk16-144-FEDORA.tar.gz


--- bcmail-jdk16-1.43.pom DELETED ---




More information about the scm-commits mailing list