From e8354521a5d26bbdd52f07314e9254f18d1f66a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jan 2019 08:13:33 +0100 Subject: update to 2.0.19 use range dependencies --- php-horde-Horde-Form.spec | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Form.spec b/php-horde-Horde-Form.spec index a4d1275..2676116 100644 --- a/php-horde-Horde-Form.spec +++ b/php-horde-Horde-Form.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-horde-Horde-Form # -# Copyright (c) 2012-2017 Nick Bebout, Remi Collet +# Copyright (c) 2012-2019 Nick Bebout, Remi Collet # # License: MIT # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense @@ -14,7 +14,7 @@ # Note : test not ready (old .phpt) Name: php-horde-Horde-Form -Version: 2.0.18 +Version: 2.0.19 Release: 1%{?dist} Summary: Horde Form API @@ -37,6 +37,17 @@ Requires: php-json Requires: php-pcre Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +Requires: (php-pear(%{pear_channel}/Horde_Core) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Core) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Date) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Exception) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Mail) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Mime) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Nls) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Nls) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Token) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Token) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 with php-pear(%{pear_channel}/Horde_Translation) < 3.0.0) +Requires: (php-pear(%{pear_channel}/Horde_Util) >= 2.3.0 with php-pear(%{pear_channel}/Horde_Util) < 3.0.0) +%else Requires: php-pear(%{pear_channel}/Horde_Core) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Core) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 @@ -55,6 +66,7 @@ Requires: php-pear(%{pear_channel}/Horde_Translation) >= 2.2.0 Requires: php-pear(%{pear_channel}/Horde_Translation) < 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.3.0 Requires: php-pear(%{pear_channel}/Horde_Util) < 3.0.0 +%endif Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} Provides: php-composer(horde/horde-form) = %{version} @@ -129,6 +141,10 @@ fi %changelog +* Mon Jan 7 2019 Remi Collet - 2.0.19-1 +- update to 2.0.19 +- use range dependencies + * Tue Aug 1 2017 Remi Collet - 2.0.18-1 - Update to 2.0.18 -- cgit