From 5a45b7048b25a2287f5c49a62d7c7fdb9feee154 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 30 May 2022 09:02:15 +0200
Subject: update to 4.4.42

---
 php-symfony4.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

(limited to 'php-symfony4.spec')

diff --git a/php-symfony4.spec b/php-symfony4.spec
index be3b7c2..2732cbb 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.41
-%global github_commit    6c95a4884f112aca0fa4042e6ef765617a8870c6
+%global github_version   4.4.42
+%global github_commit    b5b5a1f19bce5d43c7642dec0cf1b47de3c5ee04
 %global github_short     %(c=%{github_commit}; echo ${c:0:7})
 
 %global composer_vendor  symfony
@@ -3315,6 +3315,9 @@ exit $RET
 # ##############################################################################
 
 %changelog
+* Mon May 30 2022 Remi Collet <remi@remirepo.net> - 4.4.42-1
+- update to 4.4.42
+
 * Thu Apr 28 2022 Remi Collet <remi@remirepo.net> - 4.4.41-1
 - update to 4.4.41
 - allow doctrine/persistence 3
-- 
cgit