Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
22431af081 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@
|
|||
/php-sebastian-environment4-4.1.0-6fda8ce.tar.gz
|
||||
/php-sebastian-environment4-4.2.1-3095910.tar.gz
|
||||
/php-sebastian-environment4-4.2.2-f2a2c8e.tar.gz
|
||||
/php-sebastian-environment4-4.2.3-464c90d.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%global bootstrap 0
|
||||
# Sources
|
||||
%global gh_commit f2a2c8e1c97c11ace607a7a667d73d47c19fe404
|
||||
%global gh_commit 464c90d7bdf5ad4e8a6aea15c091fec0603d4368
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project environment
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 4.2.2
|
||||
Version: 4.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Handle HHVM/PHP environments
|
||||
|
||||
|
|
@ -88,7 +88,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run tests
|
||||
ret=0
|
||||
for cmd in php php71 php72 php73; 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}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit7 --verbose || ret=1
|
||||
|
|
@ -107,6 +107,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 20 2019 Remi Collet <remi@remirepo.net> - 4.2.3-1
|
||||
- update to 4.2.3
|
||||
|
||||
* Mon May 6 2019 Remi Collet <remi@remirepo.net> - 4.2.2-1
|
||||
- update to 4.2.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-environment4-4.2.2-f2a2c8e.tar.gz) = dfd0faff67d81e165ed6b4a768367b7f9c0f0978fea67483e7903088efc977cbe0427ee660d43285011d9c6445b37bdf29951853cf0adcaa2b965370c39d2969
|
||||
SHA512 (php-sebastian-environment4-4.2.3-464c90d.tar.gz) = db109911a0828f1232b3d965892d05290a51e23cf4f5856ee174690104d42d07c85dc96cac61861747f1bd5a1838713e01312b30490c68c33381893bd18698e6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue