From a1b76765c18147c247b0753ac66a4bff30ecb296 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 May 2020 07:20:51 +0200 Subject: update to 1.6.1 drop patch merged upstream in zephir --- php-pecl-ice.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-ice.spec') diff --git a/php-pecl-ice.spec b/php-pecl-ice.spec index 478dce4..7aab123 100644 --- a/php-pecl-ice.spec +++ b/php-pecl-ice.spec @@ -18,14 +18,12 @@ Summary: Simple and fast PHP framework Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.6.0 +Version: 1.6.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz -Patch0: https://patch-diff.githubusercontent.com/raw/ice/framework/pull/266.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.1 BuildRequires: %{?scl_prefix}php-pear @@ -85,8 +83,6 @@ sed -e 's/role="test"/role="src"/' \ mv %{pecl_name}-%{version}%{?prever} NTS cd NTS -%patch0 -p3 - # Sanity check, really often broken extver=$(sed -n '/#define PHP_ICE_VERSION/{s/.* "//;s/".*$//;p}' php_ice.h) if test "x${extver}" != "x%{version}%{?prever}"; then @@ -212,6 +208,10 @@ cd ../ZTS %changelog +* Mon May 11 2020 Remi Collet - 1.6.1-1 +- update to 1.6.1 +- drop patch merged upstream in zephir + * Mon Apr 27 2020 Remi Collet - 1.6.0-1 - initial package - fix build with recent GCC using patch from -- cgit