diff options
| -rw-r--r-- | php-sebastian-recursion-context4.spec | 7 | 
1 files 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 <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 +  * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1  - update to 4.0.3 | 
