From bdb7f3b5987bb6932b7c08f6ec3a577f2ab15ce39fa9b6eaeb980b6ed4265f7c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 15 Dec 2022 10:02:42 +0000 Subject: [PATCH] - switch to pkgconfig(zlib) so that alternative providers can be used OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/pcre2?expand=0&rev=64 --- 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