Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5589b9d42d |
3 changed files with 12 additions and 9 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/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
|
||||
/php-sebastian-recursion-context4-4.0.6-539c669.tgz
|
||||
|
|
|
|||
|
|
@ -1,15 +1,15 @@
|
|||
# remirepo/fedora spec file for php-sebastian-recursion-context4
|
||||
#
|
||||
# Copyright (c) 2015-2023 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
# SPDX-FileCopyrightText: Copyright 2015-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1
|
||||
%global gh_commit 539c6691e0623af6dc6f9c20384c120f963465a0
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project recursion-context
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.0.5
|
||||
Release: 6%{?dist}
|
||||
Version: 4.0.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Recursively process PHP variables, version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -45,7 +45,6 @@ BuildRequires: phpunit9 >= 9.3
|
|||
# "php": ">=7.3"
|
||||
Requires: php(language) >= 7.3
|
||||
# from phpcompatinfo report for version 4.0.0
|
||||
Requires: php-spl
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -81,7 +80,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php80 php81 php82; do
|
||||
for cmd in php php81 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}/phpunit9 --verbose || ret=1
|
||||
|
|
@ -101,6 +100,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 4.0.6-1
|
||||
- update to 4.0.6
|
||||
|
||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.5-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-recursion-context4-4.0.5-e75bd0f.tgz) = 7f95f15d09286947adfe450a2df58354290b67735d3ec2c702e4ebd379b130ad1ae6f5ce93f677b85b0542d941ceb670e71695389fcec4d5780f77a5bc09a336
|
||||
SHA512 (php-sebastian-recursion-context4-4.0.6-539c669.tgz) = ee61218a56da0efe8eea59fdf33351e0980170858b54a48212bc98e49439e862d7f252060cc67d0d7c3e81359af68864f0936e3a3d0cfaf0b821a598597ee3ff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue