Compare commits
25 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fc3967606 | ||
|
|
c64d4ce7cb | ||
|
|
21f4ab160e | ||
|
|
75b7060174 | ||
|
|
31b650ba5a | ||
|
|
da0796700c | ||
|
|
25496cdb56 | ||
|
|
537957f677 | ||
|
|
81ce1b998e | ||
|
|
93fa3e6c5c | ||
|
|
b6e3d8a768 | ||
|
|
34abecc4be | ||
|
|
a8d2f2d3b0 | ||
|
|
68d99b7865 | ||
|
|
ea1bb05035 | ||
|
|
4c7db7f4da | ||
|
|
138ac32d87 | ||
|
|
2eab6bd645 | ||
|
|
c64e74625b | ||
|
|
bbbef09cb5 | ||
|
|
a8a871637f | ||
|
|
19924dcaa2 | ||
|
|
d5d5e96dc4 | ||
|
|
9d546b6363 | ||
|
|
95ea87c415 |
3 changed files with 36 additions and 119 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -42,19 +42,3 @@
|
|||
/phpunit10-10.5.36-aa0a8ce.tgz
|
||||
/phpunit10-10.5.37-c7cffa0.tgz
|
||||
/phpunit10-10.5.38-a86773b.tgz
|
||||
/phpunit10-10.5.39-4e89eff.tgz
|
||||
/phpunit10-10.5.40-e6ddda9.tgz
|
||||
/phpunit10-10.5.41-e76586f.tgz
|
||||
/phpunit10-10.5.42-a9336f4.tgz
|
||||
/phpunit10-10.5.43-fb117a8.tgz
|
||||
/phpunit10-10.5.44-1381c62.tgz
|
||||
/phpunit10-10.5.45-bd68a78.tgz
|
||||
/phpunit10-10.5.46-8080be3.tgz
|
||||
/phpunit10-10.5.47-3637b3e.tgz
|
||||
/phpunit10-10.5.48-6e0a2bc.tgz
|
||||
/phpunit10-10.5.53-3276847.tgz
|
||||
/phpunit10-10.5.54-b1dbbaa.tgz
|
||||
/phpunit10-10.5.55-4b2d546.tgz
|
||||
/phpunit10-10.5.57-8e7598b.tgz
|
||||
/phpunit10-10.5.58-e24fb46.tgz
|
||||
/phpunit10-10.5.59-c47fe00.tgz
|
||||
|
|
|
|||
137
phpunit10.spec
137
phpunit10.spec
|
|
@ -1,8 +1,9 @@
|
|||
# remirepo/fedora spec file for phpunit10
|
||||
#
|
||||
# SPDX-FileCopyrightText: Copyright 2010-2025 Remi Collet
|
||||
# SPDX-License-Identifier: CECILL-2.1
|
||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||
# Copyright (c) 2010-2024 Remi Collet
|
||||
#
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
|
@ -10,14 +11,14 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%if 0%{?fedora} == 39 || 0%{?fedora} == 40
|
||||
%if 0%{?fedora} == 39
|
||||
%bcond_without defcmd
|
||||
%else
|
||||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit c47fe00df06fb1f68399ef7386edb01c25132473
|
||||
%global gh_date 2025-12-01
|
||||
%global gh_commit a86773b9e887a67bc53efa9da9ad6e3f2498c132
|
||||
%global gh_date 2024-10-28
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -30,7 +31,7 @@
|
|||
%global ver_major 10
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 10.5.59
|
||||
%global upstream_version 10.5.38
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -49,7 +50,7 @@ Patch0: %{name}-rpm.patch
|
|||
|
||||
BuildArch: noarch
|
||||
BuildRequires: php(language) >= 8.1
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2)
|
||||
BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11)
|
||||
|
|
@ -57,15 +58,15 @@ BuildRequires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-c
|
|||
BuildRequires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4)
|
||||
BuildRequires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7)
|
||||
BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3)
|
||||
BuildRequires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3)
|
||||
BuildRequires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3)
|
||||
BuildRequires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6)
|
||||
BuildRequires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6)
|
||||
BuildRequires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6)
|
||||
BuildRequires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6)
|
||||
BuildRequires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7)
|
||||
BuildRequires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6)
|
||||
BuildRequires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7)
|
||||
BuildRequires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6)
|
||||
BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6)
|
||||
BuildRequires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6)
|
||||
BuildRequires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5)
|
||||
BuildRequires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5)
|
||||
BuildRequires: php-dom
|
||||
|
|
@ -85,7 +86,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "ext-mbstring": "*",
|
||||
# "ext-xml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
# "myclabs/deep-copy": "^1.13.4",
|
||||
# "myclabs/deep-copy": "^1.12.0",
|
||||
# "phar-io/manifest": "^2.0.4",
|
||||
# "phar-io/version": "^3.2.1",
|
||||
# "phpunit/php-code-coverage": "^10.1.15",
|
||||
|
|
@ -95,13 +96,13 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "phpunit/php-timer": "^6.0.0",
|
||||
# "sebastian/cli-parser": "^2.0.1",
|
||||
# "sebastian/code-unit": "^2.0.0",
|
||||
# "sebastian/comparator": "^5.0.4",
|
||||
# "sebastian/comparator": "^5.0.3",
|
||||
# "sebastian/diff": "^5.1.1",
|
||||
# "sebastian/environment": "^6.1.0",
|
||||
# "sebastian/exporter": "^5.1.4",
|
||||
# "sebastian/global-state": "^6.0.2",
|
||||
# "sebastian/exporter": "^5.1.2",
|
||||
# "sebastian/global-state": "^6.0.0",
|
||||
# "sebastian/object-enumerator": "^5.0.0",
|
||||
# "sebastian/recursion-context": "^5.0.1",
|
||||
# "sebastian/recursion-context": "^5.0.0",
|
||||
# "sebastian/type": "^4.0.0",
|
||||
# "sebastian/version": "^4.0.1"
|
||||
Requires: php(language) >= 8.1
|
||||
|
|
@ -112,7 +113,7 @@ Requires: php-libxml
|
|||
Requires: php-mbstring
|
||||
Requires: php-xml
|
||||
Requires: php-xmlwriter
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(myclabs/deep-copy) >= 1.12.0 with php-composer(myclabs/deep-copy) < 2)
|
||||
Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
|
||||
Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 10.1.15 with php-composer(phpunit/php-code-coverage) < 11)
|
||||
|
|
@ -120,29 +121,34 @@ Requires: (php-composer(phpunit/php-file-iterator) >= 4.1.0 with php-c
|
|||
Requires: (php-composer(phpunit/php-invoker) >= 4.0 with php-composer(phpunit/php-invoker) < 5)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 3.0.1 with php-composer(phpunit/php-text-template) < 4)
|
||||
Requires: (php-composer(phpunit/php-timer) >= 6.0 with php-composer(phpunit/php-timer) < 7)
|
||||
Requires: (php-composer(sebastian/cli-parser) >= 2.0.1 with php-composer(sebastian/cli-parser) < 3)
|
||||
Requires: (php-composer(sebastian/cli-parser) >= 2.0 with php-composer(sebastian/cli-parser) < 3)
|
||||
Requires: (php-composer(sebastian/code-unit) >= 2.0 with php-composer(sebastian/code-unit) < 3)
|
||||
Requires: (php-composer(sebastian/comparator) >= 5.0.4 with php-composer(sebastian/comparator) < 6)
|
||||
Requires: (php-composer(sebastian/diff) >= 5.1.1 with php-composer(sebastian/diff) < 6)
|
||||
Requires: (php-composer(sebastian/comparator) >= 5.0.3 with php-composer(sebastian/comparator) < 6)
|
||||
Requires: (php-composer(sebastian/diff) >= 5.1 with php-composer(sebastian/diff) < 6)
|
||||
Requires: (php-composer(sebastian/environment) >= 6.1.0 with php-composer(sebastian/environment) < 7)
|
||||
Requires: (php-composer(sebastian/exporter) >= 5.1.4 with php-composer(sebastian/exporter) < 6)
|
||||
Requires: (php-composer(sebastian/global-state) >= 6.0.2 with php-composer(sebastian/global-state) < 7)
|
||||
Requires: (php-composer(sebastian/exporter) >= 5.1 with php-composer(sebastian/exporter) < 6)
|
||||
Requires: (php-composer(sebastian/global-state) >= 6.0 with php-composer(sebastian/global-state) < 7)
|
||||
Requires: (php-composer(sebastian/object-enumerator) >= 5.0 with php-composer(sebastian/object-enumerator) < 6)
|
||||
Requires: (php-composer(sebastian/recursion-context) >= 5.0.1 with php-composer(sebastian/recursion-context) < 6)
|
||||
Requires: (php-composer(sebastian/recursion-context) >= 5.0 with php-composer(sebastian/recursion-context) < 6)
|
||||
Requires: (php-composer(sebastian/type) >= 4.0 with php-composer(sebastian/type) < 5)
|
||||
Requires: (php-composer(sebastian/version) >= 4.0.1 with php-composer(sebastian/version) < 5)
|
||||
# From composer.json, "suggest": {
|
||||
# "ext-soap": "*",
|
||||
Suggests: php-soap
|
||||
# recommends latest versions
|
||||
# Fedora 38+ only until 8.1 EOL
|
||||
%if 0%{?fedora} >= 38
|
||||
Recommends: phpunit11
|
||||
Recommends: phpunit12
|
||||
%endif
|
||||
# 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}
|
||||
|
|
@ -157,7 +163,7 @@ It is an instance of the xUnit architecture for unit testing frameworks.
|
|||
This package provides the version %{ver_major} of PHPUnit,
|
||||
available using the %{name} command.
|
||||
|
||||
Documentation: https://phpunit.de/documentation.html
|
||||
Documentation: https://phpunit.readthedocs.io/
|
||||
|
||||
|
||||
%prep
|
||||
|
|
@ -244,7 +250,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
|
|||
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
|
||||
|
||||
ret=0
|
||||
for cmd in php php81 php82 php83 php84 php85; do
|
||||
for cmd in php php81 php82 php83 php84; do
|
||||
if which $cmd; then
|
||||
$cmd ./phpunit $OPT || ret=1
|
||||
fi
|
||||
|
|
@ -265,66 +271,6 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 10.5.59-1
|
||||
- update to 10.5.59
|
||||
|
||||
* Mon Sep 29 2025 Remi Collet <remi@remirepo.net> - 10.5.58-1
|
||||
- update to 10.5.58
|
||||
|
||||
* Wed Sep 24 2025 Remi Collet <remi@remirepo.net> - 10.5.57-1
|
||||
- update to 10.5.57 (no change)
|
||||
- raise dependency on sebastian/exporter 5.1.4
|
||||
|
||||
* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 10.5.55-1
|
||||
- update to 10.5.55
|
||||
- raise dependency on sebastian/comparator 5.0.4
|
||||
|
||||
* Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 10.5.54-1
|
||||
- update to 10.5.54
|
||||
|
||||
* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 10.5.53-1
|
||||
- update to 10.5.53
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 10.5.48-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 10.5.48-1
|
||||
- update to 10.5.48
|
||||
- raise dependency on myclabs/deep-copy 1.13.3
|
||||
|
||||
* Sat Jun 21 2025 Remi Collet <remi@remirepo.net> - 10.5.47-1
|
||||
- update to 10.5.47
|
||||
|
||||
* Sun May 4 2025 Remi Collet <remi@remirepo.net> - 10.5.46-1
|
||||
- update to 10.5.46
|
||||
- raise dependency on myclabs/deep-copy 1.13.1
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 10.5.43-1
|
||||
- update to 10.5.43
|
||||
|
||||
* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 10.5.42-1
|
||||
- update to 10.5.42
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 10.5.41-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jan 13 2025 Remi Collet <remi@remirepo.net> - 10.5.41-1
|
||||
- update to 10.5.41
|
||||
|
||||
* Sun Dec 22 2024 Remi Collet <remi@remirepo.net> - 10.5.40-1
|
||||
- update to 10.5.40
|
||||
|
||||
* Wed Dec 11 2024 Remi Collet <remi@remirepo.net> - 10.5.39-1
|
||||
- update to 10.5.39
|
||||
- raise dependency on myclabs/deep-copy 1.12.1
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
||||
* Mon Oct 28 2024 Remi Collet <remi@remirepo.net> - 10.5.38-1
|
||||
- update to 10.5.38
|
||||
|
||||
|
|
@ -360,16 +306,9 @@ exit $ret
|
|||
* Fri Jul 19 2024 Remi Collet <remi@remirepo.net> - 10.5.28-1
|
||||
- update to 10.5.28
|
||||
|
||||
* Thu Jul 11 2024 Remi Collet <remi@remirepo.net> - 10.5.27-1
|
||||
- update to 10.5.27 (no change)
|
||||
- raise dependencies
|
||||
|
||||
* Mon Jul 8 2024 Remi Collet <remi@remirepo.net> - 10.5.26-1
|
||||
- update to 10.5.26
|
||||
|
||||
* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 10.5.25-1
|
||||
- update to 10.5.25 (no change)
|
||||
|
||||
* Tue Jul 2 2024 Remi Collet <remi@remirepo.net> - 10.5.24-1
|
||||
- update to 10.5.24
|
||||
|
||||
|
|
@ -382,9 +321,6 @@ exit $ret
|
|||
* Mon Apr 15 2024 Remi Collet <remi@remirepo.net> - 10.5.18-1
|
||||
- update to 10.5.18
|
||||
|
||||
* Fri Apr 5 2024 Remi Collet <remi@remirepo.net> - 10.5.17-1
|
||||
- update to 10.5.17
|
||||
|
||||
* Thu Mar 28 2024 Remi Collet <remi@remirepo.net> - 10.5.16-1
|
||||
- update to 10.5.16
|
||||
|
||||
|
|
@ -409,9 +345,6 @@ exit $ret
|
|||
* Tue Jan 23 2024 Remi Collet <remi@remirepo.net> - 10.5.9-1
|
||||
- update to 10.5.9
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.5.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Remi Collet <remi@remirepo.net> - 10.5.8-1
|
||||
- update to 10.5.8
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit10-10.5.59-c47fe00.tgz) = 5d10a528b224c59760c8a5d9493ce84d460d8123839c6622d6c5afa613554016b4d7a603d0fa9f2560df9d01f5c004c3d7a97e17d48e63702a31ca5db9cffe43
|
||||
SHA512 (phpunit10-10.5.38-a86773b.tgz) = 16749857e9507d429a40c3112dc0dd5b9e653ea1f9925a13a2cad41cf8d4f0fb56ecdf25f6f97cfdbb716ffe0b90129904ad12d39046f7a1c9fa4a0adc906574
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue