diff options
| author | Remi Collet <remi@remirepo.net> | 2022-01-28 12:21:44 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-01-28 12:21:44 +0100 | 
| commit | b26125d7fee7f24180259591ec3c4fca1014f324 (patch) | |
| tree | f137c98fd4ebd2968071a79dded439e318648040 | |
| parent | 1c176080c91d33e10f39ab07a1f6812a77fe3214 (diff) | |
update to 4.4.37
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | php-symfony4.spec | 9 | 
2 files changed, 6 insertions, 4 deletions
diff --git a/composer.json b/composer.json index c2933d5..85fd3e0 100644 --- a/composer.json +++ b/composer.json @@ -154,7 +154,6 @@      },      "config": {          "allow-plugins": { -            "composer/package-versions-deprecated": true,              "symfony/runtime": true          }      }, diff --git a/php-symfony4.spec b/php-symfony4.spec index d0e4b87..635def3 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -13,8 +13,8 @@  %global github_owner     symfony  %global github_name      symfony -%global github_version   4.4.36 -%global github_commit    879e519c066067ae6cc58519ac1877ce016cbf6b +%global github_version   4.4.37 +%global github_commit    1ec78b0e535d587bd6c5503227b47a0808e96934  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global composer_vendor  symfony @@ -145,7 +145,7 @@  Name:          php-%{composer_project}4  Version:       %{github_version} -Release:       2%{?github_prerelease:.%{github_prerelease}}%{?dist} +Release:       1%{?github_prerelease:.%{github_prerelease}}%{?dist}  Summary:       Symfony PHP framework (version 4)  # MIT and CC-BY-SA: @@ -3299,6 +3299,9 @@ exit $RET  # ##############################################################################  %changelog +* Fri Jan 28 2022 Remi Collet <remi@remirepo.net> - 4.4.37-1 +- update to 4.4.37 +  * Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 4.4.36-2  - fix autoloader for 7.4  | 
