Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4cfbd86bee | ||
|
|
f06d7aa82e | ||
|
|
8e32eaf12f |
3 changed files with 19 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/php-phpunit-php-timer2-2.0.0-8b8454e.tar.gz
|
||||
/php-phpunit-php-timer2-2.1.1-8b389ae.tar.gz
|
||||
/php-phpunit-php-timer2-2.1.2-1038454.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpunit-php-timer2
|
||||
#
|
||||
# Copyright (c) 2010-2018 Christof Damian, Remi Collet
|
||||
# Copyright (c) 2010-2019 Christof Damian, Remi Collet
|
||||
#
|
||||
# License: MIT
|
||||
# http://opensource.org/licenses/MIT
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global bootstrap 0
|
||||
%global gh_commit 8b8454ea6958c3dee38453d3bd571e023108c91f
|
||||
%global gh_commit 1038454804406b0b5f5f520358e78c1c2f71501e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-timer
|
||||
|
|
@ -28,11 +28,10 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 2.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Utility class for timing
|
||||
|
||||
Group: Development/Libraries
|
||||
License: BSD
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz
|
||||
|
|
@ -85,7 +84,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php71 php72; do
|
||||
for cmd in php php71 php72 php73 php74; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php \
|
||||
%{_bindir}/phpunit7 --verbose || ret=1
|
||||
|
|
@ -104,6 +103,17 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 7 2019 Remi Collet <remi@remirepo.net> - 2.1.2-1
|
||||
- update to 2.1.2
|
||||
- drop patch merged upstream
|
||||
|
||||
* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 2.1.1-2
|
||||
- add patch from https://github.com/sebastianbergmann/php-timer/pull/21
|
||||
fix for 32-bit where large value are converted to float
|
||||
|
||||
* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 2.1.1-1
|
||||
- update to 2.1.1
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-timer2-2.0.0-8b8454e.tar.gz) = 54a1ea015b8cd8850fcf9bafd66ffee9b8cc78ef9402ee3fb68d85f0647fb889d6ba648bc20b5c23b7148c1693ca16669f4f1fdfa760705c09351bba7750df6b
|
||||
SHA512 (php-phpunit-php-timer2-2.1.2-1038454.tar.gz) = b035f63bb5192629eeaf794e38885de471d3e8f90c2402231e7ded14b2cdfc502a870e657d77b7c5e5d85d1ed9355af3c093de2eaf75a882af101c4dd39cbf3b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue