summaryrefslogtreecommitdiffstats
path: root/php-pecl-ice.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-ice.spec')
-rw-r--r--php-pecl-ice.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 1.6.1-1
+- update to 1.6.1
+- drop patch merged upstream in zephir
+
* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 1.6.0-1
- initial package
- fix build with recent GCC using patch from