diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-11 07:15:59 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-11 07:15:59 +0200 |
commit | 9f829b03a0c5d1ebd18c13c536f4baaa53ac8722 (patch) | |
tree | 8fa59641e6dae40ba0ab4073416fa848fb80b8c3 /php-sebastian-comparator7.spec | |
parent | 3aee95e7fb0d55d8ed2a0ec77b3e05f381458250 (diff) |
update to 7.1.2
Diffstat (limited to 'php-sebastian-comparator7.spec')
-rw-r--r-- | php-sebastian-comparator7.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sebastian-comparator7.spec b/php-sebastian-comparator7.spec index b9a48b2..4f0cbba 100644 --- a/php-sebastian-comparator7.spec +++ b/php-sebastian-comparator7.spec @@ -9,11 +9,11 @@ %bcond_without tests -%global gh_commit 03d905327dccc0851c9a08d6a979dfc683826b6f +%global gh_commit 1a7c2bce03a13a457ed3c975dfd331b3b4b133aa %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator -%global gh_date 2025-06-13 +%global gh_date 2025-08-10 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -24,7 +24,7 @@ %global ns_project Comparator Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 7.1.0 +Version: 7.1.2 Release: 1%{?dist} Summary: Compare PHP values for equality, version %{major} @@ -105,7 +105,7 @@ mkdir vendor : 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 @@ -124,6 +124,9 @@ exit $ret %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 7.1.2-1 +- update to 7.1.2 + * Sat Jun 21 2025 Remi Collet <remi@remirepo.net> - 7.1.0-1 - update to 7.1.0 |