From 3b566427234628d6c02a16b7794cbff5f2db43fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Dec 2018 16:07:36 +0100 Subject: v1.6.0alpha1 --- php-pecl-mongodb.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 7da03b2..cc128c6 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -46,11 +46,11 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.5.3 -#global upstream_prever RC2 -#global upstream_lower ~rc2 +%global upstream_version 1.6.0 +%global upstream_prever alpha1 +%global upstream_lower ~alpha1 Version: %{upstream_version}%{?upstream_lower} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -328,6 +328,9 @@ exit $ret %changelog +* Mon Dec 3 2018 Remi Collet - 1.6.0~alpha1-1 +- update to 1.6.0alpha1 + * Sat Dec 1 2018 Remi Collet - 1.5.3-2 - EL-8 build (using bundled libmongc for now) -- cgit