From da7fdd8295923f80ee1aef70ada9ab9869cc41cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 10 Aug 2025 07:27:51 +0200 Subject: update to 6.0.3 (no change) --- php-sebastian-type6.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-sebastian-type6.spec b/php-sebastian-type6.spec index 457abe0..fa45ec4 100644 --- a/php-sebastian-type6.spec +++ b/php-sebastian-type6.spec @@ -10,11 +10,11 @@ %bcond_without tests # github -%global gh_commit 1d7cd6e514384c36d7a390347f57c385d4be6069 +%global gh_commit e549163b9760b8f71f191651d22acf32d56d6d4d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type -%global gh_date 2025-03-18 +%global gh_date 2025-08-09 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -25,7 +25,7 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.0.2 +Version: 6.0.3 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} @@ -92,7 +92,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php php83 php84; do +for cmd in php php83 php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit12 --bootstrap vendor/autoload.php --no-coverage || ret=1 @@ -113,6 +113,9 @@ exit $ret %changelog +* Sun Aug 10 2025 Remi Collet - 6.0.3-1 +- update to 6.0.3 (no change) + * Tue Mar 18 2025 Remi Collet - 6.0.2-1 - update to 6.0.2 -- cgit