New upstream version 1.17.2.

- OCaml 4.02.0 beta rebuild.
This commit is contained in:
Richard W.M. Jones 2014-07-21 16:45:06 +01:00
parent e7a02cb873
commit 88dad0cfaa
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
ocamlgsl-0.6.0.tar.gz
/gsl-ocaml-1.13.0.tar.gz
/gsl-ocaml-1.17.2.tar.gz

View File

@ -1,13 +1,13 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
Name: ocaml-gsl
Version: 1.13.0
Release: 2%{?dist}
Version: 1.17.2
Release: 1%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
License: GPLv2
URL: https://bitbucket.org/mmottl/gsl-ocaml
Source0: https://bitbucket.org/mmottl/gsl-ocaml/downloads/gsl-ocaml-%{version}.tar.gz
URL: https://mmottl.github.io/gsl-ocaml/
Source0: https://github.com/mmottl/gsl-ocaml/releases/download/v%{version}/gsl-ocaml-%{version}.tar.gz
ExcludeArch: armv7hl sparc64 s390 s390x
@ -74,6 +74,10 @@ make install
%changelog
* Mon Jul 21 2014 Richard W.M. Jones <rjones@redhat.com> - 1.17.2-1
- New upstream version 1.17.2.
- OCaml 4.02.0 beta rebuild.
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
24e9c304cccf85907ffc98373b65ceb1 gsl-ocaml-1.13.0.tar.gz
ddd6bad8471b3617446526d7b4544309 gsl-ocaml-1.17.2.tar.gz