From ef97b7e31dd47b38f74d7a1c596845c9f151d4cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Sep 2023 07:19:47 +0200 Subject: update to 1.4.14 --- roundcubemail.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'roundcubemail.spec') diff --git a/roundcubemail.spec b/roundcubemail.spec index d081dc6..f9341dd 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -17,7 +17,7 @@ %else %global with_phpfpm 0 %endif -%global upstream_version 1.4.13 +%global upstream_version 1.4.14 #global upstream_prever rc2 %global roundcubedir %{_datadir}/roundcubemail @@ -76,6 +76,7 @@ BuildRequires: php-composer(masterminds/html5) < 3 BuildRequires: php-composer(masterminds/html5) >= 2.5.0 %endif +Requires: php(language) < 8 %if %{with_phpfpm} Requires: webserver Requires: nginx-filesystem @@ -196,7 +197,7 @@ CSS 2. %prep %setup -q -n roundcubemail-%{upstream_version}%{?upstream_prever:-%{upstream_prever}} -%patch1 -p1 -b .rpm +%patch -P1 -p1 -b .rpm # fix permissions and remove any .htaccess files find . -type f -print | xargs chmod a-x @@ -344,6 +345,9 @@ fi %changelog +* Sat Sep 23 2023 Remi Collet - 1.4.14-1 +- update to 1.4.14 + * Fri Dec 31 2021 Remi Collet - 1.4.13-1 - update to 1.4.13 -- cgit