Update to 1.19.0 for gsl 2
This commit is contained in:
parent
7fafa099c8
commit
9f0e7b2e2e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ ocamlgsl-0.6.0.tar.gz
|
||||
/gsl-ocaml-1.18.1.tar.gz
|
||||
/gsl-ocaml-1.18.2.tar.gz
|
||||
/gsl-ocaml-1.18.4.tar.gz
|
||||
/gsl-ocaml-1.19.0.tar.gz
|
||||
|
@ -1,7 +1,7 @@
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
||||
Name: ocaml-gsl
|
||||
Version: 1.18.4
|
||||
Version: 1.19.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Interface to GSL (GNU scientific library) for OCaml
|
||||
License: GPLv2
|
||||
@ -82,6 +82,9 @@ make install
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 17 2015 Orion Poplawski <orion@cora.nwra.com> - 1.19.0-1
|
||||
- Update to 1.19.0 for gsl 2
|
||||
|
||||
* Wed Jul 29 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.4-1
|
||||
- New upstream version 1.18.4.
|
||||
- Exclude armv7hl because it uses double-word alignment for doubles.
|
||||
|
Loading…
Reference in New Issue
Block a user