diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | php-horde-Horde-Test.spec | 36 | 
2 files changed, 26 insertions, 12 deletions
| @@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/php-horde-Horde-Test.spec b/php-horde-Horde-Test.spec index b59c9d8..5b35d43 100644 --- a/php-horde-Horde-Test.spec +++ b/php-horde-Horde-Test.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-horde-Horde-Test  # -# Copyright (c) 2012-2017 Nick Bebout, Remi Collet +# Copyright (c) 2012-2021 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-Test -Version:        2.6.3 -Release:        1%{?dist} +Version:        2.6.4 +Release:        2%{?dist}  Summary:        Horde testing base classes -Group:          Development/Libraries  License:        LGPLv2  URL:            http://%{pear_channel}  Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz @@ -37,15 +36,22 @@ Requires:       php-dom  Requires:       php-json  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 -Requires:       php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Util) <  3.0.0 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +Requires:      (php-pear(%{pear_channel}/Horde_Support) >= 2.0.0  with php-pear(%{pear_channel}/Horde_Support) < 3) +Requires:      (php-pear(%{pear_channel}/Horde_Util)    >= 2.0.0  with php-pear(%{pear_channel}/Horde_Util)    < 3)  # From package.xml, optional -Requires:       php-pear(%{pear_channel}/Horde_Cli) >= 2.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Cli) <  3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Log) >= 2.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Log) <  3.0.0 +Recommends:    (php-pear(%{pear_channel}/Horde_Cli)     >= 2.0.0  with php-pear(%{pear_channel}/Horde_Cli)     < 3) +Recommends:    (php-pear(%{pear_channel}/Horde_Log)     >= 2.0.0  with php-pear(%{pear_channel}/Horde_Log)     < 3) +%else +Requires:       php-pear(%{pear_channel}/Horde_Support) <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Support) >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Util)    <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Util)    >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Cli)     <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Cli)     >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Log)     <  3.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Log)     >= 2.0.0 +%endif  # From phpcompatinfo report for version 2.4.0  Requires:       php-pcre  Requires:       php-pdo @@ -111,6 +117,12 @@ fi  %changelog +* Tue Mar  9 2021 Remi Collet <remi@remirepo.net> - 2.6.4-2 +- use range dependencies + +* Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.6.4-1 +- update to 2.6.4 (no change) +  * Wed May  3 2017 Remi Collet <remi@remirepo.net> - 2.6.3-1  - Update to 2.6.3 | 
