From d36d7b1329cec93bc7d187338a5286be6c0f9729 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Thu, 20 Jun 2024 18:16:52 +0200 Subject: [PATCH] automatic version update by autodist [release 10.44-1mamba;Wed Jun 19 2024] --- pcre2.spec | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/pcre2.spec b/pcre2.spec index abfdb5a..75fa15d 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -1,6 +1,6 @@ Name: pcre2 -Version: 10.43 -Release: 2mamba +Version: 10.44 +Release: 1mamba Summary: PCRE - Perl Compatible Regular Expressions Group: System/Libraries Vendor: openmamba @@ -42,11 +42,10 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -cd src/sljit -%patch 0 -p2 -b .x86_xgetbv_feature_detection -%patch 1 -p2 -b .fix_locking_region_in_sjlit_malloc_exec - -cd ../.. +#cd src/sljit +#%patch 0 -p2 -b .x86_xgetbv_feature_detection +#%patch 1 -p2 -b .fix_locking_region_in_sjlit_malloc_exec +#cd ../.. sed -i "s| man/man| share/man/man|" CMakeLists.txt %build @@ -109,6 +108,9 @@ mv %{buildroot}/usr/cmake %{buildroot}%{_libdir}/cmake %doc ChangeLog NEWS README %changelog +* Wed Jun 19 2024 Automatic Build System 10.44-1mamba +- automatic version update by autodist + * Mon Apr 29 2024 Silvan Calarco 10.43-2mamba - enabled JIT; added patches to fix instruction detection on x86 and thread safety problem