(cherry picked from commit fe46c5d99d)
This commit is contained in:
Remi Collet 2020-09-28 09:44:34 +02:00
commit 11ba353c74
3 changed files with 14 additions and 13 deletions

View file

@ -7,8 +7,9 @@
#
# Please, preserve the changelog entries
#
%global bootstrap 1
%global gh_commit cc49734779cbb302bf51a44297dab8c4bbf941e7
%bcond_without tests
%global gh_commit 5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-timer
@ -21,16 +22,11 @@
%global major 5
%global php_home %{_datadir}/php
%if %{bootstrap}
%bcond_with tests
%else
%bcond_without tests
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 5.0.1
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}
@ -42,12 +38,12 @@ BuildRequires: php(language) >= 7.3
BuildRequires: php-fedora-autoloader-devel
%if %{with tests}
# From composer.json"require-dev": {
# "phpunit/phpunit": "^9.2"
BuildRequires: phpunit9 >= 9.2
# "phpunit/phpunit": "^9.3"
BuildRequires: phpunit9 >= 9.3
%endif
# From composer.json
# "php": "^7.3 || ^8.0"
# "php": ">=7.3"
Requires: php(language) >= 7.3
# From phpcompatinfo report for version 4.0.0
Requires: php-spl
@ -104,6 +100,9 @@ exit $ret
%changelog
* Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 5.0.3-1
- update to 5.0.3
* Fri Jun 26 2020 Remi Collet <remi@remirepo.net> - 5.0.1-1
- update to 5.0.1