summaryrefslogtreecommitdiffstats
path: root/php-symfony4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-02-28 11:31:10 +0100
committerRemi Collet <remi@php.net>2022-02-28 11:31:10 +0100
commitf67b4bfcfdc064bf1b33895958630d06e4647626 (patch)
tree44cd182c44980030830050029a12c921f5d32b7b /php-symfony4.spec
parenta9508a35fd7501e2576244b642bf77bcef379242 (diff)
update to 4.4.38
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r--php-symfony4.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec
index a6d0ba8..6a38fa8 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.37
-%global github_commit 1ec78b0e535d587bd6c5503227b47a0808e96934
+%global github_version 4.4.38
+%global github_commit 502c66aaa37d877c882c74256d7ac2398d5502f1
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor symfony
@@ -144,7 +144,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:
@@ -3315,6 +3315,9 @@ exit $RET
# ##############################################################################
%changelog
+* Mon Feb 28 2022 Remi Collet <remi@remirepo.net> - 4.4.38-1
+- update to 4.4.38
+
* Mon Jan 31 2022 Remi Collet <remi@remirepo.net> - 4.4.37-2
- lower minimal php version back to 7.1.3