diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 11:09:29 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 11:09:29 +0200 |
commit | d7a8a2039371b2cc40880d39bdcf1b5846df2766 (patch) | |
tree | 7bbc9bc1cd2c4a15314d177e99bbfaf37506b78a | |
parent | 58dc14cb86bf0e23fcb5d9a004b829cad831f9c0 (diff) |
php-symfony2-Security: 2.2.2
-rw-r--r-- | php-symfony2-Security.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index 454c7cb..b99c545 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -5,7 +5,7 @@ %global php_min_ver 5.3.3 Name: php-symfony2-%{pear_name} -Version: 2.2.1 +Version: 2.2.2 Release: 1%{?dist} Summary: Symfony2 %{pear_name} Component @@ -104,7 +104,6 @@ Optional dependencies: DoctrineDBAL # Symfony2 %{pear_name} PEAR package. set_include_path( - '%{_datadir}/php'.PATH_SEPARATOR. '%{pear_testdir}/%{pear_name}'.PATH_SEPARATOR. get_include_path() ); @@ -169,8 +168,7 @@ sed 's#./phpunit.autoloader.php#./autoloader.php#' -i phpunit.xml.dist %{_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 + -d date.timezone="UTC" %post @@ -194,6 +192,9 @@ fi %changelog +* Mon Jun 03 2013 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 +- Update to 2.2.2 + * Mon Apr 15 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1 - Updated to 2.2.1 |