[ocaml-cryptokit] New upstream version 1.6.

Richard W.M. Jones rjones at fedoraproject.org
Mon Jul 2 13:39:01 UTC 2012


commit 078289ef8759980cb947ef1ce7cd0bd335250091
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Jul 2 14:37:44 2012 +0100

    New upstream version 1.6.

 .gitignore           |    1 +
 ocaml-cryptokit.spec |   13 ++++++++-----
 sources              |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f9c8bf..fc8930a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 cryptokit-1.3.tar.gz
 /cryptokit-1.4.tar.gz
+/cryptokit-1.6.tar.gz
diff --git a/ocaml-cryptokit.spec b/ocaml-cryptokit.spec
index b4d42c4..c3edca7 100644
--- a/ocaml-cryptokit.spec
+++ b/ocaml-cryptokit.spec
@@ -2,14 +2,14 @@
 %define debug_package %{nil}
 
 Name:           ocaml-cryptokit
-Version:        1.4
-Release:        6%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        OCaml library of cryptographic and hash functions
 
 Group:          Development/Libraries
 License:        LGPLv2 with exceptions
 URL:            http://forge.ocamlcore.org/projects/cryptokit/
-Source0:        https://forge.ocamlcore.org/frs/download.php/460/cryptokit-%{version}.tar.gz
+Source0:        https://forge.ocamlcore.org/frs/download.php/891/cryptokit-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -68,8 +68,8 @@ developing applications that use %{name}.
 make ||:
 make
 
-chrpath --delete _build/src/dllcryptokit.so
-strip _build/src/dllcryptokit.so
+chrpath --delete _build/src/dllcryptokit_stubs.so
+strip _build/src/dllcryptokit_stubs.so
 
 
 %check
@@ -115,6 +115,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul  2 2012 Richard W.M. Jones <rjones at redhat.com> - 1.6-1
+- New upstream version 1.6.
+
 * Sun Jun 10 2012 Richard W.M. Jones <rjones at redhat.com> - 1.4-6
 - Rebuild for OCaml 4.00.0.
 
diff --git a/sources b/sources
index 15f6bc0..606bc34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fbec0562e9ad4cbab8a39f61a3ee66c7  cryptokit-1.4.tar.gz
+341a4ca2db7fc7755b08d2e54a6874e1  cryptokit-1.6.tar.gz


More information about the scm-commits mailing list