v1.0.1
This commit is contained in:
parent
322dcd0755
commit
82ef2c9657
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-sebastian-code-unit-1.0.0-8d8f09b.tar.gz
|
||||
/php-sebastian-code-unit-1.0.1-00d2094.tar.gz
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
%global bootstrap 0
|
||||
# Sources
|
||||
%global gh_commit 8d8f09bd47c75159921e6e84fdef146343962866
|
||||
%global gh_commit 00d2094a93573796ec6666401be467fa6efcd86a
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project code-unit
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
%endif
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Collection of value objects that represent the PHP code units
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ EOF
|
|||
|
||||
: Run tests
|
||||
ret=0
|
||||
for cmd in php php73 php74; do
|
||||
for cmd in php php73 php74 php80; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit9 --verbose || ret=1
|
||||
|
|
@ -117,5 +117,8 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2020 Remi Collet <remi@remirepo.net> - 1.0.1-1
|
||||
- update to 1.0.1
|
||||
|
||||
* Fri Apr 3 2020 Remi Collet <remi@remirepo.net> - 1.0.0-1
|
||||
- initial package
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-code-unit-1.0.0-8d8f09b.tar.gz) = b15dcf111197a516a80f4415827d7f8271a852ebc65d92285498e84c6c68ad94685b919acec7905651ba3efd777dc9843c8c720ea3dd3ba54972d35e9003229a
|
||||
SHA512 (php-sebastian-code-unit-1.0.1-00d2094.tar.gz) = 3c1103c6bdb85d1e4aaf2e2ba6c0ecd91a6af3e35537cdb0254637c50b196e1a43f910a02d468f53f65568f1204dccd8713eed2936c2fedd98ddc364d9671b4c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue