File tree Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Expand file tree Collapse file tree 3 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"Signatures" : {
3
- "gsl-2.6 .tar.gz" : " b782339fc7a38fe17689cb39966c4d821236c28018b6593ddb6fd59ee40786a8 "
3
+ "gsl-2.8 .tar.gz" : " 6a99eeed15632c6354895b1dd542ed5a855c0f15d9ad1326c6fe2b2c9e423190 "
4
4
}
5
5
}
6
+
Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ Vendor: Microsoft Corporation
2
2
Distribution: Azure Linux
3
3
Summary: The GNU Scientific Library for numerical analysis
4
4
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/
8
8
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
10
10
Patch0: gsl-1.10-lib64.patch
11
11
# http://lists.gnu.org/archive/html/bug-gsl/2015-12/msg00012.html
12
12
Patch1: gsl-tol.patch
@@ -65,7 +65,7 @@ rm -r %{buildroot}%{_libdir}/*.a
65
65
%doc AUTHORS ChangeLog NEWS README THANKS TODO
66
66
%{_bindir }/gsl-histogram
67
67
%{_bindir }/gsl-randist
68
- %{_libdir }/libgsl.so.25 *
68
+ %{_libdir }/libgsl.so.28 *
69
69
%{_libdir }/libgslcblas.so.0*
70
70
%{_mandir }/man1/gsl-histogram.1*
71
71
%{_mandir }/man1/gsl-randist.1*
@@ -82,6 +82,10 @@ rm -r %{buildroot}%{_libdir}/*.a
82
82
%{_includedir }/gsl/
83
83
84
84
%changelog
85
+ *
Tue Oct 15 2024 Kevin Lockwood <[email protected] > -
2.8-1
86
+ - Upgrade for azurelinux 3.0
87
+ - License Verified
88
+
85
89
*
Fri Oct 15 2021 Pawel Winogrodzki <[email protected] > -
2.6-3
86
90
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
87
91
Original file line number Diff line number Diff line change 4920
4920
"type": "other",
4921
4921
"other": {
4922
4922
"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"
4925
4925
}
4926
4926
}
4927
4927
},
You can’t perform that action at this time.
0 commit comments