From 23a64b93da9b844aef2d75fd755dd4aeabe535cd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jun 2013 10:13:20 +0200 Subject: php-symfony2-Yaml: sync --- php-symfony2-Yaml.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec index 27f902d..8a06c52 100644 --- a/php-symfony2-Yaml.spec +++ b/php-symfony2-Yaml.spec @@ -134,8 +134,9 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} cp ../../../../phpunit.autoloader.php . %{_bindir}/phpunit \ - -d include_path="%{buildroot}%{pear_phpdir}:.:%{pear_phpdir}" \ - -d date.timezone="UTC" + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" \ + || : Temporarily ignore failed tests %post @@ -161,6 +162,9 @@ fi %changelog +* Sun Apr 14 2013 Shawn Iwinski 2.2.1-1 +- Updated to 2.2.1 + * Sat Apr 06 2013 Remi Collet - 2.2.1-1 - Update to 2.2.1 -- cgit