Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce2dea571f |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-sebastian-comparator6-6.3.0-d4e47a7.tgz
|
||||
/php-sebastian-comparator6-6.3.1-24b8fbc.tgz
|
||||
/php-sebastian-comparator6-6.3.2-85c7755.tgz
|
||||
|
|
|
|||
|
|
@ -10,11 +10,11 @@
|
|||
# disabled until phpunit11 available
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 24b8fbc2c8e201bb1308e7b05148d6ab393b6959
|
||||
%global gh_commit 85c77556683e6eee4323e4c5468641ca0237e2e8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project comparator
|
||||
%global gh_date 2025-03-07
|
||||
%global gh_date 2025-08-10
|
||||
# Packagist
|
||||
%global pk_vendor sebastian
|
||||
%global pk_project %{gh_project}
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ns_project Comparator
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 6.3.1
|
||||
Version: 6.3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Compare PHP values for equality, version %{major}
|
||||
|
||||
|
|
@ -106,7 +106,7 @@ mkdir vendor
|
|||
|
||||
: 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
|
||||
|
|
@ -125,6 +125,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 6.3.2-1
|
||||
- update to 6.3.2
|
||||
|
||||
* Sat Mar 8 2025 Remi Collet <remi@remirepo.net> - 6.3.1-1
|
||||
- update to 6.3.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-comparator6-6.3.1-24b8fbc.tgz) = 019432dde56ea8a6628f60e2e9b909b646eb9fc98f6858f2adacb030bb8aa1f640a0cc38df38190fa8bdfcfadbdb7ba91cedf94a4bce9e1f9e52aaec7dbb9122
|
||||
SHA512 (php-sebastian-comparator6-6.3.2-85c7755.tgz) = 76b88abc808ce3fe94fdf8b239a3db90096861b2596b8bc4b6408a9c0ad97cc3ac3864b657164486bcbd10edac5e399370db9ca15ad1708655220129e4c6288b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue