From 2898418a026cd9a07eafa66074fca837c23a27de Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Aug 2024 11:16:13 +0200 Subject: update to 5.1.0 --- php-phpunit-php-file-iterator5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-file-iterator5.spec') diff --git a/php-phpunit-php-file-iterator5.spec b/php-phpunit-php-file-iterator5.spec index 30940d6..00146b8 100644 --- a/php-phpunit-php-file-iterator5.spec +++ b/php-phpunit-php-file-iterator5.spec @@ -11,11 +11,11 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit 6ed896bf50bbbfe4d504a33ed5886278c78e4a26 +%global gh_commit 118cfaaa8bc5aef3287bf315b6060b1174754af6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-file-iterator -%global gh_date 2024-07-03 +%global gh_date 2024-08-27 %global php_home %{_datadir}/php # Packagist %global pk_vendor phpunit @@ -27,7 +27,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.1 +Version: 5.1.0 Release: 1%{?dist} Summary: FilterIterator implementation based on a list of suffixes, version %{major} @@ -111,6 +111,9 @@ exit $ret %changelog +* Tue Aug 27 2024 Remi Collet - 5.1.0-1 +- update to 5.1.0 + * Wed Jul 3 2024 Remi Collet - 5.0.1-1 - update to 5.0.1 -- cgit