summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-10-08 07:13:59 +0200
committerRemi Collet <fedora@famillecollet.com>2014-10-08 07:13:59 +0200
commit00ece9a9c05d6b56795c5bee80051b4b60200c5d (patch)
tree6cee837c01c5a286b6d35dd6c48debc1019b2650
parent66046803f50aa903ae1792b87f71a2fd3b5cf8c4 (diff)
php-phpunit-environment: 1.1.0
-rw-r--r--php-phpunit-environment.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/php-phpunit-environment.spec b/php-phpunit-environment.spec
index b2c282c..5f3d5fe 100644
--- a/php-phpunit-environment.spec
+++ b/php-phpunit-environment.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 10c7467da0622f7848cc5cadc0828c3359254df4
+%global gh_commit 6288ebbf6fa3ed2b2ff2d69c356fbaaf4f0971a7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project environment
@@ -19,7 +19,7 @@
%endif
Name: php-phpunit-environment
-Version: 1.0.1
+Version: 1.1.0
Release: 1%{?dist}
Summary: Handle HHVM/PHP environments
@@ -75,6 +75,10 @@ then
>PHPUnit/Autoload.php
fi
+# Ignore this test which requires a tty
+# https://github.com/sebastianbergmann/environment/issues/5
+rm -f tests/ConsoleTest.php
+
phpunit \
--bootstrap src/autoload.php \
-d date.timezone=UTC
@@ -93,6 +97,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Oct 8 2014 Remi Collet <remi@fedoraproject.org> - 1.1.0-1
+- update to 1.1.0
+
* Sun Oct 5 2014 Remi Collet <remi@fedoraproject.org> - 1.0.1-1
- update to 1.0.1
- enable test suite