summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-09-21 08:04:12 +0200
committerRemi Collet <remi@remirepo.net>2018-09-21 08:04:12 +0200
commit8ea91ab2174dc50757b5b0ee31e7279e1cd70b4d (patch)
tree2eaf434f5f7dc30f3464a84ed43e491903f6fba2
parent4bd01a9d5fa37a678b3408694276211a12cdefd8 (diff)
update to 1.5.3
with libbson and libmongoc 1.13.0
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec12
3 files changed, 15 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 29755cc..f220cde 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,12 +2,12 @@
mongodb
MongoDB support => enabled
-MongoDB extension version => 1.5.2
+MongoDB extension version => 1.5.3
MongoDB extension stability => stable
-libbson headers version => 1.12.0
-libbson library version => 1.12.0
-libmongoc headers version => 1.12.0
-libmongoc library version => 1.12.0
+libbson headers version => 1.13.0
+libbson library version => 1.13.0
+libmongoc headers version => 1.13.0
+libmongoc library version => 1.13.0
libmongoc SSL => enabled
libmongoc SSL library => OpenSSL
libmongoc crypto => enabled
diff --git a/REFLECTION b/REFLECTION
index c615abf..32cc2f5 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #189 mongodb version 1.5.2 ] {
+Extension [ <persistent> extension #190 mongodb version 1.5.3 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #189 mongodb version 1.5.2 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.5.2 }
+ Constant [ string MONGODB_VERSION ] { 1.5.3 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index ff1d9fc..f1cbc89 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -38,19 +38,19 @@
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
%global with_syslib 1
-%global libver 1.11
+%global libver 1.13
%else
%global with_syslib 0
-%global libver 1.11.0
+%global libver 1.13.0
%endif
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-%global upstream_version 1.5.2
+%global upstream_version 1.5.3
#global upstream_prever RC2
#global upstream_lower ~rc2
Version: %{upstream_version}%{?upstream_lower}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -328,6 +328,10 @@ exit $ret
%changelog
+* Fri Sep 21 2018 Remi Collet <remi@remirepo.net> - 1.5.3-1
+- update to 1.5.3
+- with libbson and libmongoc 1.13.0
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.5.2-2
- rebuild for 7.3.0beta2 new ABI