Update to 1.19.0 for gsl 2

This commit is contained in:
Orion Poplawski 2015-11-17 16:12:11 -07:00
parent 7fafa099c8
commit 9f0e7b2e2e
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
bd980dc73842910ff533c0a7675ca8f7 gsl-ocaml-1.18.4.tar.gz
b364871767218306b4dfa14a01867865 gsl-ocaml-1.19.0.tar.gz