From 29947c528818ead0dfcd77753bd76a46d617d18a Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Sat, 17 Feb 2024 19:30:38 +0000 Subject: [PATCH] Rebuilt for added pcre2-tools into CRB Resolves: RHEL-23512 --- pcre2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pcre2.spec b/pcre2.spec index b89dc5b..d6049d0 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,7 +9,7 @@ #%%global rcversion RC1 Name: pcre2 Version: 10.40 -Release: %{?rcversion:0.}4%{?rcversion:.%rcversion}%{?dist} +Release: %{?rcversion:0.}5%{?rcversion:.%rcversion}%{?dist} %global myversion %{version}%{?rcversion:-%rcversion} Summary: Perl-compatible regular expression library # the library: BSD with exceptions @@ -265,6 +265,9 @@ make %{?_smp_mflags} check VERBOSE=yes %{_mandir}/man1/pcre2test.* %changelog +* Fri Feb 16 2024 Lukas Javorsky - 10.40-5 +- Rebuilt for added pcre2-tools into CRB + * Mon Nov 13 2023 Lukas Javorsky - 10.40-4 - Fix an issue with restoring originally unset entries in recursion - Resolves: BZ#2248133