From 997bfce84498ae5faff80b83c2529c4dbb31bebd38f3be4a85e73ebc15931a42 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 18 Dec 2022 16:22:20 +0000 Subject: [PATCH] Accepting request 1043089 from devel:libraries:c_c++ ------------------------------------------------------------------ - switch to pkgconfig(zlib) so that alternative providers can be used OBS-URL: https://build.opensuse.org/request/show/1043089 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=28 --- pcre2.changes | 8 +++++++- pcre2.spec | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre2.changes b/pcre2.changes index 9d48d94..a46bbc1 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,4 +1,4 @@ -------------------------------------------------------------------- +------------------------------------------------------------------ Mon Dec 12 20:19:14 UTC 2022 - Andreas Stieger - pcre2 10.42: @@ -8,6 +8,12 @@ Mon Dec 12 20:19:14 UTC 2022 - Andreas Stieger couldn't compile * Fix an intermittent JIT fault and minor issues +------------------------------------------------------------------- +Mon Dec 12 08:58:58 UTC 2022 - Dirk Müller + +- switch to pkgconfig(zlib) so that alternative providers can be + used + ------------------------------------------------------------------- Tue Dec 6 21:30:50 UTC 2022 - Andreas Stieger diff --git a/pcre2.spec b/pcre2.spec index f1ff5eb..e45711a 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -37,7 +37,7 @@ BuildRequires: libbz2-devel BuildRequires: libedit-devel BuildRequires: libtool BuildRequires: pkgconfig -BuildRequires: zlib-devel +BuildRequires: pkgconfig(zlib) %description The PCRE2 library is a set of functions that implement regular