diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-19 22:27:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-19 22:27:39 +0100 |
commit | a0c9b8fc78e8065d7c5d6c72e5ae709c84b15995 (patch) | |
tree | 60507e8f665f0c5e75189951e48bb3715b88bfbf | |
parent | bea7c86042400af5223532367da8dd224bb5dc9d (diff) |
php-horde-Horde-Imap-Client
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 62bcad6..99ef448 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -4,7 +4,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Imap-Client -Version: 2.1.6 +Version: 2.2.0 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -21,7 +21,7 @@ BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: gettext # To run unit tests -BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 BuildRequires: php-pear(%{pear_channel}/Horde_Stream) >= 1.0.0 BuildRequires: php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0 @@ -108,7 +108,10 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) %if 0%{?fedora} >= 18 : no test as php segfault, need investigation %else -phpunit -d date.timezone=UTC AllTests.php +phpunit\ + -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + -d date.timezone=UTC \ + . %endif @@ -138,6 +141,9 @@ fi %changelog +* Mon Nov 19 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.2.0-1 +- Update to 2.2.0 for remi repo + * Mon Nov 12 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.1.6-1 - Update to 2.1.6 for remi repo |