diff options
Diffstat (limited to 'php-pecl-event.spec')
-rw-r--r-- | php-pecl-event.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-event.spec b/php-pecl-event.spec index ba34c98..da15f40 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 2.5.1-2 +- rebuild + * Mon May 27 2019 Remi Collet <remi@remirepo.net> - 2.5.1-1 - update to 2.5.1 |