diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-18 16:16:31 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-18 16:16:31 +0100 |
| commit | 3387a69310f4a93edae90317efa83708fc7f4345 (patch) | |
| tree | 0cbaba348adb90339bdfed1c09b2c815c683be23 | |
| parent | 71c0e3ee0f7e54104685cf8e5374b00894e9002b (diff) | |
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | roundcubemail.spec | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/composer.json b/composer.json index b0e833a..0983115 100644 --- a/composer.json +++ b/composer.json @@ -9,6 +9,7 @@ "guzzlehttp/promises": "^2.0", "league/commonmark": "^2.7", "masterminds/html5": "~2.9.0", + "mlocati/ip-lib": "^1.22.0", "pear/auth_sasl": "~1.2.0", "pear/crypt_gpg": "~1.6.3", "pear/mail_mime": "~1.10.11", @@ -37,5 +38,5 @@ "roundcube/plugin-installer": true } }, - "version": "1.7-rc" + "version": "1.7-rc5" } diff --git a/roundcubemail.spec b/roundcubemail.spec index aaea7c7..e31ef44 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -13,7 +13,7 @@ # support for apache / nginx / php-fpm %global with_phpfpm 1 %global upstream_version 1.7 -%global upstream_prever rc4 +%global upstream_prever rc5 %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log @@ -272,6 +272,9 @@ fi %changelog +* Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.7~rc5-1 +- update to 1.7-rc5 + * Sat Feb 14 2026 Remi Collet <remi@remirepo.net> - 1.7~rc4-1 - update to 1.7-rc4 |
