From dcb4439c1c98552cf57119f3fc8349dcd89e9b91 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Sep 2019 18:43:10 +0200 Subject: 1.6.0RC1 --- 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 feec9c6..c478927 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -36,14 +36,14 @@ %global libbuildver %(pkg-config --silence-errors --modversion libmongoc-1.0 2>/dev/null || echo %{libver}) %else %global with_syslib 0 -%global libver 1.15.0 +%global libver 1.15.1 %endif Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.6.0 -%global upstream_prever alpha3 -%global upstream_lower ~alpha3 +%global upstream_prever RC1 +%global upstream_lower ~rc1 Version: %{upstream_version}%{?upstream_lower} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 @@ -328,6 +328,9 @@ exit $ret %changelog +* Mon Sep 2 2019 Remi Collet - 1.6.0~rc1-1 +- update to 1.6.0RC1 + * Thu Aug 22 2019 Remi Collet - 1.6.0~alpha3-1 - update to 1.6.0alpha3 - with libbson and libmongoc 1.15.0 -- cgit