diff options
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r-- | roundcubemail.spec | 8 |
1 files changed, 6 insertions, 2 deletions
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 <remi@remirepo.net> - 1.4.14-1 +- update to 1.4.14 + * Fri Dec 31 2021 Remi Collet <remi@remirepo.net> - 1.4.13-1 - update to 1.4.13 |