From 7d34a13c67a6356f9cdcbf0c45d514f38b41666d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 12:15:07 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-event.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-pecl-event.spec b/php-pecl-event.spec index 3383ea4..c8e6ab9 100644 --- a/php-pecl-event.spec +++ b/php-pecl-event.spec @@ -36,7 +36,7 @@ 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: 3%{?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 @@ -282,6 +282,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 2.5.3-3 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 2.5.3-2 - rebuild for 7.4.0beta1 -- cgit