diff --git a/pcre2.spec b/pcre2.spec index 4680a4e..b585650 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -2,7 +2,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.22 -Release: %{?rcversion:0.}10%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}10%{?rcversion:.%rcversion}%{?dist}.1 %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library Group: System Environment/Libraries @@ -270,6 +270,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Thu Jan 12 2017 Igor Gnatenko - 10.22-10.1 +- Rebuild for readline 7.x + * Thu Jan 12 2017 Petr Pisar - 10.22-10 - Fix an out-of-bound read in pcre2test tool within POSIX mode (upstream bug #2008)