diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-05 07:55:27 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-05 07:55:27 +0200 |
commit | f8964c871fc958162dbc6e6071b3c699205b9d06 (patch) | |
tree | fa209b5cd255ef941db565930adcdc293f843df3 | |
parent | 23504b5834857de0f476480d3e6f4bca247b6eb2 (diff) |
v2.8.19
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | php-symfony.spec | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-symfony.spec b/php-symfony.spec index 8c8417f..ac07709 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.18 -%global github_commit 8c28bf706b3bf4250d18535ee46a8a5d7a5825e1 +%global github_version 2.8.19 +%global github_commit da35163ddb6e876bfb6054f84e02947a6e0274e3 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -2705,6 +2705,9 @@ exit $RET # ############################################################################## %changelog +* Wed Apr 5 2017 Remi Collet <remi@remirepo.net> - 2.8.19-1 +- Update to 2.8.19 + * Mon Mar 6 2017 Remi Collet <remi@remirepo.net> - 2.8.18-1 - Update to 2.8.18 |