diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-09 07:38:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-09 07:38:33 +0200 | 
| commit | 23a69d3828e5b9ad55406742b6c6fa2374a0bdfc (patch) | |
| tree | 7ade19cfb21b75a5a7fc412c9e2a37b3804f6550 | |
| parent | 2f8a8af588c94932e381d654caa782f5c3d1a5bd (diff) | |
v7.3.1
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | phpunit7.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index e535144..f9f33a4 100644 --- a/composer.json +++ b/composer.json @@ -84,7 +84,7 @@      },      "extra": {          "branch-alias": { -            "dev-master": "7.2-dev" +            "dev-master": "7.3-dev"          }      }  } diff --git a/phpunit7.spec b/phpunit7.spec index a8b70bf..01cc26e 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    8e878aff7917ef66e702e03d1359b16eee254e2c +%global gh_commit    f9b14c17860eccb440a0352a117a81eb754cff5a  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_vendor    sebastianbergmann @@ -23,8 +23,8 @@  %global ns_vendor    PHPUnit7  %global php_home     %{_datadir}/php  %global ver_major    7 -%global ver_minor    2 -%global ver_patch    7 +%global ver_minor    3 +%global ver_patch    1  %global specrel      1  Name:           %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret  %changelog +* Thu Aug  9 2018 Remi Collet <remi@remirepo.net> - 7.3.1-1 +- update to 7.3.1 +  * Mon Jul 16 2018 Remi Collet <remi@remirepo.net> - 7.2.7-1  - update to 7.2.7  - allow phar-io/version 2.0  | 
