diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-06-19 07:36:32 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-06-19 07:36:32 +0200 | 
| commit | 4cf824736456690858e773e699ee01070467cf0b (patch) | |
| tree | 2a317b642b6c0d643d217ab4e19d19205366977c | |
| parent | 5cbb2ca5459c357c5aeb82f89e9da41711784d3f (diff) | |
php-horde-imp: 6.2.9
| -rw-r--r-- | php-horde-imp.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/php-horde-imp.spec b/php-horde-imp.spec index e9fd0ea..4f13d11 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -1,4 +1,4 @@ -# spec file for php-horde-imp +# remirepo/fedora spec file for php-horde-imp  #  # Copyright (c) 2012-2015 Remi Collet  # License: CC-BY-SA @@ -11,7 +11,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-imp -Version:        6.2.8 +Version:        6.2.9  Release:        1%{?dist}  Summary:        A web based webmail system @@ -213,7 +213,7 @@ cd %{pear_name}-%{version}/test/Imp  # Ignore this one - Need investigation  rm Unit/Mime/Viewer/ItipTest.php -phpunit . +phpunit --verbose .  %clean @@ -257,6 +257,9 @@ fi  %changelog +* Fri Jun 19 2015 Remi Collet <remi@fedoraproject.org> - 6.2.9-1 +- Update to 6.2.9 +  * Wed Apr 29 2015 Remi Collet <remi@fedoraproject.org> - 6.2.8-1  - Update to 6.2.8 | 
