summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-10 09:35:56 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-10 09:35:56 +0100
commit81a78ced461608b4cb6f28323bce0d46f7724b91 (patch)
treef9944b9722b0f39c36c174bc486183678b9a8e19
parentc9d764880ff4a4dfdc1c6e136afeac2a1e123cf8 (diff)
php-phpunit-PHPUnit: fix source name
-rw-r--r--php-phpunit-PHPUnit-dev.spec2
-rw-r--r--phpunit-5.0.0-Autoload.php.in (renamed from phpunit-3.0.0-Autoload.php.in)0
2 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec
index 9729cae..1a76c96 100644
--- a/php-phpunit-PHPUnit-dev.spec
+++ b/php-phpunit-PHPUnit-dev.spec
@@ -31,7 +31,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz
# Autoload template, from version 3.7
-Source1: %{gh_project}-3.0.0-Autoload.php.in
+Source1: %{gh_project}-5.0.0-Autoload.php.in
# Fix command for autoload
Patch0: %{gh_project}-rpm.patch
diff --git a/phpunit-3.0.0-Autoload.php.in b/phpunit-5.0.0-Autoload.php.in
index fd8d107..fd8d107 100644
--- a/phpunit-3.0.0-Autoload.php.in
+++ b/phpunit-5.0.0-Autoload.php.in