diff --git a/pcre2.spec b/pcre2.spec index b818024..ebe6763 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,7 +9,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.44 -Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}1%{?rcversion:.%rcversion}%{?dist}.1 %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -260,6 +260,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Mon Jul 22 2024 Lukas Javorsky - 10.44-1.1 +- Rebuild for fixed gating and fmf tests + * Fri Jul 19 2024 Lukas Javorsky - 10.44-1 - Rebase to version 10.44