summaryrefslogtreecommitdiffstats
path: root/php-ocramius-instantiator.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-08-25 19:23:22 +0200
committerRemi Collet <fedora@famillecollet.com>2014-08-25 19:23:22 +0200
commit4c1de1cdbb878b2cb917c49c69ffd692a79e1b81 (patch)
tree12ff71f1223563de98f039379784992ed83ad544 /php-ocramius-instantiator.spec
parentc987937a4656bd772e4b2fe4b7aad828904304d5 (diff)
php-ocramius-instantiator: 1.1.3 (mostly for 5.6)
Diffstat (limited to 'php-ocramius-instantiator.spec')
-rw-r--r--php-ocramius-instantiator.spec16
1 files changed, 7 insertions, 9 deletions
diff --git a/php-ocramius-instantiator.spec b/php-ocramius-instantiator.spec
index 6f11d1e..8de4454 100644
--- a/php-ocramius-instantiator.spec
+++ b/php-ocramius-instantiator.spec
@@ -9,7 +9,7 @@
# bootstrap needed when rebuilding PHPUnit for new major version
%global bootstrap 0
-%global gh_commit a7abbb5fc9df6e7126af741dd6c140d1a7369435
+%global gh_commit e24a12178906ff2e7471b8aaf3a0eb789b59f881
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner Ocramius
%global gh_project Instantiator
@@ -18,11 +18,10 @@
%else
%global with_tests %{?_without_tests:0}%{!?_without_tests:1}
%endif
-%global phpverid %(%{_bindir}/php -r 'echo PHP_VERSION_ID;' || echo 50000)
Name: php-ocramius-instantiator
-Version: 1.1.2
-Release: 2%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
Summary: Instantiate objects in PHP without invoking their constructors
Group: Development/Libraries
@@ -87,14 +86,10 @@ sed -e '/Instantiator/d' \
>PHPUnit/Autoload.php
fi
-: Run test suite with PHP %{phpverid}
+: Run test suite
%{_bindir}/phpunit \
--bootstrap autoload.php \
-%if %{phpverid} >= 50600
- -d date.timezone=UTC || : Ignore test suite result
-%else
-d date.timezone=UTC
-%endif
%else
: Test suite disabled
%endif
@@ -113,6 +108,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Aug 25 2014 Remi Collet <remi@fedoraproject.org> - 1.1.3-1
+- update to 1.1.3
+
* Sat Aug 16 2014 Remi Collet <remi@fedoraproject.org> - 1.1.2-2
- fix test suite