diff --git a/qt5-qtbase.spec b/qt5-qtbase.spec index 1f7f0af..79bed52 100644 --- a/qt5-qtbase.spec +++ b/qt5-qtbase.spec @@ -57,7 +57,7 @@ Name: qt5-qtbase Summary: Qt5 - QtBase components Version: 5.15.10 -Release: 2%{?dist} +Release: 3%{?dist} # See LGPL_EXCEPTIONS.txt, for exception details License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0 @@ -213,8 +213,8 @@ BuildRequires: pkgconfig(sqlite3) >= 3.7 BuildRequires: pkgconfig(harfbuzz) >= 0.9.42 %endif BuildRequires: pkgconfig(icu-i18n) -%if 0%{?fedora} > 37 -BuildRequires: pkgconfig(libpcre2-posix) >= 10.20 +%if 0%{?fedora} > 37 || 0%{?rhel} > 7 +BuildRequires: pkgconfig(libpcre2-16) >= 10.20 %else BuildRequires: pkgconfig(libpcre) >= 8.0 %endif @@ -1111,6 +1111,10 @@ fi %changelog +* Wed Jul 19 2023 Yaakov Selkowitz - 5.15.10-3 +- Use pcre2 in RHEL builds +- Update pcre2 dependency + * Tue Jul 11 2023 FrantiĊĦek Zatloukal - 5.15.10-2 - Rebuilt for ICU 73.2