diff options
| author | Remi Collet <remi@remirepo.net> | 2023-03-21 09:33:43 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-03-21 09:33:43 +0100 | 
| commit | 0f1d5d02c81a56b73c313bdadce8f08caedc7fc3 (patch) | |
| tree | 1bdd00308e9c3894002bd8462c22e713a149d5e4 | |
| parent | cb05c5f75f143c061ae077af461a5bf431dcc1b2 (diff) | |
update to 10.0.17
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | phpunit10.spec | 7 | 
2 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 165c61f..4c0ca2a 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,8 @@          }      ],      "support": { -        "issues": "https://github.com/sebastianbergmann/phpunit/issues" +        "issues": "https://github.com/sebastianbergmann/phpunit/issues", +        "security": "https://github.com/sebastianbergmann/phpunit/security/policy"      },      "prefer-stable": true,      "require": { diff --git a/phpunit10.spec b/phpunit10.spec index 1ea0e6f..ee6a8ff 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    07d386a11ac7094032900f07cada1c8975d16607 +%global gh_commit    b75eddcabca052312ae38c8a2bc69ff1a7b89b77  #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.16 +%global upstream_version 10.0.17  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -294,6 +294,9 @@ exit $ret  %changelog +* Tue Mar 21 2023 Remi Collet <remi@remirepo.net> - 10.0.17-1 +- update to 10.0.17 +  * Mon Mar 13 2023 Remi Collet <remi@remirepo.net> - 10.0.16-1  - update to 10.0.16  | 
