diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-05-21 06:31:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-05-21 06:31:23 +0200 |
commit | ce3f6188bda0c3e045067319f037001f0c5454e1 (patch) | |
tree | 0391eb781eb6cd37ca3bc61b707dc8d66e37dae7 | |
parent | 8a5c140f1ac5376c639259d262fb54a45e59d4d6 (diff) |
atoum 2.7.0
-rw-r--r-- | atoum.spec | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -7,11 +7,11 @@ # # Please preserve changelog entries # -%global gh_commit 10a0cde18ab73d4b66283c8b1b736574c14ecd0f +%global gh_commit 1d442459f3afd96375cf8b12f663c3e18253882d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 2.6.1 +Version: 2.7.0 Release: 1%{?dist} Summary: PHP Unit Testing framework @@ -135,13 +135,6 @@ cp -pr tests %{buildroot}%{_datadir}/%{name} %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 -# https://github.com/atoum/atoum/issues/449 Failed test with libxml version 2.9.2 -rm tests/units/classes/reports/asynchronous/xunit.php -%endif - cd tests/units echo "date.timezone=UTC" >php.ini export PHPRC=$(pwd)/php.ini @@ -174,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Sat May 21 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 +- update to 2.7.0 + * Fri Apr 8 2016 Remi Collet <remi@fedoraproject.org> - 2.6.1-1 - update to 2.6.1 |