summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-31 09:52:21 +0200
committerRemi Collet <remi@php.net>2023-08-31 09:52:21 +0200
commit578b8a9ce9820e7a5f922f3eb4deb20df8688a52 (patch)
treec028af8417504537cf585c82f61f37f3e58ca620
parenta88c9fa5f7dd2c5b0af51cb7c2248eee786b4504 (diff)
update to 4.1.0HEADmaster
-rw-r--r--php-phpunit-php-file-iterator4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-php-file-iterator4.spec b/php-phpunit-php-file-iterator4.spec
index 96a34bd..439755a 100644
--- a/php-phpunit-php-file-iterator4.spec
+++ b/php-phpunit-php-file-iterator4.spec
@@ -10,7 +10,7 @@
%bcond_without tests
-%global gh_commit 5647d65443818959172645e7ed999217360654b6
+%global gh_commit a95037b6d9e608ba092da1b23931e537cadc3c3c
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-file-iterator
@@ -25,8 +25,8 @@
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 4.0.2
-Release: 3%{?dist}
+Version: 4.1.0
+Release: 1%{?dist}
Summary: FilterIterator implementation based on a list of suffixes, version %{major}
License: BSD-3-Clause
@@ -110,6 +110,9 @@ exit $ret
%changelog
+* Thu Aug 31 2023 Remi Collet <remi@remirepo.net> - 4.1.0-1
+- update to 4.1.0
+
* Wed Aug 23 2023 Remi Collet <remi@remirepo.net> - 4.0.2-3
- Enable test suite