diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-20 08:08:18 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-20 08:08:18 +0200 |
commit | 46b5313fd9a2e557ee5f49a52afe89ac68f74bd9 (patch) | |
tree | cd4bafa0c5aea4bd94d8ef684fdae8cd3d036eea | |
parent | 9b8b562d02063821329b91304e6eed5d8be60007 (diff) |
-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 |