summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-26 15:09:12 +0100
committerRemi Collet <remi@remirepo.net>2020-10-26 15:09:12 +0100
commit1bce170713032a257eba575db239c85a6d82adf2 (patch)
treec0349bc533d9d37baa30e31345cbb037f14bf51d
parent82ccea856db1a5de4dad9822638adf58cf109d59 (diff)
update to 5.0.3
-rw-r--r--php-phpunit-php-timer5.spec9
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 5.0.3-1
+- update to 5.0.3
+
* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 5.0.2-1
- update to 5.0.2 (no change)