Skip to content

Commit 17d4ede

Browse files
Upgrade gsl to 2.8-1 (#10740)
1 parent 073f42b commit 17d4ede

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"Signatures": {
3-
"gsl-2.6.tar.gz": "b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8"
3+
"gsl-2.8.tar.gz": "6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190"
44
}
55
}
6+

SPECS-EXTENDED/gsl/gsl.spec

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Summary: The GNU Scientific Library for numerical analysis
44
Name: gsl
5-
Version: 2.6
6-
Release: 3%{?dist}
7-
URL: http://www.gnu.org/software/gsl/
5+
Version: 2.8
6+
Release: 1%{?dist}
7+
URL: https://www.gnu.org/software/gsl/
88
License: GPLv3+
9-
Source: http://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
9+
Source: https://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
1010
Patch0: gsl-1.10-lib64.patch
1111
# http://lists.gnu.org/archive/html/bug-gsl/2015-12/msg00012.html
1212
Patch1: gsl-tol.patch
@@ -65,7 +65,7 @@ rm -r %{buildroot}%{_libdir}/*.a
6565
%doc AUTHORS ChangeLog NEWS README THANKS TODO
6666
%{_bindir}/gsl-histogram
6767
%{_bindir}/gsl-randist
68-
%{_libdir}/libgsl.so.25*
68+
%{_libdir}/libgsl.so.28*
6969
%{_libdir}/libgslcblas.so.0*
7070
%{_mandir}/man1/gsl-histogram.1*
7171
%{_mandir}/man1/gsl-randist.1*
@@ -82,6 +82,10 @@ rm -r %{buildroot}%{_libdir}/*.a
8282
%{_includedir}/gsl/
8383

8484
%changelog
85+
* Tue Oct 15 2024 Kevin Lockwood <[email protected]> - 2.8-1
86+
- Upgrade for azurelinux 3.0
87+
- License Verified
88+
8589
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 2.6-3
8690
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
8791

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4920,8 +4920,8 @@
49204920
"type": "other",
49214921
"other": {
49224922
"name": "gsl",
4923-
"version": "2.6",
4924-
"downloadUrl": "http://ftp.gnu.org/gnu/gsl/gsl-2.6.tar.gz"
4923+
"version": "2.8",
4924+
"downloadUrl": "https://ftp.gnu.org/gnu/gsl/gsl-2.8.tar.gz"
49254925
}
49264926
}
49274927
},

0 commit comments

Comments
 (0)