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) --- php-pecl-mongodb.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-mongodb.spec') 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