From a23482edff35ab11947fefb71985a424ea06a7b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Oct 2025 14:42:15 +0200 Subject: update to 3.0.1 open https://github.com/arnaud-lb/php-inotify/issues/17 3.0.1 missing on pecl --- REFLECTION | 5 +++-- php-pecl-inotify.spec | 9 +++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/REFLECTION b/REFLECTION index 7c29461..beb5972 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #117 inotify version 3.0.0 ] { +Extension [ extension #89 inotify version 3.0.1 ] { - - Constants [23] { + - Constants [24] { Constant [ int IN_ACCESS ] { 1 } Constant [ int IN_MODIFY ] { 2 } Constant [ int IN_ATTRIB ] { 4 } @@ -24,6 +24,7 @@ Extension [ extension #117 inotify version 3.0.0 ] { Constant [ int IN_MASK_ADD ] { 536870912 } Constant [ int IN_ISDIR ] { 1073741824 } Constant [ int IN_ONESHOT ] { 2147483648 } + Constant [ int IN_EXCL_UNLINK ] { 67108864 } } - Functions { diff --git a/php-pecl-inotify.spec b/php-pecl-inotify.spec index 91dcbf0..3c60644 100644 --- a/php-pecl-inotify.spec +++ b/php-pecl-inotify.spec @@ -20,8 +20,8 @@ Summary: Inotify Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 3.0.0 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.0.1 +Release: 1%{?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} @@ -169,6 +169,11 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Oct 20 2025 Remi Collet - 3.0.1-1 +- update to 3.0.1 +- open https://github.com/arnaud-lb/php-inotify/issues/17 + 3.0.1 missing on pecl + * Thu Sep 25 2025 Remi Collet - 3.0.0-6 - rebuild for PHP 8.5.0RC1 -- cgit