diff options
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r-- | php-pecl-mongodb.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 |