From 5e095228c8e12c1fbeefb78a1e17559e21dfc6dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Jul 2018 13:19:13 +0200 Subject: v2.4.0 --- php-pecl-event.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-event.spec') diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 339f011..888fd18 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -31,12 +31,12 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 2.4.0 -%global upstream_prever RC3 +#global upstream_prever RC3 Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/event Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -196,6 +196,10 @@ done %check +%if "%{php_version}" < "7" +rm ?TS/tests/10-event-data-dtor.phpt +%endif + if [ -f %{php_extdir}/sockets.so ]; then OPTS="-d extension=sockets.so" fi @@ -274,6 +278,9 @@ fi %changelog +* Mon Jul 23 2018 Remi Collet - 2.4.0-1 +- update to 2.4.0 + * Wed Jul 18 2018 Remi Collet - 2.4.0~RC3-2 - rebuld for 7.3.0alpha4 new ABI -- cgit