diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:59:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:59:47 +0200 |
commit | 54c13810f9336c8d303cfc74b35c23a96b790975 (patch) | |
tree | d2fa15b6e3c5d334ce841c27bd546e29b4787e59 | |
parent | 1e1ccfb7319f6b53377c81007d2552e33cad4115 (diff) |
php-symfony2-Form: sync
-rw-r--r-- | php-symfony2-Form.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-symfony2-Form.spec b/php-symfony2-Form.spec index a369733..1129e59 100644 --- a/php-symfony2-Form.spec +++ b/php-symfony2-Form.spec @@ -92,7 +92,6 @@ component. # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{pear_phpdir}'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -156,9 +155,10 @@ cd %{pear_name}-%{version}/Symfony/Component/%{pear_name} cp ../../../../phpunit.autoloader.php . %{_bindir}/phpunit \ - -d include_path="%{buildroot}%{pear_phpdir}:%{buildroot}/%{pear_testdir}/%{pear_name}:.:%{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 +# TODO: Need to fix why these tests are failing for rpmbuild %post @@ -182,6 +182,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 |