diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-10 07:25:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-10 07:25:38 +0200 |
commit | 084b17095e34920dddd200f931f9198d179d76b5 (patch) | |
tree | e8f6e2213630f39b0952601765e303c0b1e9bdb2 /php-sebastian-type5.spec | |
parent | 19774feb2db176cb34efcc1790243ce5c16981b1 (diff) |
Diffstat (limited to 'php-sebastian-type5.spec')
-rw-r--r-- | php-sebastian-type5.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-type5.spec b/php-sebastian-type5.spec index 6a0f68c..2215365 100644 --- a/php-sebastian-type5.spec +++ b/php-sebastian-type5.spec @@ -11,11 +11,11 @@ %bcond_without tests # github -%global gh_commit a8a7e30534b0eb0c77cd9d07e82de1a114389f5e +%global gh_commit f77d2d4e78738c98d9a68d2596fe5e8fa380f449 %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} @@ -26,7 +26,7 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.1.2 +Version: 5.1.3 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, v%{major} @@ -93,7 +93,7 @@ EOF : Run upstream test suite ret=0 -for cmd in php php82 php83 php84; do +for cmd in php php82 php83 php84 php85; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit11 --bootstrap vendor/autoload.php --no-coverage || ret=1 @@ -114,6 +114,9 @@ exit $ret %changelog +* Sun Aug 10 2025 Remi Collet <remi@remirepo.net> - 5.1.3-1 +- update to 5.1.3 + * Tue Mar 18 2025 Remi Collet <remi@remirepo.net> - 5.1.2-1 - update to 5.1.2 |