Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9badd7e24a | ||
|
|
fd334d1426 | ||
|
|
6706ca7484 | ||
|
|
6c7360e6a8 | ||
|
|
cf76a1d52f | ||
|
|
5848cda4b3 | ||
|
|
e1ba21a85c | ||
|
|
7e9154d45b | ||
|
|
052f6f99f8 | ||
|
|
cec0c792b8 | ||
|
|
96ac2ee09f | ||
|
|
08773da073 | ||
|
|
69949fe6ce | ||
|
|
340c802bf7 | ||
|
|
eaa4d81bc0 | ||
|
|
f0d0dfa21a | ||
|
|
210148fd7e | ||
|
|
a57beaf5bd | ||
|
|
24c037b664 | ||
|
|
c96900d705 |
3 changed files with 37 additions and 8 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -31,3 +31,9 @@
|
|||
/phpunit12-12.4.0-f62aab5.tgz
|
||||
/phpunit12-12.4.1-fc5413a.tgz
|
||||
/phpunit12-12.4.2-a94ea4d.tgz
|
||||
/phpunit12-12.4.3-d8f644d.tgz
|
||||
/phpunit12-12.4.4-9253ec7.tgz
|
||||
/phpunit12-12.4.5-5af3178.tgz
|
||||
/phpunit12-12.5.0-fef037f.tgz
|
||||
/phpunit12-12.5.2-06713c2.tgz
|
||||
/phpunit12-12.5.4-4ba0e92.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit a94ea4d26d865875803b23aaf78c3c2c670ea2ea
|
||||
%global gh_date 2025-10-30
|
||||
%global gh_commit 4ba0e923f9d3fc655de22f9547c01d15a41fc93a
|
||||
%global gh_date 2025-12-15
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project phpunit
|
||||
|
|
@ -28,9 +28,9 @@
|
|||
%global ns_vendor PHPUnit12
|
||||
%global php_home %{_datadir}/php
|
||||
%global ver_major 12
|
||||
%global ver_minor 4
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 12.4.2
|
||||
%global upstream_version 12.5.4
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -52,7 +52,7 @@ BuildRequires: php(language) >= 8.3
|
|||
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 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) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13)
|
||||
BuildRequires: (php-composer(phpunit/php-code-coverage) >= 12.5.1 with php-composer(phpunit/php-code-coverage) < 13)
|
||||
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7)
|
||||
BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7)
|
||||
BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6)
|
||||
|
|
@ -87,7 +87,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
|
|||
# "myclabs/deep-copy": "^1.13.4",
|
||||
# "phar-io/manifest": "^2.0.4",
|
||||
# "phar-io/version": "^3.2.1",
|
||||
# "phpunit/php-code-coverage": "^12.4.0",
|
||||
# "phpunit/php-code-coverage": "^12.5.1",
|
||||
# "phpunit/php-file-iterator": "^6.0.0",
|
||||
# "phpunit/php-invoker": "^6.0.0",
|
||||
# "phpunit/php-text-template": "^5.0.0",
|
||||
|
|
@ -113,7 +113,7 @@ Requires: php-xmlwriter
|
|||
Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 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) >= 12.4.0 with php-composer(phpunit/php-code-coverage) < 13)
|
||||
Requires: (php-composer(phpunit/php-code-coverage) >= 12.5.1 with php-composer(phpunit/php-code-coverage) < 13)
|
||||
Requires: (php-composer(phpunit/php-file-iterator) >= 6.0.0 with php-composer(phpunit/php-file-iterator) < 7)
|
||||
Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-composer(phpunit/php-invoker) < 7)
|
||||
Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6)
|
||||
|
|
@ -284,6 +284,26 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Dec 15 2025 Remi Collet <remi@remirepo.net> - 12.5.4-1
|
||||
- update to 12.5.4
|
||||
|
||||
* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 12.5.2-1
|
||||
- update to 12.5.2
|
||||
- raise dependency on phpunit/php-code-coverage 12.5.1
|
||||
|
||||
* Fri Dec 5 2025 Remi Collet <remi@remirepo.net> - 12.5.0-1
|
||||
- update to 12.5.0
|
||||
- raise dependency on phpunit/php-code-coverage 12.5.0
|
||||
|
||||
* Tue Dec 2 2025 Remi Collet <remi@remirepo.net> - 12.4.5-1
|
||||
- update to 12.4.5
|
||||
|
||||
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 12.4.4-1
|
||||
- update to 12.4.4
|
||||
|
||||
* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 12.4.3-1
|
||||
- update to 12.4.3
|
||||
|
||||
* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 12.4.2-1
|
||||
- update to 12.4.2
|
||||
|
||||
|
|
@ -333,6 +353,9 @@ exit $ret
|
|||
- update to 12.2.8
|
||||
- raise dependency on phpunit/php-code-coverage 12.3.2
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 12.2.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 12.2.7-1
|
||||
- update to 12.2.7
|
||||
- raise dependency on myclabs/deep-copy 1.13.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit12-12.4.2-a94ea4d.tgz) = b04bd08c16061542940a0a677ff041d59fc611259b31308a75031e47ad795d200e199b3fd9b9acf52b6689f5f7ea8dfa43761fd5da7a44cbb7534097ae017c99
|
||||
SHA512 (phpunit12-12.5.4-4ba0e92.tgz) = 63e0c678adfa2a5f177c11d2d41c5a23122878ab2bbe4b37a4e45c2c7fe14c8c63f5da676b1ce137103a202c1fb5fb8387f57f5408c9b931834c8558720819eb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue