diff options
-rw-r--r-- | roundcubemail.spec | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec index c353cd5..ec548ce 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -9,10 +9,11 @@ # %bcond_with internet +%bcond_with generators # support for apache / nginx / php-fpm %global with_phpfpm 1 -%global upstream_version 1.6.8 +%global upstream_version 1.6.9 #global upstream_prever rc %global roundcubedir %{_datadir}/roundcubemail @@ -55,6 +56,9 @@ BuildRequires: gnupg2 BuildRequires: php(language) >= 7.3 # For test BuildRequires: php-cli +%if %{with generators} +BuildRequires: composer-generators +%endif %if %{with_phpfpm} Requires: webserver @@ -133,13 +137,14 @@ Provides: bundled(js-jstimezonedetect) = 1.0.7 # License Unkown Provides: bundled(js-tinymce-langs) = 5.8.2 +%if %{without generators} # Bundled PHP libraries # see vendor/composer/installed.json # License BSD Provides: bundled(php-pear-auth-sasl) = v1.1.0 # License BSD-2-Clause Provides: bundled(php-bacon-bacon-qr-code) = 2.0.8 -Provides: bundled(php-dasprid-enum) = 1.0.5 +Provides: bundled(php-dasprid-enum) = 1.0.6 Provides: bundled(php-pear-console-getopt) = v1.4.3 Provides: bundled(php-pear-net-sieve) = 1.4.7 Provides: bundled(php-pear-net-smtp) = 1.10.1 @@ -152,7 +157,7 @@ Provides: bundled(php-roundcube-rtf-html-php) = v2.2 # License GPL-3.0+ Provides: bundled(php-kolab-net-ldap3) = v1.1.5 # License GPL-3.0-or-later -Provides: bundled(php-roundcube-plugin-installer) = 0.3.7 +Provides: bundled(php-roundcube-plugin-installer) = 0.3.8 # License LGPL-2.1 Provides: bundled(php-pear-crypt-gpg) = v1.6.9 # License LGPL-3.0 @@ -170,6 +175,7 @@ Provides: bundled(php-ralouphie-getallheaders) = 3.0.3 Provides: bundled(php-symfony-deprecation-contracts) = v2.5.3 # License PHP License Provides: bundled(php-pear-net-socket) = v1.2.2 +%endif %description @@ -189,8 +195,10 @@ CSS 2. %setup -q -n roundcubemail-%{upstream_version}%{?upstream_prever:-%{upstream_prever}} %patch -P1 -p1 -b .rpm +%if %{without generators} : PHP bundled libraries php %{SOURCE5} vendor/composer/installed.json +%endif %if %{with internet} : JS bundled libraries @@ -321,6 +329,9 @@ fi %changelog +* Mon Sep 2 2024 Remi Collet <remi@remirepo.net> - 1.6.9-1 +- update to 1.6.9 + * Mon Aug 5 2024 Remi Collet <remi@remirepo.net> - 1.6.8-1 - update to 1.6.8 |