From 54c13810f9336c8d303cfc74b35c23a96b790975 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jun 2013 10:59:47 +0200 Subject: php-symfony2-Form: sync --- php-symfony2-Form.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-symfony2-Form.spec') 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 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