New upstream version 1.17.2.
- OCaml 4.02.0 beta rebuild.
This commit is contained in:
parent
e7a02cb873
commit
88dad0cfaa
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
ocamlgsl-0.6.0.tar.gz
|
||||
/gsl-ocaml-1.13.0.tar.gz
|
||||
/gsl-ocaml-1.17.2.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user