From e0077acd7381f3e7baeafc573c10b3a0c7303b79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Feb 2023 09:49:34 +0100 Subject: update to 4.0.5 --- composer.json | 2 +- php-sebastian-recursion-context4.spec | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 8a54082..cbd39f7 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sebastian/recursion-context", "description": "Provides functionality to recursively process PHP variables", - "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "homepage": "https://github.com/sebastianbergmann/recursion-context", "license": "BSD-3-Clause", "authors": [ { diff --git a/php-sebastian-recursion-context4.spec b/php-sebastian-recursion-context4.spec index dc46dcf..ee560a6 100644 --- a/php-sebastian-recursion-context4.spec +++ b/php-sebastian-recursion-context4.spec @@ -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 +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 @@ -99,6 +99,9 @@ exit $ret %changelog +* Fri Feb 3 2023 Remi Collet - 4.0.5-1 +- update to 4.0.5 + * Mon Oct 26 2020 Remi Collet - 4.0.4-1 - update to 4.0.4 -- cgit