diff options
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongodb-dev.spec | 7 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 7 | 
3 files changed, 13 insertions, 7 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 mongodb version 1.0.0RC0 ] { +Extension [ <persistent> extension #126 mongodb version 1.0.0 ] {    - INI {      Entry [ mongodb.debug <ALL> ] @@ -7,8 +7,8 @@ Extension [ <persistent> extension #126 mongodb version 1.0.0RC0 ] {    }    - Constants [3] { -    Constant [ string MONGODB_VERSION ] { 1.0.0RC0 } -    Constant [ string MONGODB_STABILITY ] { beta } +    Constant [ string MONGODB_VERSION ] { 1.0.0 } +    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 8e7c6ab..fd7e0a8 100644 --- a/php-pecl-mongodb-dev.spec +++ b/php-pecl-mongodb-dev.spec @@ -18,12 +18,12 @@  %else  %global ini_name   40-%{pecl_name}.ini  %endif -%global prever     RC0 +#global prever     RC0  Summary:        MongoDB driver for PHP  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        1.0.0 -Release:        0.5.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -220,6 +220,9 @@ rm -rf %{buildroot}  %changelog +* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-2 +- update to 1.0.0 (stable) +  * Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.5.RC0  - Update to 1.0.0RC0 (beta) diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index bf84f79..8e54abc 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -19,12 +19,12 @@  %else  %global ini_name   40-%{pecl_name}.ini  %endif -%global prever     RC0 +#global prever     RC0  Summary:        MongoDB driver for PHP  Name:           php-pecl-%{pecl_name}  Version:        1.0.0 -Release:        0.6.%{prever}%{?dist} +Release:        1%{?dist}  License:        BSD  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -190,6 +190,9 @@ cd ../ZTS  %changelog +* Fri Oct 30 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-1 +- update to 1.0.0 (stable) +  * Tue Oct 27 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.6.RC0  - Update to 1.0.0RC0 (beta) | 
