From e1f51f275c1c8d3e84b057099e34abda9d08c3a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 24 Nov 2016 07:10:16 +0100 Subject: php-pdepend-PHP-Depend: 2.3.2 --- php-pdepend-PHP-Depend.spec | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/php-pdepend-PHP-Depend.spec b/php-pdepend-PHP-Depend.spec index 61d857d..9e28999 100644 --- a/php-pdepend-PHP-Depend.spec +++ b/php-pdepend-PHP-Depend.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 3f7deab87836dd83d7a7b6a2098f75d8f38566aa +%global gh_commit 8d7ab8fe8c1f9de5056bb7ea2c0852f4ddd44f90 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner pdepend %global gh_project pdepend @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-pdepend-PHP-Depend -Version: 2.3.0 +Version: 2.3.2 Release: 1%{?dist} Summary: PHP_Depend design quality metrics for PHP package @@ -132,12 +132,6 @@ install -Dpm 0755 src/bin/pdepend %{buildroot}%{_bindir}/pdepend %check %if %{with_tests} -%if 0%{?fedora} >= 22 -# Temporary ignore this test, BC break in libxml, see -# https://bugzilla.redhat.com/1199396 incorrect identification of duplicate ID -rm src/test/php/PDepend/Report/Jdepend/ChartTest.php -%endif - cat << 'EOF' | tee src/test/php/PDepend/bootstrap.php - 2.3.2-1 +- update to 2.3.2 + * Wed Nov 23 2016 Remi Collet - 2.3.0-1 - update to 2.3.0 - add dependency on iconv, mbstring and xml -- cgit