diff options
-rw-r--r-- | php-phpunit-php-timer3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-timer3.spec b/php-phpunit-php-timer3.spec index fda2b18..5d6ef2b 100644 --- a/php-phpunit-php-timer3.spec +++ b/php-phpunit-php-timer3.spec @@ -8,7 +8,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 35e732ff964693cb91ef4690f1f6016833b68f9d +%global gh_commit dc9368fae6ef2ffa57eba80a7410bcef81df6258 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-timer @@ -28,7 +28,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.1.2 +Version: 3.1.4 Release: 1%{?dist} Summary: PHP Utility class for timing @@ -105,6 +105,9 @@ exit $ret %changelog +* Mon Apr 20 2020 Remi Collet <remi@remirepo.net> - 3.1.4-1 +- update to 3.1.4 + * Fri Apr 17 2020 Remi Collet <remi@remirepo.net> - 3.1.2-1 - update to 3.1.2 |