diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-20 14:42:15 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-20 14:42:15 +0200 |
commit | a23482edff35ab11947fefb71985a424ea06a7b4 (patch) | |
tree | 6cfd01290dbd9652f1c83d3dfa707e3f78d1e5bb | |
parent | de1c3e4c087eda4f06cd0acf715e9bf5f388c726 (diff) |
open https://github.com/arnaud-lb/php-inotify/issues/17
3.0.1 missing on pecl
-rw-r--r-- | REFLECTION | 5 | ||||
-rw-r--r-- | php-pecl-inotify.spec | 9 |
2 files changed, 10 insertions, 4 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #117 inotify version 3.0.0 ] { +Extension [ <persistent> 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 [ <persistent> 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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 3.0.0-6 - rebuild for PHP 8.5.0RC1 |