This commit is contained in:
Remi Collet 2019-02-20 14:09:02 +01:00
commit a8dcf3ae61
3 changed files with 10 additions and 6 deletions

View file

@ -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 8b389aebe1b8b0578430bda0c7c95a829608e059
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project php-timer
@ -28,8 +28,8 @@
%endif
Name: php-%{pk_vendor}-%{pk_project}%{major}
Version: 2.0.0
Release: 3%{?dist}
Version: 2.1.1
Release: 1%{?dist}
Summary: PHP Utility class for timing
License: BSD
@ -84,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; do
if which $cmd; then
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}/autoload.php \
%{_bindir}/phpunit7 --verbose || ret=1
@ -103,6 +103,9 @@ exit $ret
%changelog
* Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 2.1.1-1
- update to 2.1.1
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild