Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64de826f5b | ||
|
|
1f6f7d5807 |
3 changed files with 15 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1 +1,3 @@
|
|||
/php-sebastian-environment8-8.0.0-8afe311.tgz
|
||||
/php-sebastian-environment8-8.0.2-d364b9e.tgz
|
||||
/php-sebastian-environment8-8.0.3-24a711b.tgz
|
||||
|
|
|
|||
|
|
@ -7,15 +7,14 @@
|
|||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
# disabled until phpunit12 available
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
# Sources
|
||||
%global gh_commit 8afe311eca49171bf95405cc0078be9a3821f9f2
|
||||
%global gh_commit 24a711b5c916efc6d6e62aa65aa2ec98fef77f68
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project environment
|
||||
%global gh_date 2025-02-07
|
||||
%global gh_date 2025-08-12
|
||||
# Packagist
|
||||
%global pk_vendor sebastian
|
||||
%global pk_project %{gh_project}
|
||||
|
|
@ -26,7 +25,7 @@
|
|||
%global ns_project Environment
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Version: 8.0.0
|
||||
Version: 8.0.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Handle HHVM/PHP environments, version %{major}
|
||||
|
||||
|
|
@ -92,7 +91,7 @@ touch vendor/autoload.php
|
|||
|
||||
: Run tests
|
||||
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 \
|
||||
-d pcov.enabled=1 \
|
||||
|
|
@ -111,6 +110,13 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 8.0.3-1
|
||||
- update to 8.0.3
|
||||
|
||||
* Thu May 22 2025 Remi Collet <remi@remirepo.net> - 8.0.2-1
|
||||
- update to 8.0.2
|
||||
- enable test suite
|
||||
|
||||
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 8.0.0-1
|
||||
- update to 8.0.0
|
||||
- raise dependency on PHP 8.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-environment8-8.0.0-8afe311.tgz) = d6b54b1a15b6fbbf61bdd34936730f022ced429db959b692864be268b971110d6fba5c7c672646a428c4531793f7c8254570026ac69e5a18d04942170ff38edc
|
||||
SHA512 (php-sebastian-environment8-8.0.3-24a711b.tgz) = 2d8769effd9229e0d788a4f78555bd6f0ea04dfa5bc33c7bc5ce9ed92f45248ae10fa98c40804e357d3ed3a3c318d51508adf8516f96a0480a76da96d64f893b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue