diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-11-25 07:37:51 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-11-25 07:37:51 +0100 | 
| commit | 2d3309020cff7fdb9d83db3f1165d6a5af180453 (patch) | |
| tree | 135004dbb0eb6af8f044a8b9ef4fdf5070433be5 | |
| parent | a1f475f07c4074227466232c8a314924facbbc4d (diff) | |
php-horde-Horde-Mime: 2.5.2
| -rw-r--r-- | php-horde-Horde-Mime.spec | 13 | 
1 files changed, 11 insertions, 2 deletions
diff --git a/php-horde-Horde-Mime.spec b/php-horde-Horde-Mime.spec index 859e609..b7ab8cc 100644 --- a/php-horde-Horde-Mime.spec +++ b/php-horde-Horde-Mime.spec @@ -8,14 +8,18 @@  # Please, preserve the changelog entries  #  %{!?__pear:       %global __pear       %{_bindir}/pear} +%global bootstrap    0  %global pear_name    Horde_Mime  %global pear_channel pear.horde.org - +%if %{bootstrap}  # Can run test because of circular dependency with Horde_Mail  %global with_tests   %{?_with_tests:1}%{!?_with_tests:0} +%else +%global with_tests   %{?_without_tests:0}%{!?_without_tests:1} +%endif  Name:           php-horde-Horde-Mime -Version:        2.5.1 +Version:        2.5.2  Release:        1%{?dist}  Summary:        Horde MIME Library @@ -36,6 +40,7 @@ BuildRequires:  gettext  # To run unit tests  BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0  BuildRequires:  php-pear(%{pear_channel}/Horde_Support) >= 2.1.0 +BuildRequires:  php-pear(%{pear_channel}/Horde_Mail) >= 2.5.0  %endif  Requires(post): %{__pear} @@ -155,6 +160,10 @@ fi  %changelog +* Tue Nov 25 2014 Remi Collet <remi@fedoraproject.org> - 2.5.2-1 +- Update to 2.5.2 +- enable test suite +  * Mon Nov 24 2014 Remi Collet <remi@fedoraproject.org> - 2.5.1-1  - Update to 2.5.1  | 
