diff --git a/gf2x.spec b/gf2x.spec index ca57775..c49a6b5 100644 --- a/gf2x.spec +++ b/gf2x.spec @@ -3,7 +3,9 @@ Version: 1.3.0 Release: 8%{?dist} Summary: Polynomial multiplication over the binary field -License: GPLv2+ +# GPL-3.0-or-later: the project as a whole +# LGPL-2.1-or-later: fft/gf2x-cantor-fft.h +License: GPL-3.0-or-later AND LGPL-2.1-or-later URL: https://gitlab.inria.fr/gf2x/gf2x Source0: %{url}/-/archive/%{name}-%{version}/%{name}-%{name}-%{version}.tar.bz2 # Fix mismatched declarations and definitions @@ -99,6 +101,9 @@ LD_LIBRARY_PATH=$PWD/.libs:$PWD/fft/.libs make check %{_libdir}/pkgconfig/%{name}.pc %changelog +* Thu Nov 24 2022 Jerry James - 1.3.0-8 +- Convert License tag to SPDX + * Thu Jul 21 2022 Fedora Release Engineering - 1.3.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild