[java-sig-commits] [bouncycastle-pg/f17] change SOURCE0 see rhbz#806262

gil gil at fedoraproject.org
Thu May 10 11:39:50 UTC 2012


commit 094f26582357ee4b926fc6b82085524e5944db33
Author: gil <puntogil at libero.it>
Date:   Thu May 10 11:42:13 2012 +0200

    change SOURCE0 see rhbz#806262

 .gitignore           |    1 +
 bouncycastle-pg.spec |    7 +++++--
 sources              |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 501ff44..dac4dcd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bcpg-jdk15on-146.tar.gz
+/bcpg-jdk16-146.tar.gz
diff --git a/bouncycastle-pg.spec b/bouncycastle-pg.spec
index b01eb27..7e4181b 100644
--- a/bouncycastle-pg.spec
+++ b/bouncycastle-pg.spec
@@ -1,8 +1,8 @@
 %global ver 146
-%global archivever  jdk15on-%(echo %{ver}|sed 's|\\\.||')
+%global archivever  jdk16-%(echo %{ver}|sed 's|\\\.||')
 Name:          bouncycastle-pg
 Version:       1.46
-Release:       6%{?dist}
+Release:       7%{?dist}
 Summary:       Bouncy Castle OpenPGP API
 Group:         Development/Libraries
 License:       MIT
@@ -95,6 +95,9 @@ install -pm 644 %{SOURCE1} %{buildroot}%{_mavenpomdir}/JPP-bcpg.pom
 %doc LICENSE.html
 
 %changelog
+* Thu May 10 2012 gil cattaneo <puntogil at libero.it> 1.46-7
+- change SOURCE0 see rhbz#806262
+
 * Tue May 08 2012 gil cattaneo <puntogil at libero.it> 1.46-6
 - used %%global instead %%define
 - removed the checks for fedora version
diff --git a/sources b/sources
index c27f1a8..453ea47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7189c81b3a0492acc5d21e5d342dba9  bcpg-jdk15on-146.tar.gz
+f8c3b1c4f1e1474da8edf1caf8c193cb  bcpg-jdk16-146.tar.gz


More information about the java-sig-commits mailing list