diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-27 08:17:12 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-27 08:17:12 +0200 |
commit | 28494a47f80b4fd35d27f348e200e688d03b0c94 (patch) | |
tree | 3d2ecc58528652144dd35ae5b5e9ca1b8c2d8a9a /php-symfony4.spec | |
parent | 5a45b7048b25a2287f5c49a62d7c7fdb9feee154 (diff) |
update to 4.4.43
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index 2732cbb..1460bdc 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.42 -%global github_commit b5b5a1f19bce5d43c7642dec0cf1b47de3c5ee04 +%global github_version 4.4.43 +%global github_commit b0686468ec94e7ca9e16108f4510c7ac0326a564 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -3315,6 +3315,9 @@ exit $RET # ############################################################################## %changelog +* Mon Jun 27 2022 Remi Collet <remi@remirepo.net> - 4.4.43-1 +- update to 4.4.43 + * Mon May 30 2022 Remi Collet <remi@remirepo.net> - 4.4.42-1 - update to 4.4.42 |