summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-03-07 05:33:47 +0100
committerRemi Collet <remi@remirepo.net>2018-03-07 05:33:47 +0100
commitc03df05d487036bb20f68e30c04bc73c31566c08 (patch)
tree02212ea5543a014dab37b25648f7346e42bab157
parenta3d5828e0e6cb05891fc5471ad4dbc88ae5c72bf (diff)
Update to 1.4.2 (no change)
with libbson and libmongoc 1.9.3
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec8
2 files changed, 8 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index fdbb417..6edcfee 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #185 mongodb version 1.4.1 ] {
+Extension [ <persistent> extension #185 mongodb version 1.4.2 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #185 mongodb version 1.4.1 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.4.1 }
+ Constant [ string MONGODB_VERSION ] { 1.4.2 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index b96dd43..b80c76c 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -41,12 +41,12 @@
%global libver 1.9
%else
%global with_syslib 0
-%global libver 1.9.2
+%global libver 1.9.3
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.4.1
+%global upstream_version 1.4.2
#global upstream_prever RC2
#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
@@ -322,6 +322,10 @@ exit $ret
%changelog
+* 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
+
* Wed Feb 21 2018 Remi Collet <remi@remirepo.net> - 1.4.1-1
- Update to 1.4.1 (stable)
- disable test suite because of #1547618