From cd60918f9a23be5fa6feb17bd1c5435dda5aefba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:50:44 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-inotify.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-inotify.spec') diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 7cec763..334337c 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -19,7 +19,7 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.0.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -189,6 +189,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 3.0.0-4 +- rebuild for PHP 8.3.0RC1 + * Thu Jul 13 2023 Remi Collet - 3.0.0-3 - build out of sources tree -- cgit