diff options
Diffstat (limited to 'php-pecl-ev.spec')
-rw-r--r-- | php-pecl-ev.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ev.spec b/php-pecl-ev.spec index 2ecd7b7..08fcd27 100644 --- a/php-pecl-ev.spec +++ b/php-pecl-ev.spec @@ -28,7 +28,7 @@ Summary: Provides interface to libev library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -237,6 +237,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.0.6-3 +- rebuild + * Mon May 27 2019 Remi Collet <remi@remirepo.net> - 1.0.6-1 - update to 1.0.6 |