diff options
| -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  | 
