[mono-bouncycastle] Update to 1.7

Kalev Lember kalev at fedoraproject.org
Sat Jun 25 22:07:43 UTC 2011


commit 62a3d869ff90e07c86426c04c853efc85b2e57fd
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Sun Jun 26 00:53:07 2011 +0300

    Update to 1.7

 .gitignore             |    1 +
 mono-bouncycastle.spec |   10 ++++++++--
 sources                |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8014c48..b2f296d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 bccrypto-net-1.6.1-src.zip
+/bccrypto-net-1.7-src.zip
diff --git a/mono-bouncycastle.spec b/mono-bouncycastle.spec
index 4952a18..64aa270 100644
--- a/mono-bouncycastle.spec
+++ b/mono-bouncycastle.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           mono-bouncycastle
-Version:        1.6.1
-Release:        2%{?dist}
+Version:        1.7
+Release:        1%{?dist}
 Summary:        Bouncy Castle Crypto Package for Mono
 
 Group:          System Environment/Libraries
@@ -30,6 +30,9 @@ and real-world use the Java version has seen.
 %prep
 %setup -q -n csharp
 
+# Work around CS1540 error with mono 2.10
+find . -name '*.cs' | xargs sed -i -e 's/z\.Square()\.Equals(this)/this.Equals(z.Square())/'
+
 %build
 # Use the mono system key instead of generating our own here.
 cp -a /etc/pki/mono/mono.snk BouncyCastle.snk
@@ -54,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/mono/bouncycastle/
 
 %changelog
+* Sun Jun 26 2011 Kalev Lember <kalev at smartlink.ee> - 1.7-1
+- Update to 1.7
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index f094fd9..27f32cc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ecd332c1747d84296a09e8e379732b40  bccrypto-net-1.6.1-src.zip
+a4b116ac9fc50e9d495968514e15f5eb  bccrypto-net-1.7-src.zip


More information about the scm-commits mailing list