diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-29 17:04:10 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-29 17:04:10 +0200 | 
| commit | afba559c8a017edfbb1e1a218154865680aff7e3 (patch) | |
| tree | e41c5f3535709659476842260e6e5421297f91d4 | |
| parent | 9ba98c8774bb4c852d0b481e12925208ba709400 (diff) | |
- update to 6.2.24
- raise dependency on Horde_Image 2.6.0
| -rw-r--r-- | php-horde-imp.spec | 18 | 
1 files changed, 9 insertions, 9 deletions
| diff --git a/php-horde-imp.spec b/php-horde-imp.spec index 7af4df1..6f4aee5 100644 --- a/php-horde-imp.spec +++ b/php-horde-imp.spec @@ -11,8 +11,8 @@  %global pear_channel pear.horde.org  Name:           php-horde-imp -Version:        6.2.23 -Release:        2%{?dist} +Version:        6.2.24 +Release:        1%{?dist}  Summary:        A web based webmail system  # imp is GPLv2, murmurhash3.js is MIT @@ -20,8 +20,6 @@ License:        GPLv2 and MIT  URL:            http://www.horde.org/apps/imp  Source0:        http://%{pear_channel}/get/%{pear_name}-%{version}.tgz -Patch0:         https://patch-diff.githubusercontent.com/raw/horde/imp/pull/4.patch -  BuildArch:      noarch  BuildRequires:  gettext  BuildRequires:  php(language) >= 5.3.0 @@ -67,7 +65,7 @@ Requires:      (php-pear(%{pear_channel}/Horde_Date)             >= 2.0.0  with  Requires:      (php-pear(%{pear_channel}/Horde_Editor)           >= 2.0.4  with php-pear(%{pear_channel}/Horde_Editor)           < 3)  Requires:      (php-pear(%{pear_channel}/Horde_Exception)        >= 2.0.0  with php-pear(%{pear_channel}/Horde_Exception)        < 3)  Requires:      (php-pear(%{pear_channel}/Horde_Icalendar)        >= 2.0.0  with php-pear(%{pear_channel}/Horde_Icalendar)        < 3) -Requires:      (php-pear(%{pear_channel}/Horde_Image)            >= 2.0.0  with php-pear(%{pear_channel}/Horde_Image)            < 3) +Requires:      (php-pear(%{pear_channel}/Horde_Image)            >= 2.6.0  with php-pear(%{pear_channel}/Horde_Image)            < 3)  Requires:      (php-pear(%{pear_channel}/Horde_Imap_Client)      >= 2.23.0 with php-pear(%{pear_channel}/Horde_Imap_Client)      < 3)  Requires:      (php-pear(%{pear_channel}/Horde_Itip)             >= 2.0.0  with php-pear(%{pear_channel}/Horde_Itip)             < 3)  Requires:      (php-pear(%{pear_channel}/Horde_ListHeaders)      >= 1.1.0  with php-pear(%{pear_channel}/Horde_ListHeaders)      < 2) @@ -120,7 +118,7 @@ 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_Icalendar) >= 2.0.0  Requires:       php-pear(%{pear_channel}/Horde_Icalendar) <  3.0.0 -Requires:       php-pear(%{pear_channel}/Horde_Image) >= 2.0.0 +Requires:       php-pear(%{pear_channel}/Horde_Image) >= 2.6.0  Requires:       php-pear(%{pear_channel}/Horde_Image) <  3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Imap_Client) >= 2.23.0  Requires:       php-pear(%{pear_channel}/Horde_Imap_Client) <  3.0.0 @@ -209,8 +207,6 @@ EOF  cd %{pear_name}-%{version} -%patch0 -p1 -b .pr4 -  # Don't install .po and .pot files  # Remove checksum for .mo, as we regenerate them  sed -e '/%{pear_name}.po/d' \ @@ -263,7 +259,7 @@ done | tee ../%{pear_name}.lang  cd %{pear_name}-%{version}/test/Imp  ret=0 -for cmd in php php70 php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do    if which $cmd; then      $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1    fi @@ -307,6 +303,10 @@ fi  %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 6.2.24-1 +- update to 6.2.24 +- raise dependency on Horde_Image 2.6.0 +  * Thu Jan 10 2019 Remi Collet <remi@remirepo.net> - 6.2.23-2  - fix Undefined class constant 'ALPHACHANNEL_REMOVE' #1657972    patch from https://github.com/horde/imp/pull/4 | 
