From 8076963aa30216dcaca558199d91b312c2186cc5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Dec 2016 14:47:29 +0100 Subject: php-symfony: 2.8.15 --- Makefile | 2 -- php-symfony.spec | 7 +++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3af85b3..13af741 100644 --- a/Makefile +++ b/Makefile @@ -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 - 2.8.15-1 +- Update to 2.8.15 + * Tue Nov 22 2016 Remi Collet - 2.8.14-1 - Update to 2.8.14 - raise dependency on twig 1.28 -- cgit