[packages/php-pecl-mongodb] Up to 1.8.0, drops php 5.6 support
glen
glen at pld-linux.org
Sat Oct 24 16:31:13 CEST 2020
commit 3513b6f0f117272882e2ee4f02b299444cf551e6
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sun Sep 20 10:17:18 2020 +0300
Up to 1.8.0, drops php 5.6 support
php-pecl-mongodb.spec | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-mongodb.git/commitdiff/3513b6f0f117272882e2ee4f02b299444cf551e6
More information about the pld-cvs-commit
mailing list