From 1e232b28054bcb33b60a49c557d8d6343634db56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Oct 2021 13:44:28 +0200 Subject: rebuild using ICU 69 --- php-pecl-mongodb.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c082271..7513917 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -49,7 +49,7 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_prever alpha1 %global upstream_lower ~alpha1 Version: %{upstream_version}%{?upstream_lower} -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -71,8 +71,8 @@ BuildRequires: cyrus-sasl-devel BuildRequires: openssl-devel BuildRequires: snappy-devel BuildRequires: zlib-devel -# We require 65 to ensure use of libicu-last (same version than PHP) -BuildRequires: libicu-devel >= 65 +# We require 69 to ensure we use the same version than PHP +BuildRequires: pkgconfig(icu-uc) >= 69 Provides: bundled(libbson) = %{libmongo} Provides: bundled(mongo-c-driver) = %{libmongo} Provides: bundled(libmongocrypt) = %{libcrypt} @@ -338,6 +338,9 @@ exit $ret %changelog +* Wed Sep 29 2021 Remi Collet - 1.11.0~alpha1-2 +- rebuild using ICU 69 + * Tue Sep 14 2021 Remi Collet - 1.11.0~alpha1-1 - update to 1.11.0alpha1 - with libbson and libmongoc 1.19.0 -- cgit