diff options
| author | Remi Collet <remi@remirepo.net> | 2021-11-30 11:43:07 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-11-30 11:43:07 +0100 | 
| commit | 78da24dca844637b09128c5f0dab3d6e4935b9a3 (patch) | |
| tree | c5916e6f74f34e08e81999df11da3d7c0d4c053b | |
| parent | e322b1f84ad1d668f0c067fe0832a92e3f22fde6 (diff) | |
update to 2.1.14
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | composer.spec | 11 | 
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index a13c6b5..f61d0db 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@          "psr/log": "^1.0 || ^2.0",          "seld/jsonlint": "^1.4",          "seld/phar-utils": "^1.0", -        "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", +        "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",          "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",          "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",          "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", diff --git a/composer.spec b/composer.spec index c2ed884..4615c59 100644 --- a/composer.spec +++ b/composer.spec @@ -12,7 +12,7 @@  %bcond_without       tests -%global gh_commit    6e3c2b122e0ec41a7e885fcaf19fa15e2e0819a0 +%global gh_commit    cd28fc05b0c9d3beaf58b57018725c4dc15a6446  %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 api_version  2.1.0  %global run_version  2.1.0 -%global upstream_version 2.1.12 +%global upstream_version 2.1.14  #global upstream_prever  RC1  #global upstream_lower   rc1 @@ -103,7 +103,7 @@ BuildRequires:  php-PsrLog          >= 1.1  #        "psr/log": "^1.0 || ^2.0"  #        "seld/jsonlint": "~1.4",  #        "seld/phar-utils": "^1.0", -#        "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", +#        "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",  #        "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",  #        "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",  #        "symfony/process": "^^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", @@ -305,7 +305,7 @@ find tests \  # testIntegration may hang on local build  ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81; do    if which $cmd; then      $cmd -d memory_limit=1G %{_phpunit} \        $FILTER \ @@ -330,6 +330,9 @@ exit $ret  %changelog +* Tue Nov 30 2021 Remi Collet <remi@remirepo.net> - 2.1.14-1 +- update to 2.1.14 +  * Tue Nov  9 2021 Remi Collet <remi@remirepo.net> - 2.1.12-1  - update to 2.1.12  | 
