Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
df74375099 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-sebastian-type5-5.0.1-fb6a656.tgz
|
||||
/php-sebastian-type5-5.1.0-461b9c5.tgz
|
||||
/php-sebastian-type5-5.1.2-a8a7e30.tgz
|
||||
/php-sebastian-type5-5.1.3-f77d2d4.tgz
|
||||
|
|
|
|||
|
|
@ -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 (no change)
|
||||
|
||||
* Tue Mar 18 2025 Remi Collet <remi@remirepo.net> - 5.1.2-1
|
||||
- update to 5.1.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-type5-5.1.2-a8a7e30.tgz) = bc038114277ce4bb98a2d98caadff70283034382c00d2c24cfa72f4ea85f53b557daae0c3126a51116900f8e53fc0572699bff054e0c5b2528910e7856525c06
|
||||
SHA512 (php-sebastian-type5-5.1.3-f77d2d4.tgz) = b255ec908b26d8af9533d7a42ddec3d8273e69e1f9d8feefc21e32a34ae9b8a2c708c566bc86e78d6cb0f06a76b7f48edcee209fbcee92ed8b49f017ce655004
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue