diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 21:12:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 21:12:26 +0100 |
commit | 0728d81a6e774fca8f1274b052809021d400d4d3 (patch) | |
tree | 0dd59396324a13ad2bb45d1a8d08a21c2c05bd26 | |
parent | 02d882d9bfdde1ef7e03a5b773fecb60270202b6 (diff) |
php-horde-Horde-Serialize 2.0.1
-rw-r--r-- | php-horde-Horde-Serialize.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Serialize.spec b/php-horde-Horde-Serialize.spec index 56c9a69..4e5c456 100644 --- a/php-horde-Horde-Serialize.spec +++ b/php-horde-Horde-Serialize.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Serialize -Version: 2.0.0 +Version: 2.0.1 Release: 1%{?dist} Summary: Data Encapulation API @@ -18,7 +18,7 @@ BuildArch: noarch BuildRequires: php-pear BuildRequires: php-channel(%{pear_channel}) # To run unit tests -BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} @@ -63,7 +63,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:) -phpunit AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %post @@ -87,6 +90,9 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.1-1 +- Update to 2.0.1 for remi repo + * Thu Nov 1 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1 - Update to 2.0.0 for remi repo |