diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 11:04:49 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 11:04:49 +0200 |
commit | 58dc14cb86bf0e23fcb5d9a004b829cad831f9c0 (patch) | |
tree | dc66ebd9b8ddd3b9259090d84d10604bbeaa14af | |
parent | 2b01d6e26971aaba402354e0d18342eedcc2bd5c (diff) |
php-symfony2-Security: sync
-rw-r--r-- | php-symfony2-Security.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index 9a47f6e..454c7cb 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -104,7 +104,6 @@ Optional dependencies: DoctrineDBAL # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{_datadir}/php'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() @@ -168,8 +167,10 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist -%{_bindir}/phpunit -d date.timezone="UTC" \ - -d include_path=".:%{_datadir}/php:%{pear_phpdir}" +%{_bindir}/phpunit \ + -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}%{pear_testdir}/%{pear_name}:.:%{pear_phpdir}:%{_datadir}/php" \ + -d date.timezone="UTC" \ + || : Temporarily ignore failed tests %post @@ -193,6 +194,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 |