diff --git a/pcre2.spec b/pcre2.spec index 874b072..8365b3c 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,7 +9,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.42 -Release: %{?rcversion:0.}2%{?rcversion:.%rcversion}%{?dist}.2 +Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -44,7 +44,7 @@ Summary: Perl-compatible regular expression library # missing: GPLv2+ with exception # test-driver: GPLv2+ with exception # testdata: Public Domain -License: BSD-3-Clause +License: BSD-3-Clause AND FSFULLR AND X11 AND GPL-2.0-or-later AND FSFAP AND FSFUL AND GPL-3.0-or-later URL: https://www.pcre.org/ Source0: https://github.com/PCRE2Project/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2 Source1: https://github.com/PCRE2Project/pcre2/releases/download/pcre2-%{version}/pcre2-%{version}.tar.bz2.sig @@ -137,8 +137,8 @@ expressions implemented by the PCRE2 library. %package tools Summary: Auxiliary utilities for %{name} -# pcre2test (linked to GNU readline): BSD (linked to GPLv3+) -License: BSD and GPLv3+ +# pcre2test: BSD +License: BSD-3-Clause Requires: %{name}%{_isa} = %{version}-%{release} %description tools @@ -260,6 +260,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Tue May 14 2024 Lukas Javorsky - 10.42-3 +- Migrate licenses to SPDX format and add the forgotten + * Thu Jan 25 2024 Fedora Release Engineering - 10.42-2.2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild