From 5ad9eb5786ebfd3e623d792aac834532cdd4276c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Sep 2020 10:53:39 +0200 Subject: rebuild for PHP 8.0.0RC1 --- php-pecl-inotify.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 2.0.0-12 +- rebuild for PHP 8.0.0RC1 + * Mon Sep 21 2020 Remi Collet - 2.0.0-11 - add upstream patch for PHP 8 -- cgit