update to 5.0.2 (no change)
This commit is contained in:
parent
6aeeef60b1
commit
1fca7ba1e6
3 changed files with 13 additions and 13 deletions
|
|
@ -7,8 +7,9 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 1
|
||||
%global gh_commit cc49734779cbb302bf51a44297dab8c4bbf941e7
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit c9ff14f493699e2f6adee9fd06a0245b276643b7
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-timer
|
||||
|
|
@ -21,15 +22,10 @@
|
|||
|
||||
%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
|
||||
Release: 2%{?dist}
|
||||
Version: 5.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Utility class for timing
|
||||
|
||||
License: BSD
|
||||
|
|
@ -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 Sep 28 2020 Remi Collet <remi@remirepo.net> - 5.0.2-1
|
||||
- update to 5.0.2 (no change)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue