Update to 2.4
This commit is contained in:
parent
8c4ccd965e
commit
2bf03d52e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/gsl-1.16.tar.gz
|
||||
/gsl-2.1.tar.gz
|
||||
/gsl-2.3.tar.gz
|
||||
/gsl-2.4.tar.gz
|
||||
|
||||
7
gsl.spec
7
gsl.spec
@ -1,6 +1,6 @@
|
||||
Summary: The GNU Scientific Library for numerical analysis
|
||||
Name: gsl
|
||||
Version: 2.3
|
||||
Version: 2.4
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.gnu.org/software/gsl/
|
||||
# info part of this package is under GFDL license
|
||||
@ -81,7 +81,7 @@ fi
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog NEWS README THANKS TODO
|
||||
%{_libdir}/libgsl.so.19*
|
||||
%{_libdir}/libgsl.so.23*
|
||||
%{_libdir}/libgslcblas.so.0*
|
||||
%{_bindir}/gsl-histogram
|
||||
%{_bindir}/gsl-randist
|
||||
@ -99,6 +99,9 @@ fi
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 12 2017 Arthur Mello <amello@redhat.com> - 2.4-1
|
||||
- Update to 2.4
|
||||
|
||||
* Tue Feb 14 2017 Frantisek Kluknavsky <fkluknav@redhat.com> - 2.3-1
|
||||
- rebase to 2.3
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gsl-2.3.tar.gz) = ada622079f4ac667d95f74b38aa368726fc1b18fd34555bcefe90920d3da93a9289ebff966be43325af806107001bc8973daf9f8418e6c97b866be2296b566ff
|
||||
SHA512 (gsl-2.4.tar.gz) = 12442b023dd959e8b22a9c486646b5cedec7fdba0daf2604cda365cf96d10d99aefdec2b42e59c536cc071da1525373454e5ed6f4b15293b305ca9b1dc6db130
|
||||
|
||||
Loading…
Reference in New Issue
Block a user