diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-02 09:43:22 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-02 09:43:22 +0100 |
commit | 096ac27ba06e9663be220445571a782900fa7aeb (patch) | |
tree | 88d6e8514125edb2ca5591c975a2e7c77f5fa3a9 | |
parent | 8c0cd7105a23d1d7f9a98fc1459dfa0ae52886e9 (diff) |
v2.8.35
-rw-r--r-- | php-symfony.spec | 10 |
1 files 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 <shawn.iwinski@gmail.com> +# Copyright (c) 2013-2018 Shawn Iwinski <shawn.iwinski@gmail.com> # Remi Collet <remi@fedoraproject.org> # # 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 <remi@remirepo.net> - 2.8.35-1 +- Update to 2.8.35 + * Mon Jan 29 2018 Remi Collet <remi@remirepo.net> - 2.8.34-1 - Update to 2.8.34 |