From fc096d2e05c0eb46b8292f40da55bf2eaf754ea6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 10 Feb 2025 14:39:17 +0000 Subject: [PATCH] 10.45 --- .abf.yml | 2 +- pcre2.spec | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.abf.yml b/.abf.yml index 080e13f..07c47a0 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - pcre2-10.36.tar.bz2: 65958cfc799c1474a272938f5690dff5f10db216 + pcre2-10.45.tar.bz2: 2456df2afe30313dc1f3dc8763536320064c0f1f diff --git a/pcre2.spec b/pcre2.spec index 10c97bd..4d4fbc4 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -9,11 +9,11 @@ Summary: Perl-compatible regular expression library Name: pcre2 -Version: 10.36 -Release: 5 +Version: 10.45 +Release: 1 License: BSD Group: System/Libraries -Url: http://www.pcre.org/ +URL: https://pcre2project.github.io/pcre2 Source0: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.bz2 # Do no set RPATH if libdir is not /usr/lib Patch0: pcre2-10.10-Fix-multilib.patch @@ -22,6 +22,7 @@ Patch1: pcre2_jit_compile.c.diff Patch2: pcre2_jit_test.c.diff Patch3: CVE-2022-41409.patch BuildRequires: readline-devel +BuildRequires: bzip2 %description PCRE2 is a re-working of the original PCRE (Perl-compatible regular @@ -145,7 +146,7 @@ Utilities demonstrating PCRE2 capabilities like pcre2grep or pcre2test. #---------------------------------------------------------------------------- %prep -%autosetup -p1 +%setup -q %build # Because of multilib patch