diff options
-rw-r--r-- | REFLECTION | 4 | ||||
-rw-r--r-- | php-pecl-mongodb-dev.spec | 8 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
3 files changed, 14 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #201 mongodb version 1.1.6 ] { +Extension [ <persistent> extension #202 mongodb version 1.1.7 ] { - INI { Entry [ mongodb.debug <ALL> ] @@ -7,7 +7,7 @@ Extension [ <persistent> extension #201 mongodb version 1.1.6 ] { } - Constants [3] { - Constant [ string MONGODB_VERSION ] { 1.1.6 } + Constant [ string MONGODB_VERSION ] { 1.1.7 } 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 9967038..eea688f 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -22,7 +22,7 @@ Summary: MongoDB driver for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.1.6 +Version: 1.1.7 Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages @@ -221,6 +221,12 @@ cd ../ZTS %changelog +* Thu Jun 2 2016 Remi Collet <remi@fedoraproject.org> - 1.1.7-2 +- Update to 1.1.7 + +* Thu Apr 7 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-2 +- Update to 1.1.6 + * Thu Mar 31 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-4 - load after smbclient to workaround https://jira.mongodb.org/browse/PHPC-658 diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index c7b053b..3539f44 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -22,7 +22,7 @@ Summary: MongoDB driver for PHP Name: php-pecl-%{pecl_name} -Version: 1.1.6 +Version: 1.1.7 Release: 1%{?dist} License: BSD Group: Development/Languages @@ -194,7 +194,10 @@ cd ../ZTS %changelog -* Thu Apr 07 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-1 +* Thu Jun 2 2016 Remi Collet <remi@fedoraproject.org> - 1.1.7-1 +- Update to 1.1.7 + +* Thu Apr 7 2016 Remi Collet <remi@fedoraproject.org> - 1.1.6-1 - Update to 1.1.6 * Thu Mar 31 2016 Remi Collet <remi@fedoraproject.org> - 1.1.5-3 |