diff options
author | Remi Collet <remi@remirepo.net> | 2018-04-19 17:11:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-04-19 17:11:30 +0200 |
commit | 2ef95425bd1dcc11142007622dddbd59e377fbbe (patch) | |
tree | 433ea6bfb2a20cc43d6d60624c386283edf3aea9 | |
parent | c03df05d487036bb20f68e30c04bc73c31566c08 (diff) |
update to 1.4.3
with libbson and libmongoc 1.9.4
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 10 |
2 files changed, 9 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #185 mongodb version 1.4.2 ] { +Extension [ <persistent> extension #188 mongodb version 1.4.3 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,7 +14,7 @@ Extension [ <persistent> extension #185 mongodb version 1.4.2 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.4.2 } + Constant [ string MONGODB_VERSION ] { 1.4.3 } Constant [ string MONGODB_STABILITY ] { stable } } diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index b80c76c..b4eb03c 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,17 +36,17 @@ %global with_tests 0%{?_with_tests:1} %endif -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 %global with_syslib 1 %global libver 1.9 %else %global with_syslib 0 -%global libver 1.9.3 +%global libver 1.9.4 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.4.2 +%global upstream_version 1.4.3 #global upstream_prever RC2 #global upstream_lower ~rc2 Version: %{upstream_version}%{?upstream_lower} @@ -322,6 +322,10 @@ exit $ret %changelog +* Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 +- with libbson and libmongoc 1.9.4 + * Wed Mar 7 2018 Remi Collet <remi@remirepo.net> - 1.4.2-1 - Update to 1.4.2 (no change) - with libbson and libmongoc 1.9.3 |