update version 2.7-1

This commit is contained in:
json_book 2023-02-26 22:27:17 +08:00
parent 7dedc35f73
commit 1744575a4c
3 changed files with 11 additions and 5 deletions

Binary file not shown.

BIN
gsl-2.7.tar.gz Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
Name: gsl Name: gsl
Version: 2.4 Version: 2.7
Release: 9 Release: 1
Summary: The GNU Scientific Library for numerical analysis Summary: The GNU Scientific Library for numerical analysis
URL: http://www.gnu.org/software/gsl/ URL: http://www.gnu.org/software/gsl/
License: GPLv3 and GFDL and BSD License: GPLv3 and GFDL-1.3-or-later and BSD
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
Patch0: gsl-test.patch Patch0: gsl-test.patch
@ -36,7 +36,7 @@ mv THANKS.aux THANKS
%build %build
# disable FMA # disable FMA
%ifarch aarch64 %ifarch aarch64 loongarch64
export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off" export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off"
%endif %endif
%configure %configure
@ -70,7 +70,7 @@ fi
%files %files
%license COPYING %license COPYING
%doc AUTHORS ChangeLog NEWS README THANKS TODO %doc AUTHORS ChangeLog NEWS README THANKS TODO
%{_libdir}/libgsl.so.23* %{_libdir}/libgsl.so.25*
%{_libdir}/libgslcblas.so.0* %{_libdir}/libgslcblas.so.0*
%{_bindir}/gsl-histogram %{_bindir}/gsl-histogram
%{_bindir}/gsl-randist %{_bindir}/gsl-randist
@ -90,5 +90,11 @@ fi
%{_mandir}/man3/*.3* %{_mandir}/man3/*.3*
%changelog %changelog
* Sat Feb 04 2023 wenchaofan <349464272@qq.com> - 2.7-1
- Update to 2.7 version
* Wed Dec 07 2022 xu_ping <xuping33@h-partners.com> - 2.4-10
- Adaptation Loongarch
* Fri Feb 14 2020 fengbing <fengbing7@huawei.com> - 2.4-9 * Fri Feb 14 2020 fengbing <fengbing7@huawei.com> - 2.4-9
- Package init - Package init