diff options
Diffstat (limited to 'php-phpunit-php-invoker3.spec')
-rw-r--r-- | php-phpunit-php-invoker3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-invoker3.spec b/php-phpunit-php-invoker3.spec index b1b8a55..02d1f7c 100644 --- a/php-phpunit-php-invoker3.spec +++ b/php-phpunit-php-invoker3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit f6eedfed1085dd1f4c599629459a0277d25f9a66 +%global gh_commit 7a85b66acc48cacffdf87dadd3694e7123674298 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-invoker @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.2 +Version: 3.1.0 Release: 1%{?dist} Summary: Invoke callables with a timeout @@ -110,6 +110,9 @@ exit $ret %changelog +* Mon Aug 10 2020 Remi Collet <remi@remirepo.net> - 3.1.0-1 +- update to 3.1.0 + * Mon Jun 29 2020 Remi Collet <remi@remirepo.net> - 3.0.2-1 - update to 3.0.2 |