From 4a066221f0c92f6a7731dac73e75ba470f02a496 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Wed, 12 Jun 2024 07:59:42 +0200 Subject: [PATCH] Sync bundled version of PCRE2 --- mariadb10.11.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb10.11.spec b/mariadb10.11.spec index db7c302..8dc846b 100644 --- a/mariadb10.11.spec +++ b/mariadb10.11.spec @@ -120,7 +120,7 @@ %bcond_without unbundled_pcre %else %bcond_with unbundled_pcre -%global pcre_bundled_version 10.42 +%global pcre_bundled_version 10.43 %endif # To avoid issues with a breaking change in FMT library, bundle it on systems where FMT wasn't fixed yet