From 540f0ecc10790f1f53bf3affaaace9312116fc98 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Fri, 22 Sep 2023 10:15:19 +0000 Subject: [PATCH] Pcre2 bundled version bump and changed GitHub project name Fedora commit: 40d8f32182687998c04df2b1a3cb96a8987ae697 Pcre2 version bumped to 10.42. Also pcre2 github project name has been changed to PCRE2Project. Related: RHEL-8411 --- mariadb.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index cfb4857..e055b5d 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -109,7 +109,7 @@ %bcond_without unbundled_pcre %else %bcond_with unbundled_pcre -%global pcre_bundled_version 10.40 +%global pcre_bundled_version 10.42 %endif # Use main python interpretter version @@ -773,7 +773,7 @@ sed 's/mariadb-server-galera/%{name}-server-galera/' %{SOURCE72} > selinux/%{nam # Get version of PCRE, that upstream use -pcre_version=`grep -e "https://github.com/PhilipHazel/pcre2/releases/download" cmake/pcre.cmake | sed -r "s;.*pcre2-([[:digit:]]+\.[[:digit:]]+).*;\1;" ` +pcre_version=`grep -e "https://github.com/PCRE2Project/pcre2/releases/download" cmake/pcre.cmake | sed -r "s;.*pcre2-([[:digit:]]+\.[[:digit:]]+).*;\1;" ` # Check if the PCRE version in macro 'pcre_bundled_version', used in Provides: bundled(...), is the same version as upstream actually bundles %if %{without unbundled_pcre}