diff options
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-mongodb.spec | 7 |
2 files changed, 8 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #177 mongodb version 1.3.0RC1 ] { +Extension [ <persistent> extension #177 mongodb version 1.3.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ <persistent> extension #177 mongodb version 1.3.0RC1 ] { } - Constants [2] { - Constant [ string MONGODB_VERSION ] { 1.3.0RC1 } - Constant [ string MONGODB_STABILITY ] { beta } + Constant [ string MONGODB_VERSION ] { 1.3.0 } + Constant [ string MONGODB_STABILITY ] { stable } } - Functions { diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 5df6060..f9f44dd 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -41,8 +41,8 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.3.0 -%global upstream_prever RC1 -Version: %{upstream_version}~rc1 +#global upstream_prever RC1 +Version: %{upstream_version} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 Group: Development/Languages @@ -320,6 +320,9 @@ exit $ret %changelog +* Wed Sep 20 2017 Remi Collet <remi@remirepo.net> - 1.3.0-1 +- update to 1.3.0 (stable) + * Fri Sep 15 2017 Remi Collet <remi@remirepo.net> - 1.3.0~RC1-1 - update to 1.3.0RC1 - raise dependency on libbson and mongo-c-driver 1.8.0 |