diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:13:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:13:20 +0200 |
commit | 23a64b93da9b844aef2d75fd755dd4aeabe535cd (patch) | |
tree | 8e9e39561cfbc901590e6f46e11f606e2b9fbb36 | |
parent | c5f6fc247b0c0351ebaf7e02e762a28bad6af8f5 (diff) |
php-symfony2-Yaml: sync
-rw-r--r-- | php-symfony2-Yaml.spec | 8 |
1 files 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 <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 |