diff options
-rw-r--r-- | php-pecl-lzf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 680b55f..dc2a793 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -24,7 +24,7 @@ Name: %{?sub_prefix}php-pecl-lzf Version: 1.6.8 -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;')}} Summary: Extension to handle LZF de/compression Group: Development/Languages License: PHP @@ -49,7 +49,7 @@ Provides: %{?scl_prefix}php-pecl-%{ext_name}%{?_isa} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff Obsoletes: php53-pecl-%{ext_name} <= %{version} Obsoletes: php53u-pecl-%{ext_name} <= %{version} @@ -244,6 +244,9 @@ fi %changelog +* Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 1.6.8-2 +- rebuild for 8.0.0beta1 + * Thu Apr 16 2020 Remi Collet <remi@remirepo.net> - 1.6.8-1 - update to 1.6.8 |