diff options
author | Remi Collet <remi@remirepo.net> | 2018-11-27 11:37:28 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-11-27 11:37:28 +0100 |
commit | a8704b98120cf40fcf5122bb8ea051c9c5459b22 (patch) | |
tree | 4af3b19f6ffc5b42bcc5f6aee456ef30d1e12005 /php-symfony4.spec | |
parent | 8b20f0c28f3f0547d14b7a9a4850b0fc69dba003 (diff) |
v4.1.8
Diffstat (limited to 'php-symfony4.spec')
-rw-r--r-- | php-symfony4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony4.spec b/php-symfony4.spec index f8bc545..a2c02ad 100644 --- a/php-symfony4.spec +++ b/php-symfony4.spec @@ -13,8 +13,8 @@ %global github_owner symfony %global github_name symfony -%global github_version 4.1.7 -%global github_commit b5c6892911fc7454a76528cb0d4d1af4336c7413 +%global github_version 4.1.8 +%global github_commit 231050f83af3460c743f4d34c3b89308bf6272d2 %global composer_vendor symfony %global composer_project symfony @@ -115,7 +115,7 @@ Summary: Symfony PHP framework (version 4) # MIT: # - All other bridges/bundles/components License: MIT and CC-BY-SA -URL: http://symfony.com +URL: https://symfony.com Source0: https://github.com/%{github_owner}/%{github_name}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz Source1: %{name}-generate-autoloaders.php @@ -2808,6 +2808,9 @@ exit $RET # ############################################################################## %changelog +* Tue Nov 27 2018 Remi Collet <remi@remirepo.net> - 4.1.8-1 +- update to 4.1.8 + * Mon Nov 5 2018 Remi Collet <remi@remirepo.net> - 4.1.7-1 - update to 4.1.7 |