From 86bfde3936f54d4f1dbf16a2e12b7027a6e5ce41 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Aug 2022 08:58:35 +0200 Subject: update to 1.6.0 --- roundcubemail.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/roundcubemail.spec b/roundcubemail.spec index cb4aa38..202e368 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -18,8 +18,8 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.6 -%global upstream_prever rc +%global upstream_version 1.6.0 +#global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail %global _logdir /var/log @@ -157,23 +157,23 @@ Provides: bundled(php-pear-pear-core-minimal) = v1.10.11 # License GPL-2.0 Provides: bundled(php-roundcube-rtf-html-php) = v2.1 # License GPL-3.0+ -Provides: bundled(php-kolab-net-ldap3) = v1.1.3 -Provides: bundled(php-roundcube-plugin-installer) = 0.3.1 +Provides: bundled(php-kolab-net-ldap3) = v1.1.4 +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.0 # License MIT -Provides: bundled(php-guzzlehttp-guzzle) = 7.4.4 +Provides: bundled(php-guzzlehttp-guzzle) = 7.4.5 Provides: bundled(php-guzzlehttp-promises) = 1.5.1 -Provides: bundled(php-guzzlehttp-psr7) = 2.3.0 +Provides: bundled(php-guzzlehttp-psr7) = 2.4.0 Provides: bundled(php-masterminds-html5) = 2.7.5 Provides: bundled(php-pear-console-commandline) = v1.2.4 Provides: bundled(php-psr-http-client) = 1.0.1 Provides: bundled(php-psr-http-factory) = 1.0.1 Provides: bundled(php-psr-http-message) = 1.0.1 Provides: bundled(php-ralouphie-getallheaders) = 3.0.3 -Provides: bundled(php-symfony-deprecation-contracts) = v3.1.0 +Provides: bundled(php-symfony-deprecation-contracts) = v2.2.0 # License PHP License Provides: bundled(php-pear-net-socket) = v1.2.2 @@ -327,6 +327,9 @@ fi %changelog +* Wed Aug 3 2022 Remi Collet - 1.6.0-1 +- update to 1.6.0 + * Mon Jun 13 2022 Remi Collet - 1.6~rc-1 - update to 1.6-rc - drop patch merged upstream -- cgit