From 0df6b96b91ef608afc4087928870862424ea5b01 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 17 Feb 2019 09:30:52 +0100 Subject: [PATCH] Rebuild for readline 8.0 --- pcre2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcre2.spec b/pcre2.spec index dd2a1f9..f470be9 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,7 +9,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.32 -Release: %{?rcversion:0.}7%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}7%{?rcversion:.%rcversion}%{?dist}.1 %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -263,6 +263,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Sun Feb 17 2019 Igor Gnatenko - 10.32-7.1 +- Rebuild for readline 8.0 + * Thu Jan 31 2019 Petr Pisar - 10.32-7 - Fix version conditions in DFA engine (upstream bug #2367) - Use an upstream fix for POSIX names as macros (bug #1667614)