summaryrefslogtreecommitdiffstats
path: root/php-phpunit-PHPUnit-MockObject.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-30 15:49:52 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-30 15:49:52 +0200
commit8e7db80e8c466aa4f729e87c6ab86e3374d50112 (patch)
tree950a46c997005ca5000bb2a197756777fc1afa9b /php-phpunit-PHPUnit-MockObject.spec
parentf6043b062122e5d4ed8871411756b32bdf531cac (diff)
php-phpunit-PHPUnit-MockObject: upstream fix for php 5.4.29 and 5.5.13
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject.spec')
-rw-r--r--php-phpunit-PHPUnit-MockObject.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-MockObject.spec b/php-phpunit-PHPUnit-MockObject.spec
index b4c64b3..ff69b56 100644
--- a/php-phpunit-PHPUnit-MockObject.spec
+++ b/php-phpunit-PHPUnit-MockObject.spec
@@ -18,7 +18,7 @@
Name: php-phpunit-PHPUnit-MockObject
Version: 2.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Mock Object library for PHPUnit
Group: Development/Libraries
@@ -32,6 +32,9 @@ Source1: Autoload.php.in
# Temporary workaround, under investigation
Patch0: %{gh_project}-rpm.patch
+# Upstream fix for PHP 5.4.29 and 5.5.13
+Patch1: %{gh_project}-upstream.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: %{_bindir}/phpab
@@ -61,6 +64,9 @@ Mock Object library for PHPUnit
%setup -q -n %{gh_project}-%{gh_commit}
%patch0 -p1
+%patch1 -p1
+
+find . -name \*.orig -exec rm {} \; -print
%build
@@ -106,6 +112,9 @@ fi
%changelog
+* Fri May 30 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-3
+- upstream fix for php 5.4.29 and 5.5.13
+
* Tue May 6 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-2
- workaround to autoload issue during check