From d8195e99a648861b6fe04ad7d0f8e9764f782823 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Nov 2020 15:08:41 +0100 Subject: update to 1.9.0 (stable) --- php-pecl-mongodb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index ad2ac50..73adbbb 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -42,8 +42,8 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} %global upstream_version 1.9.0 -%global upstream_prever RC1 -%global upstream_lower ~rc1 +#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 @@ -346,6 +346,9 @@ exit $ret %changelog +* Wed Nov 25 2020 Remi Collet - 1.9.0-1 +- update to 1.9.0 (stable) + * Wed Nov 11 2020 Remi Collet - 1.9.0~RC1-1 - update to 1.9.0RC1 (beta) -- cgit