Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c8f3319b8 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/php-sebastian-type6-6.0.0-533fe08.tgz
|
||||
/php-sebastian-type6-6.0.2-1d7cd6e.tgz
|
||||
/php-sebastian-type6-6.0.3-e549163.tgz
|
||||
|
|
|
|||
|
|
@ -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 <remi@remirepo.net> - 6.0.3-1
|
||||
- update to 6.0.3 (no change)
|
||||
|
||||
* Tue Mar 18 2025 Remi Collet <remi@remirepo.net> - 6.0.2-1
|
||||
- update to 6.0.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-type6-6.0.2-1d7cd6e.tgz) = 395cf928dda4e67505f3dffad8df1f211f8b78a036b0d2676bc9d8df1de3ccc1d9297ebf9d8f0f46c120cc1732ba1a01e91b59fce927fbe9e45eef390342d4db
|
||||
SHA512 (php-sebastian-type6-6.0.3-e549163.tgz) = 6df2973bf032b928509bcb85e3ac05896d7f3ee0721eeb7280678d46258fd1737eb8ca9528c306f6c1cf5f60f35033c9653fa6dc2b905363cfcfe3923706ecb8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue