parent
575c5186cb
commit
96959df4b4
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@
|
|||
/phpunit11-11.5.25-864ab32.tgz
|
||||
/phpunit11-11.5.26-4ad8fe2.tgz
|
||||
/phpunit11-11.5.27-446d438.tgz
|
||||
/phpunit11-11.5.28-93f30aa.tgz
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
%bcond_with defcmd
|
||||
%endif
|
||||
|
||||
%global gh_commit 446d43867314781df7e9adf79c3ec7464956fd8f
|
||||
%global gh_date 2025-07-11
|
||||
%global gh_commit 93f30aa3889e785ac63493d4976df0ae9fdecb60
|
||||
%global gh_date 2025-07-31
|
||||
%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 11
|
||||
%global ver_minor 5
|
||||
|
||||
%global upstream_version 11.5.27
|
||||
%global upstream_version 11.5.28
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -245,6 +245,7 @@ cat << 'EOF' | tee -a tests/autoload.php
|
|||
__DIR__ . '/_files/CoveredFunction.php',
|
||||
__DIR__ . '/_files/Generator.php',
|
||||
__DIR__ . '/_files/NamespaceCoveredFunction.php',
|
||||
__DIR__ . '/end-to-end/_files/listing-tests-and-groups/ExampleAbstractTestCase.php',
|
||||
]);
|
||||
EOF
|
||||
|
||||
|
|
@ -291,6 +292,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 31 2025 Remi Collet <remi@remirepo.net> - 11.5.28-1
|
||||
- update to 11.5.28
|
||||
|
||||
* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 11.5.27-1
|
||||
- update to 11.5.27
|
||||
- raise dependency on myclabs/deep-copy 1.13.3
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit11-11.5.27-446d438.tgz) = 556ccdeed2909b91522799d0608b26903b72b06dca5e4f30e0aa48bb1500726d369a2b4ae1f9d5c867e9f53e6942165032716ec37a56f3572db566e1a3642106
|
||||
SHA512 (phpunit11-11.5.28-93f30aa.tgz) = 6dbbb19c56905f493b44bd51b482658f49978a74f40895f8477799df060943f6c8a52ac98853f183b75860bbeafd5ab4cef779c71144f3fed89cedbcc0ad2570
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue