From 166abb184a78eee9c5d391ecf0f643f69fa0425b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Jan 2018 12:24:15 +0100 Subject: Update to 2.8.33 don't run Debug test suite which hangs --- php-symfony.spec | 10 ++++++++-- 1 file 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 - 2.8.33-1 +- Update to 2.8.33 +- don't run Debug test suite which hangs + * Tue Dec 5 2017 Remi Collet - 2.8.32-1 - Update to 2.8.32 -- cgit