summaryrefslogtreecommitdiffstats
path: root/php-pecl-event.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-event.spec')
-rw-r--r--php-pecl-event.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 2.3.0-4
+- rebuild for PHP 7.2.0beta1 new API
+
* Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 2.3.0-3
- ensure we use libevent2 on EL-6