diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:06:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-31 08:06:10 +0200 |
commit | 35db63b19b52070d0c32cbade724c654b332c5e1 (patch) | |
tree | bfbdc0216c57fa04421cd773fe176bb5c993105c | |
parent | d486835e21f90bf896ca1dd00edcc4fe67f7ac7d (diff) |
php-horde-Horde-LoginTasks: 2.0.5
-rw-r--r-- | php-horde-Horde-LoginTasks.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-horde-Horde-LoginTasks.spec b/php-horde-Horde-LoginTasks.spec index 2ff4f8e..ad381e4 100644 --- a/php-horde-Horde-LoginTasks.spec +++ b/php-horde-Horde-LoginTasks.spec @@ -12,7 +12,7 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-LoginTasks -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Horde Login Tasks System @@ -94,7 +94,7 @@ done | tee ../%{pear_name}.lang %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) -phpunit . +phpunit --verbose . %post @@ -120,6 +120,9 @@ fi %changelog +* Fri Jul 31 2015 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 + * Fri Jan 09 2015 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 - add provides php-composer(horde/horde-logintasks) |