From 892a56db77fc0c1b93f49fe15e54a78e2fc73fe2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 22:26:07 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-event.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-event.spec') diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 1544f11..f3e775a 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -31,7 +31,7 @@ Summary: Provides interface to libevent library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.3.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/event @@ -280,6 +280,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 18 2017 Remi Collet - 2.3.0-4 +- rebuild for PHP 7.2.0beta1 new API + * Fri Jun 23 2017 Remi Collet - 2.3.0-3 - ensure we use libevent2 on EL-6 -- cgit