diff options
| author | Remi Collet <remi@remirepo.net> | 2023-03-27 15:09:51 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-03-27 15:09:51 +0200 | 
| commit | 1d7f430be8b54653471e72e45bf576ba7f08ea88 (patch) | |
| tree | 0bb19aa3b6c99507ffc66a9315e596acbf86ae31 | |
| parent | c0cbcc982374b168cc68ba4a1a33553bc12bd2e0 (diff) | |
update to 9.6.6
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | phpunit9.spec | 7 | 
2 files changed, 7 insertions, 3 deletions
| diff --git a/composer.json b/composer.json index c9c8b46..28411d9 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/phpunit9.spec b/phpunit9.spec index 7661305..07a66c9 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    86e761949019ae83f49240b2f2123fb5ab3b2fc5 +%global gh_commit    b65d59a059d3004a040c16a82e07bbdf6cfdd115  #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    9  %global ver_minor    6 -%global upstream_version 9.6.5 +%global upstream_version 9.6.6  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -308,6 +308,9 @@ exit $ret  %changelog +* Mon Mar 27 2023 Remi Collet <remi@remirepo.net> - 9.6.6-1 +- update to 9.6.6 +  * Thu Mar  9 2023 Remi Collet <remi@remirepo.net> - 9.6.5-1  - update to 9.6.5 | 
