New upstream version 1.6.

This commit is contained in:
Richard W.M. Jones 2012-07-02 14:37:44 +01:00
parent f96d79ab96
commit 078289ef87
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
cryptokit-1.3.tar.gz
/cryptokit-1.4.tar.gz
/cryptokit-1.6.tar.gz

View File

@ -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@redhat.com> - 1.6-1
- New upstream version 1.6.
* Sun Jun 10 2012 Richard W.M. Jones <rjones@redhat.com> - 1.4-6
- Rebuild for OCaml 4.00.0.

View File

@ -1 +1 @@
fbec0562e9ad4cbab8a39f61a3ee66c7 cryptokit-1.4.tar.gz
341a4ca2db7fc7755b08d2e54a6874e1 cryptokit-1.6.tar.gz