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 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 <remi@remirepo.net> - 3.0.0-4 +- rebuild for PHP 8.3.0RC1 +  * Thu Jul 13 2023 Remi Collet <remi@remirepo.net> - 3.0.0-3  - build out of sources tree  | 
