summaryrefslogtreecommitdiffstats
path: root/php-symfony.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-07-14 09:05:42 +0200
committerRemi Collet <fedora@famillecollet.com>2015-07-14 09:05:42 +0200
commit9f3d04acfe899d6540277d98d2fffdbcc83fe25e (patch)
tree5049d027987d26fd3d9b9914e276758901bb9b59 /php-symfony.spec
parent63d98959b7f3e7b601fa08e4fd3916dd897914ea (diff)
php-symfony: 3.7.2 (backport)
Diffstat (limited to 'php-symfony.spec')
-rw-r--r--php-symfony.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-symfony.spec b/php-symfony.spec
index b372f4f..e66d809 100644
--- a/php-symfony.spec
+++ b/php-symfony.spec
@@ -14,8 +14,8 @@
%{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)}
%global github_owner symfony
%global github_name symfony
-%global github_version 2.7.1
-%global github_commit 932b6e7499c670f4db6d0b871477a4a3ca161e74
+%global github_version 2.7.2
+%global github_commit 969d709ad428076bf1084e386dc26dd904d9fb84
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%global composer_vendor symfony
@@ -2497,6 +2497,9 @@ exit $RET
# ##############################################################################
%changelog
+* Mon Jul 13 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.7.2-1
+- Updated to 2.7.2 (RHBZ #1242664)
+
* Sun Jul 05 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.7.1-2
- Remove optional bridge and bundle dependencies in dependency-injection and
form components. Add optional text to descriptions.