diff options
| author | Remi Collet <remi@remirepo.net> | 2023-10-16 12:47:31 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-10-16 12:47:31 +0200 | 
| commit | 17b8fdf93f5f92f2f5e1334fa0a83a84f2f06af6 (patch) | |
| tree | d0df934af789a34841e631c9c859d595f194366d | |
| parent | 4005cda10efcbc63395c25b73f8c816007087481 (diff) | |
update to 1.6.4
| -rw-r--r-- | roundcubemail.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index d7927ef..482f43c 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -18,7 +18,7 @@  %else  %global with_phpfpm 0  %endif -%global upstream_version     1.6.3 +%global upstream_version     1.6.4  #global upstream_prever      rc  %global roundcubedir %{_datadir}/roundcubemail @@ -165,14 +165,14 @@ Provides: bundled(php-roundcube-plugin-installer) = 0.3.2  # License LGPL-2.1  Provides: bundled(php-pear-crypt-gpg) = v1.6.7  # License LGPL-3.0 -Provides: bundled(php-pear-net-ldap2) = v2.2.1 +Provides: bundled(php-pear-net-ldap2) = v2.3.0  # License MIT  Provides: bundled(php-guzzlehttp-guzzle) = 7.8.0  Provides: bundled(php-guzzlehttp-promises) = 2.0.1  Provides: bundled(php-guzzlehttp-psr7) = 2.6.1  Provides: bundled(php-masterminds-html5) = 2.7.6  Provides: bundled(php-pear-console-commandline) = v1.2.6 -Provides: bundled(php-psr-http-client) = 1.0.2 +Provides: bundled(php-psr-http-client) = 1.0.3  Provides: bundled(php-psr-http-factory) = 1.0.2  Provides: bundled(php-psr-http-message) = 2.0  Provides: bundled(php-ralouphie-getallheaders) = 3.0.3 @@ -332,6 +332,9 @@ fi  %changelog +* Mon Oct 16 2023 Remi Collet <remi@remirepo.net> - 1.6.4-1 +- update to 1.6.4 +  * Fri Sep 15 2023 Remi Collet <remi@remirepo.net> - 1.6.3-1  - update to 1.6.3  | 
