diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | php-symfony.spec | 7 |
2 files changed, 5 insertions, 4 deletions
@@ -2,5 +2,3 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) include ../../../common/Makefile -diff: - colordiff --ignore-blank-lines -I 'Group:' -I 'defattr' -u /work/fedora/php-symfony/*spec *spec
\ No newline at end of file diff --git a/php-symfony.spec b/php-symfony.spec index b807d3d..2b8e4e4 100644 --- a/php-symfony.spec +++ b/php-symfony.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 2.8.14 -%global github_commit 6ceca5b4154c80839270c38aa65373de76127df7 +%global github_version 2.8.15 +%global github_commit 3ec15b9379ebb0758e296d4193926a7b4121a964 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2690,6 +2690,9 @@ exit $RET # ############################################################################## %changelog +* Tue Dec 13 2016 Remi Collet <remi@fedoraproject.org> - 2.8.15-1 +- Update to 2.8.15 + * Tue Nov 22 2016 Remi Collet <remi@fedoraproject.org> - 2.8.14-1 - Update to 2.8.14 - raise dependency on twig 1.28 |