From cd49dddbe047114224caa56a8bedf938c2cd200d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2015 07:51:39 +0100 Subject: php-phpspec-prophecy: fix autoloader --- php-phpspec-prophecy-autoload.php | 7 ++++--- php-phpspec-prophecy.spec | 7 +++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/php-phpspec-prophecy-autoload.php b/php-phpspec-prophecy-autoload.php index 1e8dfe4..473319b 100644 --- a/php-phpspec-prophecy-autoload.php +++ b/php-phpspec-prophecy-autoload.php @@ -1,11 +1,12 @@ addPrefix('Prophecy\\', dirname(__DIR__)); -// Depdencies (Rely on include_path as in PHPUnit dependencies + circular dependencies) +// Dependencies require_once 'Doctrine/Instantiator/autoload.php'; require_once 'SebastianBergmann/Comparator/autoload.php'; require_once 'phpDocumentor/Reflection/DocBlock/autoload.php'; diff --git a/php-phpspec-prophecy.spec b/php-phpspec-prophecy.spec index a4548f5..2b977a7 100644 --- a/php-phpspec-prophecy.spec +++ b/php-phpspec-prophecy.spec @@ -20,7 +20,7 @@ Name: php-phpspec-prophecy Version: 1.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Highly opinionated mocking framework for PHP Group: Development/Libraries @@ -88,7 +88,7 @@ cp -pr src/* %{buildroot}%{_datadir}/php %check %if %{with_tests} %{_bindir}/php \ - -d include_path=.:%{buildroot}%{_datadir}/php:/usr/share/php \ + -d include_path=.:%{buildroot}%{_datadir}/php:%{_datadir}/php \ %{_bindir}/phpspec \ run --format pretty --verbose --no-ansi %else @@ -110,6 +110,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 28 2015 Remi Collet - 1.5.0-2 +- fix autolaoder, rely on include_path for symfony/class-loader + * Thu Aug 13 2015 Remi Collet - 1.5.0-1 - update to 1.5.0 -- cgit