New upstream version 1.18.4.

- Exclude armv7hl because it uses double-word alignment for doubles.
This commit is contained in:
Richard W.M. Jones 2015-07-29 10:41:54 +01:00
parent e2aad71b41
commit 7fafa099c8
3 changed files with 16 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ ocamlgsl-0.6.0.tar.gz
/gsl-ocaml-1.17.2.tar.gz
/gsl-ocaml-1.18.1.tar.gz
/gsl-ocaml-1.18.2.tar.gz
/gsl-ocaml-1.18.4.tar.gz

View File

@ -1,12 +1,19 @@
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
Name: ocaml-gsl
Version: 1.18.2
Release: 7%{?dist}
Version: 1.18.4
Release: 1%{?dist}
Summary: Interface to GSL (GNU scientific library) for OCaml
License: GPLv2
URL: https://mmottl.github.io/gsl-ocaml/
# "Architectures with double-word alignment for doubles are not supported"
# Specifically you should look at this file:
# %{_libdir}/ocaml/caml/config.h
# and if it has '#define ARCH_ALIGN_DOUBLE' then it is not supported,
# but if it has '#undef ARCH_ALIGN_DOUBLE' then it is OK.
ExcludeArch: armv7hl
URL: https://github.com/mmottl/gsl-ocaml
Source0: https://github.com/mmottl/gsl-ocaml/releases/download/v%{version}/gsl-ocaml-%{version}.tar.gz
@ -75,6 +82,10 @@ make install
%changelog
* 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.
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.18.2-7
- OCaml 4.02.3 rebuild.

View File

@ -1 +1 @@
83239c537c3b2af5f02a8d646ce358d3 gsl-ocaml-1.18.2.tar.gz
bd980dc73842910ff533c0a7675ca8f7 gsl-ocaml-1.18.4.tar.gz