diff options
| -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) | 
