diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-06-02 18:38:50 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-06-02 18:38:50 +0200 | 
| commit | 3740f196e3e9b9bcc21405ad823c24a38d2c35ea (patch) | |
| tree | 1b586d85fac9cf1d864d9ecd053acede49293cef | |
| parent | 68115df2abdb36bc1679f13ac89cff24447b8673 (diff) | |
php-pecl-mongodb: 1.1.7
| -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  | 
