diff options
-rw-r--r-- | php-symfony2-DependencyInjection.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-symfony2-DependencyInjection.spec b/php-symfony2-DependencyInjection.spec index e181135..fc2d9ad 100644 --- a/php-symfony2-DependencyInjection.spec +++ b/php-symfony2-DependencyInjection.spec @@ -135,8 +135,9 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} cp ../../../../phpunit.autoloader.php . -%{_bindir}/phpunit -d date.timezone="UTC" \ - -d include_path="%{buildroot}%{pear_phpdir}:.:%{pear_phpdir}" \ +%{_bindir}/phpunit \ + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" \ %if 0%{?rhel} == 5 || : ignore test on EL5 %endif @@ -163,6 +164,9 @@ fi %changelog +* Mon Apr 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1 +- Updated to 2.2.1 + * Sat Apr 06 2013 Remi Collet <remi@fedoraproject.org> - 2.2.1-1 - Update to 2.2.1 |