summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit-MockObject.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-06-13 14:01:20 +0200
committerRemi Collet <fedora@famillecollet.com>2014-06-13 14:01:20 +0200
commitd210f36ca7272332f0503d649b99fcebf22656c1 (patch)
tree7b7638a7d727d32c90417e2eed4820fff9f90cbe /php-phpunit-PHPUnit-MockObject.spec
parent5af79787bbe88b2daaa51a370a1411de09bdc70c (diff)
php-phpunit-PHPUnit-MockObject: 2.1.4 + upstream patch
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject.spec')
-rw-r--r--php-phpunit-PHPUnit-MockObject.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index ace917a..7ecc2c1 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 92f4b49d2cd4f2537db7ef969231f3d43c8da957
+%global gh_commit 1a894a16b6c15fcdc5ef2b110f0e6233952c9b0f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit-mock-objects
@@ -17,7 +17,7 @@
%global with_tests %{?_with_tests:1}%{!?_with_tests:0}
Name: php-phpunit-PHPUnit-MockObject
-Version: 2.1.3
+Version: 2.1.4
Release: 1%{?dist}
Summary: Mock Object library for PHPUnit
@@ -32,6 +32,9 @@ Source1: Autoload.php.in
# Temporary workaround, under investigation
Patch0: %{gh_project}-rpm.patch
+# https://github.com/sebastianbergmann/phpunit-mock-objects/pull/176
+Patch1: %{gh_project}-pr176.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: %{_bindir}/phpab
@@ -60,6 +63,7 @@ Mock Object library for PHPUnit
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1
+%patch1 -p1
find . -name \*.orig -exec rm {} \; -print
@@ -82,6 +86,7 @@ cp -pr src %{buildroot}%{php_home}/PHPUnit
mkdir vendor
ln -s ../src/Framework/MockObject/Autoload.php vendor/autoload.php
+grep -v 'log' phpunit.xml.dist > phpunit.xml
phpunit \
-d date.timezone=UTC
%endif
@@ -107,6 +112,11 @@ fi
%changelog
+* Thu Jun 12 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1
+- update to 2.1.4
+- add upstream patch to fix unserialize issue
+ https://github.com/sebastianbergmann/phpunit-mock-objects/pull/176
+
* Sat Jun 7 2014 Remi Collet <remi@fedoraproject.org> - 2.1.3-1
- update to 2.1.3