Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c3b369c85d |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-phar-io-manifest2-2.0.1-85265ef.tgz
|
||||
/php-phar-io-manifest2-2.0.3-97803ec.tgz
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
%bcond_without tests
|
||||
%endif
|
||||
|
||||
%global gh_commit 85265efd3af7ba3ca4b2a2c34dbfc5788dd29133
|
||||
%global gh_commit 97803eca37d319dfa7826cc2437fc020857acb53
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner phar-io
|
||||
%global gh_project manifest
|
||||
|
|
@ -25,8 +25,8 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 2.0.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Component for reading phar.io manifest information
|
||||
|
||||
License: BSD
|
||||
|
|
@ -109,7 +109,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
|
||||
for cmd in "php %{phpunit}" php73 php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
set $cmd
|
||||
$1 -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
|
|
@ -130,6 +130,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 21 2021 Remi Collet <remi@remirepo.net> - 2.0.3-1
|
||||
- update to 2.0.3
|
||||
|
||||
* Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 2.0.1-2
|
||||
- switch to phpunit9
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phar-io-manifest2-2.0.1-85265ef.tgz) = 28344ed9aa830ed3cc5189544533e1c15342634f6519979c639377d526683c6faf5a0115a86425ecc9b5e24d721853d4313c7bec771a015b468b61252be68396
|
||||
SHA512 (php-phar-io-manifest2-2.0.3-97803ec.tgz) = 0ef613a489c4574bb2260eca9e62a8c0d2d415dcc24b724f3efd739e885947c554deaac77099f627dd2568d2551dc72623c0a0b0122c4989ebfdba5d51b6e4ad
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue