summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-09 16:50:50 +0200
committerRemi Collet <remi@remirepo.net>2018-07-09 16:50:50 +0200
commit0129d7de991431a707196738a1b091cfa84cf172 (patch)
tree7e595b07706bd73c006af2af5941ff44b225facb
parentacb7bea8719b393c9b2c7c9ac7b13dea7bcd5646 (diff)
v1.5.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec5
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 46d4735..9f3d3e3 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.5.0
+MongoDB extension version => 1.5.1
MongoDB extension stability => stable
libbson headers version => 1.11.0
libbson library version => 1.11.0
diff --git a/REFLECTION b/REFLECTION
index 9075748..29e5d33 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #189 mongodb version 1.5.0 ] {
+Extension [ <persistent> extension #189 mongodb version 1.5.1 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #189 mongodb version 1.5.0 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.5.0 }
+ Constant [ string MONGODB_VERSION ] { 1.5.1 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index f4d3dd2..9611782 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -46,7 +46,7 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.5.0
+%global upstream_version 1.5.1
#global upstream_prever RC2
#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
@@ -324,6 +324,9 @@ exit $ret
%changelog
+* Mon Jul 9 2018 Remi Collet <remi@remirepo.net> - 1.5.1-1
+- update to 1.5.1
+
* Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 1.5.0-1
- update to 1.5.0
- with libbson and libmongoc 1.11.0