diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-05-22 08:58:26 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-05-22 08:58:26 +0200 |
commit | 2bf078e3745107f799d60ce86695e3b7ee58cb2a (patch) | |
tree | 1db4e190e785f2096b4c04e906378c413f668a10 | |
parent | ead406c199bed6485f7ade443af3960b7f61609d (diff) |
php-horde-Horde-Auth: 2.1.4
-rw-r--r-- | php-horde-Horde-Auth.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-Auth.spec b/php-horde-Horde-Auth.spec index fc87b36..edbdd51 100644 --- a/php-horde-Horde-Auth.spec +++ b/php-horde-Horde-Auth.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Auth -Version: 2.1.3 +Version: 2.1.4 Release: 1%{?dist} Summary: Horde Authentication API @@ -116,7 +116,7 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:) phpunit\ - -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ + --include-path=%{buildroot}%{pear_phpdir} \ -d date.timezone=UTC \ . @@ -145,6 +145,9 @@ fi %changelog +* Thu May 22 2014 Remi Collet <remi@fedoraproject.org> - 2.1.4-1 +- Update to 2.1.4 + * Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.1.3-1 - Update to 2.1.3 |