From 9f0e7b2e2ea087cee9c2abd63fa2295bb1b9052a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Nov 17 2015 23:12:11 +0000 Subject: Update to 1.19.0 for gsl 2 --- diff --git a/.gitignore b/.gitignore index bac4e3a..7397e09 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/ocaml-gsl.spec b/ocaml-gsl.spec index 0188bca..a23ba64 100644 --- a/ocaml-gsl.spec +++ b/ocaml-gsl.spec @@ -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 - 1.19.0-1 +- Update to 1.19.0 for gsl 2 + * Wed Jul 29 2015 Richard W.M. Jones - 1.18.4-1 - New upstream version 1.18.4. - Exclude armv7hl because it uses double-word alignment for doubles. diff --git a/sources b/sources index acebe6b..72eab1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd980dc73842910ff533c0a7675ca8f7 gsl-ocaml-1.18.4.tar.gz +b364871767218306b4dfa14a01867865 gsl-ocaml-1.19.0.tar.gz