summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-10-20 14:42:15 +0200
committerRemi Collet <remi@php.net>2025-10-20 14:42:15 +0200
commita23482edff35ab11947fefb71985a424ea06a7b4 (patch)
tree6cfd01290dbd9652f1c83d3dfa707e3f78d1e5bb
parentde1c3e4c087eda4f06cd0acf715e9bf5f388c726 (diff)
update to 3.0.1HEADmaster
open https://github.com/arnaud-lb/php-inotify/issues/17 3.0.1 missing on pecl
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-inotify.spec9
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 [ <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