parent
d78a353885
commit
9e3facf1f4
3 changed files with 10 additions and 11 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -48,3 +48,4 @@
|
|||
/phpunit10-10.5.42-a9336f4.tgz
|
||||
/phpunit10-10.5.43-fb117a8.tgz
|
||||
/phpunit10-10.5.44-1381c62.tgz
|
||||
/phpunit10-10.5.45-bd68a78.tgz
|
||||
|
|
|
|||
|
|
@ -10,14 +10,14 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%if 0%{?fedora} == 39
|
||||
%if 0%{?fedora} == 39 || 0%{?fedora} == 40
|
||||
%bcond_without defcmd
|
||||
%else
|
||||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit 1381c62769be4bb88fa4c5aec1366c7c66ca4f36
|
||||
%global gh_date 2025-01-31
|
||||
%global gh_commit bd68a781d8e30348bc297449f5234b3458267ae8
|
||||
%global gh_date 2025-02-07
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
%global ver_major 10
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 10.5.44
|
||||
%global upstream_version 10.5.45
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -135,19 +135,14 @@ Requires: (php-composer(sebastian/version) >= 4.0.1 with php-c
|
|||
# "ext-soap": "*",
|
||||
Suggests: php-soap
|
||||
# recommends latest versions
|
||||
# Fedora 38+ only until 8.1 EOL
|
||||
%if 0%{?fedora} >= 38
|
||||
Recommends: phpunit11
|
||||
%endif
|
||||
Recommends: phpunit12
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
# From phpcompatinfo report for version 10.0.0
|
||||
Requires: php-reflection
|
||||
Requires: php-openssl
|
||||
Requires: php-pcntl
|
||||
Requires: php-pcre
|
||||
Requires: php-phar
|
||||
Requires: php-spl
|
||||
|
||||
%if 0%{?fedora} >= 39 || 0%{?rhel} >= 10
|
||||
Provides: php-composer(phpunit/phpunit) = %{version}
|
||||
|
|
@ -270,6 +265,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 7 2025 Remi Collet <remi@remirepo.net> - 10.5.45-1
|
||||
- update to 10.5.45
|
||||
|
||||
* Fri Jan 31 2025 Remi Collet <remi@remirepo.net> - 10.5.44-1
|
||||
- update to 10.5.44
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit10-10.5.44-1381c62.tgz) = 941cbdba4d4ea39321f335cc8c5d13777767c85eac97543dcef5167108f4dcf0b4ef315788bdb4e313f2bd49e773505330dce65cbae45e0ebb132b2981dda4f5
|
||||
SHA512 (phpunit10-10.5.45-bd68a78.tgz) = 355af6f3ca95973eed631fbd5429f2a5a9ca6677aaaa79aea5e6140a4c3188c5116a141afa57e0782a691a5534fd75a5a673ae3338b7499a2de873ec52bbcfdf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue