diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-23 14:24:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-23 14:24:40 +0200 |
commit | 904725b5a81c7308a5f1f503603fb01e94ecfcad (patch) | |
tree | dc4cd6ea74cd0a4a378a35faf6bb667f67e20934 | |
parent | 26051ce6c2b0b63830f695188637f42490ea5ef9 (diff) |
update to 1.19.0
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | php-symfony-polyfill.spec | 7 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc diff --git a/php-symfony-polyfill.spec b/php-symfony-polyfill.spec index aa9db33..dd741ca 100644 --- a/php-symfony-polyfill.spec +++ b/php-symfony-polyfill.spec @@ -12,8 +12,8 @@ %global github_owner symfony %global github_name polyfill -%global github_version 1.18.1 -%global github_commit 642d3c1e5d9712c0e26a9bc9c366e09ab5ec95f0 +%global github_version 1.19.0 +%global github_commit ac41071c7ef43e26e1231100fa9a316cebecdec7 %global composer_vendor symfony %global composer_project polyfill @@ -195,6 +195,9 @@ exit $RETURN_CODE %changelog +* Fri Oct 23 2020 Remi Collet <remi@remirepo.net> - 1.19.0-1 +- update to 1.19.0 + * Tue Aug 11 2020 Remi Collet <remi@remirepo.net> - 1.18.1-1 - update to 1.18.1 |