From 969d4f33180f8d495af834eaa0de0f8b0ddaaf4a Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 13 Jun 2024 10:39:46 +0800 Subject: [PATCH] License compliance rectification --- gsl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gsl.spec b/gsl.spec index c6fd08c..6984789 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,9 +1,9 @@ Name: gsl Version: 2.4 -Release: 10 +Release: 11 Summary: The GNU Scientific Library for numerical analysis URL: http://www.gnu.org/software/gsl/ -License: GPLv3 and GFDL and BSD +License: GPL-3.0-or-later AND GFDL-1.3-or-later Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz Patch0: gsl-test.patch @@ -90,6 +90,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Thu Jun 13 2024 yao_xin - 2.4-11 +- License compliance rectification + * Thu Jan 20 2022 wujie - 2.4-10 - Disable FMA on riscv64 from http://fedora.riscv.rocks/koji/buildinfo?buildID=189607 Author is David Abdurachmanov -- Gitee