Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
01b9ba5afd | ||
|
|
755d542325 | ||
|
|
a4b74b0ada |
3 changed files with 18 additions and 6 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
|||
/php-sebastian-exporter5-5.0.0-f3ec4bf.tgz
|
||||
/php-sebastian-exporter5-5.0.1-32ff03d.tgz
|
||||
/php-sebastian-exporter5-5.1.0-c3fa848.tgz
|
||||
/php-sebastian-exporter5-5.1.1-64f5165.tgz
|
||||
|
|
|
|||
|
|
@ -7,10 +7,9 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit10 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit f3ec4bf931c0b31e5b413f5b4fc970a7d03338c0
|
||||
%global gh_commit 64f51654862e0f5e318db7e9dcc2292c63cdbddc
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project exporter
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
%global pear_channel pear.phpunit.de
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 5.0.0
|
||||
Version: 5.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Export PHP variables for visualization, version %{major}
|
||||
|
||||
|
|
@ -98,7 +97,7 @@ phpab --template fedora --output vendor/autoload.php tests/_fixture/
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php81 php82; do
|
||||
for cmd in php php81 php82 php83; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit10 || ret=1
|
||||
|
|
@ -116,6 +115,16 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 25 2023 Remi Collet <remi@remirepo.net> - 5.1.1-1
|
||||
- update to 5.1.1
|
||||
|
||||
* Mon Sep 18 2023 Remi Collet <remi@remirepo.net> - 5.1.0-1
|
||||
- update to 5.1.0
|
||||
|
||||
* Fri Sep 8 2023 Remi Collet <remi@remirepo.net> - 5.0.1-1
|
||||
- update to 5.0.1
|
||||
- Enable test suite
|
||||
|
||||
* Fri Feb 3 2023 Remi Collet <remi@remirepo.net> - 5.0.0-1
|
||||
- update to 5.0.0
|
||||
- raise dependency on PHP 8.1
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-exporter5-5.0.0-f3ec4bf.tgz) = a63f43b15d54c03bbbef1945ef1df9ccb2c30a856319715d8ef0172e2877ab600c3c3add80356e3ae872cebb73583ef87ac98f6d6eb79d5511d12095fd21d620
|
||||
SHA512 (php-sebastian-exporter5-5.1.1-64f5165.tgz) = 359762d7fe55abe9ec420c909a0909740b8bd7e6f04b91ce52f2dd28784f7561b3de2de22db283ee557bbec0742f6e3bb9de20fa6622bbc9b74f5af50ab3f1ae
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue