diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-18 18:53:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-18 18:53:40 +0100 |
commit | f73c5b678a337a23e861193f561ab8e1965f9960 (patch) | |
tree | e7b37140c178f53aad1f3ede6efe2dad4df4e2e5 | |
parent | ff5cf630dd86bdf77a4b7dd2c8a8593a6de34e88 (diff) |
php-pecl-mongodb: 1.1.5 (stable)
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb-dev.spec | 5 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 5 |
3 files changed, 10 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #131 mongodb version 1.1.4 ] { +Extension [ <persistent> extension #131 mongodb version 1.1.5 ] { - INI { Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #131 mongodb version 1.1.4 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.4 } + Constant [ string MONGODB_VERSION ] { 1.1.5 } Constant [ string MONGODB_STABILITY ] { stable } Constant [ string BSON_NAMESPACE ] { MongoDB\BSON } } diff --git a/php-pecl-mongodb-dev.spec b/php-pecl-mongodb-dev.spec index 3021130..81f8df7 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -21,7 +21,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.4 +Version: 1.1.5 Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -218,6 +218,9 @@ cd ../ZTS %changelog +* Fri Mar 18 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-1 +- Update to 1.1.5 (stable) + * Thu Mar 10 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 - Update to 1.1.4 (stable) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 20cbc2f..29ec735 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -21,7 +21,7 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.4 +Version: 1.1.5 Release: 1%{?dist} License: BSD Group: Development/Languages @@ -193,6 +193,9 @@ cd ../ZTS %changelog +* Fri Mar 18 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-1 +- Update to 1.1.5 (stable) + * Thu Mar 10 2016 Remi Collet <remi@fedoraproject.org> - 1.1.4-1 - Update to 1.1.4 (stable) |