diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-07 09:01:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-07 09:01:12 +0100 |
commit | 54e35f37c9bd3cfa11f7da4157a157593cdf4dba (patch) | |
tree | 139bff5b514286f6b20c3be6885394593ebc7895 | |
parent | 56eb2a3759d5111b3ac3dc247eedc7ba5b843b9c (diff) |
v2.8.49
-rw-r--r-- | php-symfony.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony.spec b/php-symfony.spec index 794df38..c0f27b0 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.48 -%global github_commit 6d1b296403b56046e991e22ce936d391030aacb2 +%global github_version 2.8.49 +%global github_commit f8ac64c075a36bedd0de43192d9601c20b99716e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -111,7 +111,7 @@ Release: 1%{?dist} Summary: PHP framework for web projects License: MIT -URL: http://symfony.com +URL: https://symfony.com Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_short}.tar.gz BuildArch: noarch @@ -2589,6 +2589,9 @@ done # ############################################################################## %changelog +* Fri Dec 7 2018 Remi Collet <remi@remirepo.net> - 2.8.49-1 +- update to 2.8.49 + * Tue Nov 27 2018 Remi Collet <remi@remirepo.net> - 2.8.48-1 - update to 2.8.48 |