diff options
author | Remi Collet <remi@remirepo.net> | 2018-01-08 12:24:15 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-01-08 12:24:15 +0100 |
commit | 166abb184a78eee9c5d391ecf0f643f69fa0425b (patch) | |
tree | 6f5e46b4e7dc011fdd1f9da8878d8d6ec8f2b8a1 | |
parent | 5fdc030a7aff038260cbef35d04a283db7aa5c2a (diff) |
Update to 2.8.33
don't run Debug test suite which hangs
-rw-r--r-- | php-symfony.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-symfony.spec b/php-symfony.spec index c9a62e9..2852dc9 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.32 -%global github_commit 0efa80d0a01f60e28ae5800c94d6288239cefefe +%global github_version 2.8.33 +%global github_commit a3bb63a81e5cb9bec9f3c8f30405d3107411ba8c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor symfony @@ -1889,6 +1889,8 @@ RET=0 for PKG in %{buildroot}%{phpdir}/Symfony/*/*; do if [ "$(basename $PKG)" = "PhpUnit" ]; then continue + elif [ "$(basename $PKG)" = "Debug" ]; then + continue elif [ -d $PKG ]; then echo -e "\n>>>>>>>>>>>>>>>>>>>>>>> ${PKG}\n" %{_bindir}/php -d serialize_precision=14 -d include_path=.:%{buildroot}%{phpdir}:%{phpdir} \ @@ -2584,6 +2586,10 @@ done # ############################################################################## %changelog +* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 2.8.33-1 +- Update to 2.8.33 +- don't run Debug test suite which hangs + * Tue Dec 5 2017 Remi Collet <remi@remirepo.net> - 2.8.32-1 - Update to 2.8.32 |