From 0f395a5c45afb20d5f7845a7047a37011ac2ac7b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 15:17:49 +0100 Subject: update to 4.0.4 --- php-sebastian-recursion-context4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-sebastian-recursion-context4.spec b/php-sebastian-recursion-context4.spec index 43b5330..dc46dcf 100644 --- a/php-sebastian-recursion-context4.spec +++ b/php-sebastian-recursion-context4.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit ed8c9cd355089134bc9cba421b5cfdd58f0eaef7 +%global gh_commit cd9d8cf3c5804de4341c283ed787f099f5506172 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Summary: Recursively process PHP variables, version %{major} @@ -99,6 +99,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet - 4.0.4-1 +- update to 4.0.4 + * Mon Sep 28 2020 Remi Collet - 4.0.3-1 - update to 4.0.3 -- cgit