diff options
| author | Remi Collet <remi@remirepo.net> | 2021-10-28 13:44:28 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-10-28 13:44:28 +0200 | 
| commit | 1e232b28054bcb33b60a49c557d8d6343634db56 (patch) | |
| tree | 44b6d8cc587292cc421530c333f06c7734dff902 | |
| parent | fdd7354bc2c54d904361f82cc36b1296d1821230 (diff) | |
rebuild using ICU 69
| -rw-r--r-- | php-pecl-mongodb.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.11.0~alpha1-2 +- rebuild using ICU 69 +  * Tue Sep 14 2021 Remi Collet <remi@remirepo.net> - 1.11.0~alpha1-1  - update to 1.11.0alpha1  - with libbson and libmongoc 1.19.0  | 
