From 49fe5ee00e8105afdfc72b66fa505fc7f108396b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Sep 2020 09:05:12 +0200 Subject: update to 1.6.2 open https://github.com/ice/framework/issues/280 broken archive --- php-pecl-ice.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-pecl-ice.spec') diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec index 7aab123..79b7322 100644 --- a/php-pecl-ice.spec +++ b/php-pecl-ice.spec @@ -18,7 +18,7 @@ Summary: Simple and fast PHP framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.6.1 +Version: 1.6.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} @@ -43,19 +43,16 @@ Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} -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 %endif @@ -116,6 +113,7 @@ cd NTS --with-libdir=%{_lib} \ --with-php-config=%{_bindir}/php-config +make clean make %{?_smp_mflags} %if %{with_zts} @@ -126,6 +124,7 @@ cd ../ZTS --with-libdir=%{_lib} \ --with-php-config=%{_bindir}/zts-php-config +make clean make %{?_smp_mflags} %endif @@ -208,6 +207,10 @@ cd ../ZTS %changelog +* Sat Sep 12 2020 Remi Collet - 1.6.2-1 +- update to 1.6.2 +- open https://github.com/ice/framework/issues/280 broken archive + * Mon May 11 2020 Remi Collet - 1.6.1-1 - update to 1.6.1 - drop patch merged upstream in zephir -- cgit