From 096ac27ba06e9663be220445571a782900fa7aeb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Mar 2018 09:43:22 +0100 Subject: v2.8.35 --- php-symfony.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-symfony.spec b/php-symfony.spec index 86370c5..0116576 100644 --- a/php-symfony.spec +++ b/php-symfony.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-symfony # -# Copyright (c) 2013-2017 Shawn Iwinski +# Copyright (c) 2013-2018 Shawn Iwinski # Remi Collet # # License: MIT @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 2.8.34 -%global github_commit 0455b5d26c5814062d7e9ea1ac99174ca13ad80e +%global github_version 2.8.35 +%global github_commit 7339c93c82f539305c0eaa52e53c5092d188a82b %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -109,7 +109,6 @@ Version: %{github_version} Release: 1%{?dist} Summary: PHP framework for web projects -Group: Development/Libraries License: MIT URL: http://symfony.com Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_short}.tar.gz @@ -2586,6 +2585,9 @@ done # ############################################################################## %changelog +* Fri Mar 2 2018 Remi Collet - 2.8.35-1 +- Update to 2.8.35 + * Mon Jan 29 2018 Remi Collet - 2.8.34-1 - Update to 2.8.34 -- cgit