From: Elan Ruusamäe Date: Sun, 20 Sep 2020 07:17:18 +0000 (+0300) Subject: Up to 1.8.0, drops php 5.6 support X-Git-Tag: auto/th/php-pecl-mongodb-1.8.2-1~2 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fphp-pecl-mongodb.git;a=commitdiff_plain;h=3513b6f Up to 1.8.0, drops php 5.6 support --- diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 10daba9..805e3d0 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -1,4 +1,5 @@ # TODO +# - libmongocrypt # - ix86/x32 (php -m) prints:: # src/mongoc/mongoc-handshake.c:478 _append_and_truncate(): precondition failed: space_for_suffix >= 0 # Aborted @@ -13,23 +14,23 @@ %define modname mongodb Summary: MongoDB driver for PHP Name: %{php_name}-pecl-%{modname} -Version: 1.7.4 +Version: 1.8.0 Release: 1 License: Apache v2.0 Group: Development/Languages/PHP Source0: https://pecl.php.net/get/%{modname}-%{version}.tgz -# Source0-md5: e48806cdcf1a04e08ec0cd3f2bf05ae0 +# Source0-md5: ea1b3198a1de04d26d1975a948b3f3a9 Source1: mongodb.ini URL: https://pecl.php.net/package/mongodb BuildRequires: %{php_name}-cli -BuildRequires: %{php_name}-devel >= 4:5.6.0 +BuildRequires: %{php_name}-devel >= 4:7.0 BuildRequires: %{php_name}-json BuildRequires: %{php_name}-pcre BuildRequires: %{php_name}-spl %{?with_sasl:BuildRequires: cyrus-sasl-devel} %if %{without bundled} -BuildRequires: libbson-devel >= 1.16.2 -BuildRequires: mongo-c-driver-devel >= 1.16.2 +BuildRequires: libbson-devel >= 1.17.0 +BuildRequires: mongo-c-driver-devel >= 1.17.0 %endif BuildRequires: openssl-devel BuildRequires: rpmbuild(macros) >= 1.666