From d4c5280337eb0dfde25ad0fca6a3b125cc3d59c2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 28 Dec 2018 08:00:08 +0100 Subject: update to 2.0.16 use range dependencies --- php-horde-Horde-Browser.spec | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/php-horde-Horde-Browser.spec b/php-horde-Horde-Browser.spec index 0615ed5..8b3216d 100644 --- a/php-horde-Horde-Browser.spec +++ b/php-horde-Horde-Browser.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-horde-Horde-Browser # -# Copyright (c) 2012-2017 Nick Bebout, Remi Collet +# Copyright (c) 2012-2018 Nick Bebout, Remi Collet # # License: MIT # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense @@ -12,11 +12,10 @@ %global pear_channel pear.horde.org Name: php-horde-Horde-Browser -Version: 2.0.15 +Version: 2.0.16 Release: 1%{?dist} Summary: Horde Browser API -Group: Development/Libraries License: LGPLv2+ URL: http://pear.horde.org Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz @@ -32,12 +31,18 @@ Requires: php(language) >= 5.3.0 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_Exception) >= 2.0.0 with php-pear(%{pear_channel}/Horde_Exception) < 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.0.0 with php-pear(%{pear_channel}/Horde_Util) < 3.0.0) +%else Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) < 3.0.0 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.0.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-browser) = %{version} @@ -112,6 +117,10 @@ fi %changelog +* Fri Dec 28 2018 Remi Collet - 2.0.16-1 +- update to 2.0.16 +- use range dependencies + * Tue Sep 19 2017 Remi Collet - 2.0.15-1 - Update to 2.0.15 (no change) -- cgit