Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84cacaa11f |
3 changed files with 11 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-sebastian-recursion-context7-7.0.0-c405ae3.tgz
|
||||
/php-sebastian-recursion-context7-7.0.1-0b01998.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,13 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit12 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit c405ae3a63e01b32eb71577f8ec1604e39858a7c
|
||||
%global gh_commit 0b01998a7d5b1f122911a66bebcb8d46f0c82d8c
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project recursion-context
|
||||
%global gh_date 2025-02-07
|
||||
%global gh_date 2025-08-13
|
||||
# Packagist
|
||||
%global pk_vendor sebastian
|
||||
%global pk_project %{gh_project}
|
||||
|
|
@ -25,7 +24,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 7.0.0
|
||||
Version: 7.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively process PHP variables, version %{major}
|
||||
|
||||
|
|
@ -83,7 +82,7 @@ touch vendor/autoload.php
|
|||
|
||||
: 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 || ret=1
|
||||
|
|
@ -103,6 +102,10 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1
|
||||
- update to 7.0.1
|
||||
- enable test suite
|
||||
|
||||
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1
|
||||
- update to 7.0.0
|
||||
- raise dependency on PHP 8.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-recursion-context7-7.0.0-c405ae3.tgz) = 6883c67d748bc11bc5005c51afc4d2567bd708a0182d4bd3ff4e3472ddbadafb04a69ef05b53c6d249dd77e36ea0a591cf0f9389ab5348417d168af1abb5d9dd
|
||||
SHA512 (php-sebastian-recursion-context7-7.0.1-0b01998.tgz) = 18a176f0ced415f41dcc698bf39ba73a25c70f2a072097cb46387281a947674beeaa9f44ee59bb34b23923ed4b4319018c7886f8088934828afe6c3b9a1cba66
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue