diff options
-rw-r--r-- | php-pecl-inotify.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 51b98a6..51e3773 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -17,7 +17,7 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.0 -Release: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -212,6 +212,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.0.0-12 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 2.0.0-11 - add upstream patch for PHP 8 |