From ecd0c39baa7f4bcf788bb6c7b5403b24ee57afe7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jun 2020 07:52:21 +0200 Subject: update to 5.0.0 rename to php-phpunit-php-timer5 move to /usr/share/php/SebastianBergmann/Timer5 --- php-phpunit-php-timer5.spec | 11 ++++++++--- 1 file changed, 8 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 e0c9f7b..eedf473 100644 --- a/php-phpunit-php-timer5.spec +++ b/php-phpunit-php-timer5.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 1 -%global gh_commit d6359824fc9bd2a4f90383b224906a1884aa56ca +%global gh_commit b0d089de001ba60ffa3be36b23e1b8150d072238 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-timer @@ -19,7 +19,7 @@ %global ns_vendor SebastianBergmann %global ns_project Timer -%global major 4 +%global major 5 %global php_home %{_datadir}/php %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -28,7 +28,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.0 +Version: 5.0.0 Release: 1%{?dist} Summary: PHP Utility class for timing @@ -106,6 +106,11 @@ exit $ret %changelog +* Mon Jun 8 2020 Remi Collet - 5.0.0-1 +- update to 5.0.0 +- rename to php-phpunit-php-timer5 +- move to /usr/share/php/SebastianBergmann/Timer5 + * Fri Jun 5 2020 Remi Collet - 4.0.0-1 - update to 4.0.0 - rename to php-phpunit-php-timer4 -- cgit