diff options
| author | Remi Collet <remi@remirepo.net> | 2023-03-13 11:57:45 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-03-13 11:57:45 +0100 | 
| commit | cb05c5f75f143c061ae077af461a5bf431dcc1b2 (patch) | |
| tree | 96d53ff2fb761c3d66f5ab2b1ff64c51b7ea053f | |
| parent | 61ce2ef0dfaf8766cc637ab9e2335ed7ef44d839 (diff) | |
update to 10.0.16
| -rw-r--r-- | phpunit10.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
| diff --git a/phpunit10.spec b/phpunit10.spec index 9b3b4e3..1ea0e6f 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    9b0c2245ef173a3d9546f6a4393a85d60eabe071 +%global gh_commit    07d386a11ac7094032900f07cada1c8975d16607  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -25,7 +25,7 @@  %global ver_major    10  %global ver_minor    0 -%global upstream_version 10.0.15 +%global upstream_version 10.0.16  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -255,6 +255,7 @@ cat src/autoload.php    --exclude 'tests/end-to-end/event/_files/extension-bootstrap/tests/Test.php' \    --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-92-is-detected/src/Greeter.php' \    --exclude 'tests/end-to-end/migration/_files/possibility-to-migrate-from-92-is-detected/tests/GreeterTest.php' \ +  --exclude 'tests/end-to-end/logging/_files/teamcity-warning/tests/Test.php' \    tests @@ -293,6 +294,9 @@ exit $ret  %changelog +* Mon Mar 13 2023 Remi Collet <remi@remirepo.net> - 10.0.16-1 +- update to 10.0.16 +  * Thu Mar  9 2023 Remi Collet <remi@remirepo.net> - 10.0.15-1  - update to 10.0.15 | 
