diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:18:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-03 10:18:09 +0200 |
commit | 739eee680e8461c8f3948f20f23f6fbd0f408c14 (patch) | |
tree | 87ee6196c9513c660965f09f96185d5a0e61a9c8 | |
parent | 23a64b93da9b844aef2d75fd755dd4aeabe535cd (diff) |
php-symfony2-Yaml: 2.2.2
-rw-r--r-- | php-symfony2-Yaml.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/php-symfony2-Yaml.spec b/php-symfony2-Yaml.spec index 8a06c52..24a0bf3 100644 --- a/php-symfony2-Yaml.spec +++ b/php-symfony2-Yaml.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 @@ -135,8 +135,7 @@ cp ../../../../phpunit.autoloader.php . %{_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 @@ -162,6 +161,9 @@ fi %changelog +* Mon Jun 03 2013 Remi Collet <remi@fedoraproject.org> - 2.2.2-1 +- Update to 2.2.2 + * Sun Apr 14 2013 Shawn Iwinski <shawn.iwinski@gmail.com> 2.2.1-1 - Updated to 2.2.1 |