diff options
| -rw-r--r-- | REFLECTION | 6 | ||||
| -rw-r--r-- | php-pecl-mongodb.spec | 9 | 
2 files changed, 9 insertions, 6 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #185 mongodb version 1.4.0RC2 ] { +Extension [ <persistent> extension #185 mongodb version 1.4.0 ] {    - Dependencies {      Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #185 mongodb version 1.4.0RC2 ] {    }    - Constants [2] { -    Constant [ string MONGODB_VERSION ] { 1.4.0RC2 } -    Constant [ string MONGODB_STABILITY ] { beta } +    Constant [ string MONGODB_VERSION ] { 1.4.0 } +    Constant [ string MONGODB_STABILITY ] { stable }    }    - Functions { diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 667f40c..a48da8d 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -35,7 +35,7 @@  %global with_tests   0%{?_with_tests:1}  %endif -%if 0%{?fedora} >= 28 +%if 0%{?fedora} >= 27  %global with_syslib 1  %global libver      1.9  %else @@ -46,8 +46,8 @@  Summary:        MongoDB driver for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  %global upstream_version 1.4.0 -%global upstream_prever  RC2 -%global upstream_lower   ~rc2 +#global upstream_prever  RC2 +#global upstream_lower   ~rc2  Version:        %{upstream_version}%{?upstream_lower}  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        ASL 2.0 @@ -326,6 +326,9 @@ exit $ret  %changelog +* Fri Feb  9 2018 Remi Collet <remi@remirepo.net> - 1.4.0-1 +- Update to 1.4.0 (stable) +  * Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 1.4.0~rc2-1  - Update to 1.4.0RC2 | 
