From 95637a989f83ee6c2b5a156ed67c3c9ff8c239d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Apr 2014 08:21:50 +0200 Subject: php-horde-Horde-Cli: 2.0.5 --- php-horde-Horde-Cli.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'php-horde-Horde-Cli.spec') 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 - 2.0.5-1 +- Update to 2.0.5 + * Wed Jul 17 2013 Remi Collet - 2.0.4-1 - Update to 2.0.4 -- cgit