rpms/bouncycastle-tsp/F-11 bctsp-jdk16-1.44.pom, NONE, 1.1 .cvsignore, 1.2, 1.3 bouncycastle-tsp.spec, 1.3, 1.4 sources, 1.2, 1.3 bctsp-jdk16-1.43.pom, 1.1, NONE

Orcan Ogetbil oget at fedoraproject.org
Sun Nov 15 02:05:32 UTC 2009


Author: oget

Update of /cvs/pkgs/rpms/bouncycastle-tsp/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2751

Modified Files:
	.cvsignore bouncycastle-tsp.spec sources 
Added Files:
	bctsp-jdk16-1.44.pom 
Removed Files:
	bctsp-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 bctsp-jdk16-1.44.pom ---
<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.bouncycastle</groupId>
  <artifactId>bctsp-jdk16</artifactId>
  <packaging>jar</packaging>
  <name>Bouncy Castle OpenPGP API</name>
  <version>1.44</version>
  <description>The Bouncy Castle Java API for handling the Time Stamp Protocol (TSP). This jar contains the TSP API 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.</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>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcmail-jdk16</artifactId>
      <version>1.44</version>
      <type>jar</type>
    </dependency>
  </dependencies>
</project>

Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-tsp/F-11/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	23 Jun 2009 02:31:42 -0000	1.2
+++ .cvsignore	15 Nov 2009 02:05:32 -0000	1.3
@@ -1 +1 @@
-bctsp-jdk16-143.tar.gz
+bctsp-jdk16-144.tar.gz


Index: bouncycastle-tsp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-tsp/F-11/bouncycastle-tsp.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- bouncycastle-tsp.spec	17 Sep 2009 07:23:52 -0000	1.3
+++ bouncycastle-tsp.spec	15 Nov 2009 02:05:32 -0000	1.4
@@ -1,15 +1,16 @@
 %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:          TSP libraries for Bouncy Castle
 Name:             bouncycastle-tsp
-Version:          1.43
-Release:          6%{?dist}
+Version:          %{ver}
+Release:          1%{?dist}
 Group:            System Environment/Libraries
 License:          MIT
 URL:              http://www.bouncycastle.org/
 Source0:          http://www.bouncycastle.org/download/bctsp-%{archivever}.tar.gz
-Source1:          http://repo2.maven.org/maven2/org/bouncycastle/bctsp-jdk16/1.43/bctsp-jdk16-1.43.pom
+Source1:          http://repo2.maven.org/maven2/org/bouncycastle/bctsp-jdk16/%{version}/bctsp-jdk16-%{version}.pom
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    jpackage-utils >= 1.5
 Requires:         jpackage-utils >= 1.5
@@ -139,6 +140,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-6
 - Similar fixes proposed in RHBZ#521475, namely:
 - Include missing properties files in jar.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/bouncycastle-tsp/F-11/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	23 Jun 2009 02:31:42 -0000	1.2
+++ sources	15 Nov 2009 02:05:32 -0000	1.3
@@ -1 +1 @@
-cfaf28e26edf36ff017fa9f35938952b  bctsp-jdk16-143.tar.gz
+a876e62affb8c8cb7022fe77785bb42d  bctsp-jdk16-144.tar.gz


--- bctsp-jdk16-1.43.pom DELETED ---




More information about the fedora-extras-commits mailing list