summaryrefslogtreecommitdiffstats
path: root/php-pecl-inotify.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-inotify.spec')
-rw-r--r--php-pecl-inotify.spec9
1 files changed, 7 insertions, 2 deletions
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