Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
254ce49478 | ||
|
|
45c0bf5e21 |
3 changed files with 15 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/php-sebastian-exporter7-7.0.0-76432aa.tgz
|
||||
/php-sebastian-exporter7-7.0.1-b759164.tgz
|
||||
/php-sebastian-exporter7-7.0.2-016951a.tgz
|
||||
|
|
|
|||
|
|
@ -7,14 +7,13 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit12 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 76432aafc58d50691a00d86d0632f1217a47b688
|
||||
%global gh_commit 016951ae10980765e4e7aee491eb288c64e505b7
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project exporter
|
||||
%global gh_date 2025-02-07
|
||||
%global gh_date 2025-09-24
|
||||
# Packagist
|
||||
%global pk_vendor sebastian
|
||||
%global pk_project %{gh_project}
|
||||
|
|
@ -27,7 +26,7 @@
|
|||
%global pear_channel pear.phpunit.de
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 7.0.0
|
||||
Version: 7.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Export PHP variables for visualization, version %{major}
|
||||
|
||||
|
|
@ -96,7 +95,7 @@ phpab --template fedora --output vendor/autoload.php tests/_fixture/
|
|||
|
||||
: Run upstream test suite
|
||||
ret=0
|
||||
for cmd in php php83 php84; do
|
||||
for cmd in php php83 php84 php85; do
|
||||
if which $cmd; then
|
||||
$cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \
|
||||
%{_bindir}/phpunit12 --bootstrap vendor/autoload.php || ret=1
|
||||
|
|
@ -114,6 +113,13 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 7.0.2-1
|
||||
- update to 7.0.2
|
||||
|
||||
* Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 7.0.1-1
|
||||
- update to 7.0.1
|
||||
- enable test suite
|
||||
|
||||
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 7.0.0-1
|
||||
- update to 7.0.0
|
||||
- raise dependency on PHP 8.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-exporter7-7.0.0-76432aa.tgz) = 51e55a3d26d1fa91872263df1a6c4321cb3efab3f06df5f15b6b7013f8f104e5d43a7c4ce2b12b5a9168d597a6631a97340af2a01ebe753a7a381d863c81089d
|
||||
SHA512 (php-sebastian-exporter7-7.0.2-016951a.tgz) = ddea384765ed49c5cfe71ea60e2013de4f6af35ef08f3658be4a2bdc74e8c869d988e7010285449244704d19009d2c0ad378267a1b43183cb8a57933f9d48feb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue