summaryrefslogtreecommitdiffstats
path: root/php-horde-Horde-Browser.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-horde-Horde-Browser.spec')
-rw-r--r--php-horde-Horde-Browser.spec15
1 files 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 <remi@remirepo.net> - 2.0.16-1
+- update to 2.0.16
+- use range dependencies
+
* Tue Sep 19 2017 Remi Collet <remi@remirepo.net> - 2.0.15-1
- Update to 2.0.15 (no change)