diff options
| -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  | 
