From 7f8230c98e35e6cf9fb49d66e0eb4248332f28b6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Feb 2018 08:03:54 +0100 Subject: v1.4.0 (stable) --- REFLECTION | 6 +++--- php-pecl-mongodb.spec | 9 ++++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/REFLECTION b/REFLECTION index e89d370..e265483 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #185 mongodb version 1.4.0RC2 ] { +Extension [ extension #185 mongodb version 1.4.0 ] { - Dependencies { Dependency [ date (Required) ] @@ -14,8 +14,8 @@ Extension [ 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 - 1.4.0-1 +- Update to 1.4.0 (stable) + * Wed Feb 7 2018 Remi Collet - 1.4.0~rc2-1 - Update to 1.4.0RC2 -- cgit