From 71edf5aa7a684b034e772d754274f300f9635649 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Oct 2020 14:40:04 +0200 Subject: update to 1.8.1 --- php-pecl-mongodb.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'php-pecl-mongodb.spec') diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec index 53b73f0..97e3fd2 100644 --- a/php-pecl-mongodb.spec +++ b/php-pecl-mongodb.spec @@ -26,7 +26,7 @@ %global with_tests 0%{?_with_tests:1} # temp for EL-8 until available in EPEL -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8 %global with_syslib 1 %global libmongo 1.17 #global libmongover #{libmongo} @@ -41,11 +41,11 @@ Summary: MongoDB driver for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} -%global upstream_version 1.8.0 +%global upstream_version 1.8.1 #global upstream_prever RC1 #global upstream_lower ~rc1 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: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -113,7 +113,9 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -338,6 +340,9 @@ exit $ret %changelog +* Tue Oct 6 2020 Remi Collet - 1.8.1-1 +- update to 1.8.1 + * Thu Aug 27 2020 Remi Collet - 1.8.0-2 - rebuild with system library on EL-8 -- cgit