summaryrefslogtreecommitdiffstats
path: root/php-mockery.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-05-14 15:32:29 +0200
committerRemi Collet <remi@remirepo.net>2018-05-14 15:32:29 +0200
commit0d06168633069d369eb588283f97582fc4301606 (patch)
treead5259416187ea6e315ca9c37320ce866db59240 /php-mockery.spec
parent74487ee9cd39eb1974506005e23d9b45cc930bf9 (diff)
cleanup
Diffstat (limited to 'php-mockery.spec')
-rw-r--r--php-mockery.spec6
1 files changed, 1 insertions, 5 deletions
diff --git a/php-mockery.spec b/php-mockery.spec
index 5f5b29f..2b9759a 100644
--- a/php-mockery.spec
+++ b/php-mockery.spec
@@ -9,7 +9,7 @@
#
%global gh_commit 99e29d3596b16dabe4982548527d5ddf90232e99
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_owner padraic
+%global gh_owner mockery
%global gh_project mockery
%global ns_project Mockery
%global major 1
@@ -27,9 +27,6 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit
# Use our autoloader
Patch0: %{gh_project}-tests.patch
-# Patch for 7.2
-# From https://github.com/mockery/mockery/pull/798
-Patch2: 798.patch
BuildArch: noarch
%if %{with_tests}
@@ -95,7 +92,6 @@ cat << 'EOF' | tee -a library/%{ns_project}/autoload.php
EOF
%patch0 -p0 -b .rpm
-%patch2 -p0 -b .test
rm -f docs/.gitignore