From 1bce170713032a257eba575db239c85a6d82adf2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 15:09:12 +0100 Subject: update to 5.0.3 --- php-phpunit-php-timer5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-php-timer5.spec') diff --git a/php-phpunit-php-timer5.spec b/php-phpunit-php-timer5.spec index aaa446e..1d9fcae 100644 --- a/php-phpunit-php-timer5.spec +++ b/php-phpunit-php-timer5.spec @@ -9,7 +9,7 @@ # %bcond_without tests -%global gh_commit c9ff14f493699e2f6adee9fd06a0245b276643b7 +%global gh_commit 5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-timer @@ -24,9 +24,9 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.2 +Version: 5.0.3 Release: 1%{?dist} -Summary: PHP Utility class for timing +Summary: PHP Utility class for timing, version %{major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -102,6 +102,9 @@ exit $ret %changelog +* Mon Oct 26 2020 Remi Collet - 5.0.3-1 +- update to 5.0.3 + * Mon Sep 28 2020 Remi Collet - 5.0.2-1 - update to 5.0.2 (no change) -- cgit