summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-20 08:05:45 +0200
committerRemi Collet <remi@remirepo.net>2017-09-20 08:05:45 +0200
commitb77adc5cf3da244434545a2f40ffcd21ab47667b (patch)
treeca23d4921171d05d45133220a79beafe10b40795
parenta20db44389445f0cc429955e6e624b971b5f6797 (diff)
v1.2.11 (for php 5.4)v1.2
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index e261cdb..8416e58 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #84 mongodb version 1.2.10 ] {
+Extension [ <persistent> extension #62 mongodb version 1.2.11 ] {
- Dependencies {
Dependency [ date (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #84 mongodb version 1.2.10 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 1.2.10 }
+ Constant [ string MONGODB_VERSION ] { 1.2.11 }
Constant [ string MONGODB_STABILITY ] { stable }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 843903a..44e37dc 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -41,7 +41,7 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.2.10
+Version: 1.2.11
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
@@ -334,6 +334,9 @@ exit $ret
%changelog
+* Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 1.2.11-1
+- Update to 1.2.11
+
* Thu Sep 7 2017 Remi Collet <remi@remirepo.net> - 1.2.10-1
- Update to 1.2.10