[bouncycastle-mail/f16] use original sources from here on out

Orcan Ogetbil oget at fedoraproject.org
Wed May 9 03:35:47 UTC 2012


commit efb37cef2593238aebe8bbb31b693fbce7b9a960
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Tue May 8 23:35:44 2012 -0400

    use original sources from here on out

 .gitignore             |    1 +
 bouncycastle-mail.spec |   13 +++++++------
 sources                |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f1de422..c6a7595 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 bcmail-jdk16-145-FEDORA.tar.gz
 /bcmail-jdk16-146-FEDORA.tar.gz
+/bcmail-jdk16-146.tar.gz
diff --git a/bouncycastle-mail.spec b/bouncycastle-mail.spec
index b6bb568..997bb60 100644
--- a/bouncycastle-mail.spec
+++ b/bouncycastle-mail.spec
@@ -4,24 +4,22 @@
 Summary:          S/MIME and CMS libraries for Bouncy Castle
 Name:             bouncycastle-mail
 Version:          %{ver}
-Release:          1%{?dist}
+Release:          2%{?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
+Source0:          http://www.bouncycastle.org/download/bcmail-%{archivever}.tar.gz
 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}
+Requires:         bouncycastle >= 1.46-2
 BuildRequires:    jpackage-utils >= 1.5
 Requires:         jpackage-utils >= 1.5
 Requires(post):   jpackage-utils >= 1.7
 Requires(postun): jpackage-utils >= 1.7
 BuildArch:        noarch
 BuildRequires:    bouncycastle == %{version}
+BuildRequires:    bouncycastle >= 1.46-2
 BuildRequires:    java-devel >= 1.7
 Requires:         java >= 1.7
 BuildRequires:    javamail
@@ -124,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue May 08 2012 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.46-2
+- use original sources from here on out
+
 * Tue Mar 01 2011 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.46-1
 - Import Bouncy Castle 1.46.
 - Drop gcj.
diff --git a/sources b/sources
index 7f2868a..4fc52c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7b27678d5fdebaf79a19ef34ae9d9b3  bcmail-jdk16-146-FEDORA.tar.gz
+d7c84370119dcec7b8f01a484e9a26fc  bcmail-jdk16-146.tar.gz


More information about the scm-commits mailing list