diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-30 07:28:29 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-30 07:28:29 +0200 |
| commit | cd620a82ba5a9c1cbf6eec360dc6de5f9e813c36 (patch) | |
| tree | 8f0233fbb2c847e42162716ac4c8b7b4db13cf50 | |
| parent | 3387a69310f4a93edae90317efa83708fc7f4345 (diff) | |
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | roundcubemail.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 0983115..f0c5813 100644 --- a/composer.json +++ b/composer.json @@ -38,5 +38,5 @@ "roundcube/plugin-installer": true } }, - "version": "1.7-rc5" + "version": "1.7-rc6" } diff --git a/roundcubemail.spec b/roundcubemail.spec index e31ef44..7714d5a 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 rc5 +%global upstream_prever rc6 %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log @@ -272,6 +272,9 @@ fi %changelog +* Mon Mar 30 2026 Remi Collet <remi@remirepo.net> - 1.7~rc6-1 +- update to 1.7-rc6 + * Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.7~rc5-1 - update to 1.7-rc5 |
