diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:21:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-04 08:21:50 +0200 |
commit | 95637a989f83ee6c2b5a156ed67c3c9ff8c239d2 (patch) | |
tree | e1c19d9f226aaae2f4dd26163eea002c880dd5ed | |
parent | 4df0421fceac8c6bc6f430ed5867fcc34233cf22 (diff) |
php-horde-Horde-Cli: 2.0.5
-rw-r--r-- | php-horde-Horde-Cli.spec | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/php-horde-Horde-Cli.spec b/php-horde-Horde-Cli.spec index fc1eb7a..d958182 100644 --- a/php-horde-Horde-Cli.spec +++ b/php-horde-Horde-Cli.spec @@ -1,9 +1,19 @@ -%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} +# spec file for php-horde-Horde-Cli +# +# Copyright (c) 2012-2014 Nick Bebout, Remi Collet +# +# License: MIT +# https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense +# +# Please, preserve the changelog entries +# +%{!?__pear: %global __pear %{_bindir}/pear} + %global pear_name Horde_Cli %global pear_channel pear.horde.org Name: php-horde-Horde-Cli -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?dist} Summary: Horde Command Line Interface API @@ -23,7 +33,7 @@ Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-pcre Requires: php-session -BuildRequires: php-pear(PEAR) >= 1.7.0 +Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Support) < 3.0.0 @@ -100,6 +110,9 @@ fi %changelog +* Fri Apr 04 2014 Remi Collet <remi@fedoraproject.org> - 2.0.5-1 +- Update to 2.0.5 + * Wed Jul 17 2013 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - Update to 2.0.4 |