From fc3f3f5e8562dc9b056a64c18137469b828f926f Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Wed, 30 Jun 2021 14:22:57 +0200
Subject: update to 4.4.26

---
 php-symfony4.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'php-symfony4.spec')

diff --git a/php-symfony4.spec b/php-symfony4.spec
index 769f055..904b31c 100644
--- a/php-symfony4.spec
+++ b/php-symfony4.spec
@@ -2,7 +2,7 @@
 #
 # Fedora spec file for php-symfony4
 #
-# Copyright (c) 2016-2020 Shawn Iwinski <shawn@iwin.ski>
+# Copyright (c) 2016-2021 Shawn Iwinski <shawn@iwin.ski>
 #                         Remi Collet <remi@fedoraproject.org>
 #
 # License: MIT
@@ -13,8 +13,8 @@
 
 %global github_owner     symfony
 %global github_name      symfony
-%global github_version   4.4.25
-%global github_commit    c71e9ba222f7a970e92399c1fb5d82af18c77dd4
+%global github_version   4.4.26
+%global github_commit    8df2da89fbaa0bdcc1b9338047f0ecef9a15ba23
 %global github_short     %(c=%{github_commit}; echo ${c:0:7})
 
 %global composer_vendor  symfony
@@ -3310,6 +3310,9 @@ exit $RET
 # ##############################################################################
 
 %changelog
+* Wed Jun 30 2021 Remi Collet <remi@remirepo.net> - 4.4.26-1
+- update to 4.4.26
+
 * Tue Jun  1 2021 Remi Collet <remi@remirepo.net> - 4.4.25-1
 - update to 4.4.25
 - add dependency on symfony/polyfill-php81
-- 
cgit