diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-17 12:50:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-17 12:50:23 +0200 |
commit | ccffbd1c6a169e4ed087529127cb1f235a8fedf5 (patch) | |
tree | cf330a19e98d7059d0fd4b92cda844adfa2ba3bc | |
parent | 5c370ac56dab6f1663d4c8f0e2528c9df8d11249 (diff) |
php-horde-Horde-Imap-Client: 2.25.1
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 367caa5..b3f6697 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -11,7 +11,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Imap-Client -Version: 2.25.0 +Version: 2.25.1 Release: 1%{?dist} Summary: Horde IMAP abstraction interface @@ -126,14 +126,10 @@ done | tee ../%{pear_name}.lang %check -export LANG=fr_FR.UTF8 - src=$(pwd)/%{pear_name}-%{version} cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit \ - -d date.timezone=Europe/Paris \ - . +phpunit -d date.timezone=UTC . %post @@ -161,6 +157,9 @@ fi %changelog +* Wed Sep 17 2014 Remi Collet <remi@fedoraproject.org> - 2.25.1-1 +- Update to 2.25.1 + * Thu Sep 04 2014 Remi Collet <remi@fedoraproject.org> - 2.25.0-1 - Update to 2.25.0 - add dependency on php-intl |