Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9c0a4b24b |
3 changed files with 12 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/php-sebastian-recursion-context4-4.0.2-062231b.tgz
|
||||
/php-sebastian-recursion-context4-4.0.3-ed8c9cd.tgz
|
||||
/php-sebastian-recursion-context4-4.0.4-cd9d8cf.tgz
|
||||
/php-sebastian-recursion-context4-4.0.5-e75bd0f.tgz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# remirepo/fedora spec file for php-sebastian-recursion-context4
|
||||
#
|
||||
# Copyright (c) 2015-2020 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2015-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit cd9d8cf3c5804de4341c283ed787f099f5506172
|
||||
%global gh_commit e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project recursion-context
|
||||
|
|
@ -23,11 +23,11 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.4
|
||||
Release: 5%{?dist}
|
||||
Version: 4.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively process PHP variables, version %{major}
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: makesrc.sh
|
||||
|
|
@ -77,7 +77,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php73 php74 php80; do
|
||||
for cmd in php php80 php81 php82; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit9 --verbose || ret=1
|
||||
|
|
@ -97,6 +97,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 4.0.5-1
|
||||
- update to 4.0.5
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.4-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-recursion-context4-4.0.4-cd9d8cf.tgz) = 69a0624f2bfdd6e716ddacf4a69616af467688ce05c5be929f8511aff683377699ac1d17e8bc7702300cb1c8155f1e2e876522f136ff2c85223a1ba101577751
|
||||
SHA512 (php-sebastian-recursion-context4-4.0.5-e75bd0f.tgz) = 7f95f15d09286947adfe450a2df58354290b67735d3ec2c702e4ebd379b130ad1ae6f5ce93f677b85b0542d941ceb670e71695389fcec4d5780f77a5bc09a336
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue