This commit is contained in:
Remi Collet 2020-10-26 15:20:08 +01:00
commit 21771eb9fd
3 changed files with 8 additions and 4 deletions

View file

@ -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}
@ -100,6 +100,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)