From 8fca0ec056a06a0904046fa579abf41839c8da96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 13 Jan 2020 11:44:15 +0100 Subject: [PATCH] Correct spec release number --- pcre2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index 9feeeab..e70e612 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,7 +9,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.34 -Release: %{?rcversion:0.}3%{?rcversion:.%rcversion}%{?dist}.1 +Release: %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -238,7 +238,7 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog -* Mon Jan 13 2020 Petr Pisar - 10.34-3.1 +* Mon Jan 13 2020 Petr Pisar - 10.34-4 - Fix a crash in JITted code when a *THEN verb is used in a lookahead assertion (upstream bug #2510)