summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-10-21 07:22:51 +0200
committerRemi Collet <fedora@famillecollet.com>2016-10-21 07:22:51 +0200
commitc3bfc02de7cde71497dfcd3e8cc7b0da2c86c8e6 (patch)
tree4bc727e2d3a60d0be397c36faedc9be366c6cf28
parentd17fcbd7271fcba6dfd26e3ff034766ea05fb517 (diff)
php-pecl-mongodb: 1.1.9 (no change)
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec7
2 files changed, 7 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 4a78604..a868c09 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #137 mongodb version 1.1.8 ] {
+Extension [ <persistent> extension #89 mongodb version 1.1.9 ] {
- INI {
Entry [ mongodb.debug <ALL> ]
@@ -7,7 +7,7 @@ Extension [ <persistent> extension #137 mongodb version 1.1.8 ] {
}
- Constants [3] {
- Constant [ string MONGODB_VERSION ] { 1.1.8 }
+ Constant [ string MONGODB_VERSION ] { 1.1.9 }
Constant [ string MONGODB_STABILITY ] { stable }
Constant [ string BSON_NAMESPACE ] { MongoDB\BSON }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index ee287cb..8f55874 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -40,8 +40,8 @@
Summary: MongoDB driver for PHP
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 1.1.8
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.1.9
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -317,6 +317,9 @@ exit $ret
%changelog
+* Fri Oct 21 2016 Remi Collet <remi@fedoraproject.org> - 1.1.9-1
+- Update to 1.1.9 (no change)
+
* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.8-5
- rebuild for PHP 7.1 new API version