diff options
| author | Remi Collet <remi@remirepo.net> | 2019-11-06 11:26:32 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-11-06 11:26:32 +0100 | 
| commit | cfd8345621153acd4b12e50786fa5344d1a599e8 (patch) | |
| tree | f801aad2318c21e81c62e3b8e70e38a151cee168 | |
| parent | 381f80ab2e276c51de68eb80907ac5e044d154d2 (diff) | |
v8.4.3
| -rw-r--r-- | phpunit8.spec | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index c99eb3e..98cbb7f 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    a142a7e66c0ea7b5b6c04ee27f08d10d1137cd9b +%global gh_commit    67f9e35bffc0dd52d55d565ddbe4230454fd6a4e  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_vendor    sebastianbergmann @@ -24,7 +24,7 @@  %global php_home     %{_datadir}/php  %global ver_major    8  %global ver_minor    4 -%global ver_patch    2 +%global ver_patch    3  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -245,6 +245,7 @@ cat src/autoload.php    --exclude  '*/BankAccountTest2.php' \    --exclude  '*/regression/Trac/783/OneTest.php' \    --exclude  'tests/end-to-end/regression/GitHub/3889/Issue3889Test.test.php' \ +  --exclude  'tests/end-to-end/regression/GitHub/3904/Issue3904Test.php' \    tests @@ -281,6 +282,9 @@ exit $ret  %changelog +* Wed Nov  6 2019 Remi Collet <remi@remirepo.net> - 8.4.3-1 +- update to 8.4.3 +  * Mon Oct 28 2019 Remi Collet <remi@remirepo.net> - 8.4.2-1  - update to 8.4.2  | 
