diff options
| author | Remi Collet <remi@remirepo.net> | 2020-08-04 10:39:38 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-08-04 10:39:38 +0200 | 
| commit | 3d9eeded57110b89adb09b9e550c777e02d770e2 (patch) | |
| tree | 27125ecbd0089ab6640d1dd4556de97cf4c4e547 | |
| parent | 074c8ce3e720a0f7060ca756de0e1d2653f3e02c (diff) | |
update to 2.0.0-alpha3
| -rw-r--r-- | composer.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 605e74c..75bf021 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    89958bf29bb97351af6bff697ba6851de03e66f4 +%global gh_commit    686d84ae1cb5b808bcce0ee41ab5c4e33c1c2c24  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    2.0-dev  %global gh_owner     composer @@ -20,7 +20,7 @@  %global run_version  2.0.0  %global upstream_version 2.0.0 -%global upstream_prever  alpha2 +%global upstream_prever  alpha3  %global symfony_prefix php-symfony  %global symfony_path   %{_datadir}/php/Symfony @@ -311,6 +311,9 @@ exit $ret  %changelog +* Tue Aug  4 2020 Remi Collet <remi@remirepo.net> - 2.0.0~alpha3-1 +- update to 2.0.0-alpha3 +  * Thu Jun 25 2020 Remi Collet <remi@remirepo.net> - 2.0.0~alpha2-1  - update to 2.0.0-alpha2  - switch back to Symfony 2  | 
