From 885e1b11ec377d6f15eca8d184173e772857a69e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:54:07 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-ssh2.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 15c5c86..793c44c 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -29,10 +29,10 @@ Name: %{?sub_prefix}php-pecl-ssh2 Summary: Bindings for the libssh2 library Version: 1.3.1 %if 0%{?gh_date} -Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}%{?prever}-%{gh_short}.tar.gz %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz %endif @@ -77,6 +77,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -223,6 +226,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 1.3.1-2 +- rebuild for 8.1.0RC1 + * Tue Mar 2 2021 Remi Collet - 1.3.1-1 - update to 1.3.1 (no change) -- cgit