From a8cdb0ad46ac81b97ebf4e9a70387c9f96e4d7d8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:23:48 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-lzf.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-pecl-lzf.spec') diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index d5fe174..0f86281 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -24,13 +24,14 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.8 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz +BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear @@ -79,12 +80,9 @@ Obsoletes: php74-pecl-%{ext_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{ext_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{ext_name} <= %{version} %endif - -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter shared private -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} %endif @@ -240,6 +238,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 1.6.8-5 +- rebuild for 8.1.0RC1 + * Wed Sep 30 2020 Remi Collet - 1.6.8-4 - rebuild for PHP 8.0.0RC1 -- cgit