automatic version update by autodist [release 10.44-1mamba;Wed Jun 19 2024]

This commit is contained in:
Automatic Build System 2024-06-20 18:16:52 +02:00
parent 39056820e9
commit d36d7b1329

View File

@ -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 <autodist@openmamba.org> 10.44-1mamba
- automatic version update by autodist
* Mon Apr 29 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 10.43-2mamba
- enabled JIT; added patches to fix instruction detection on x86 and thread safety problem