summaryrefslogtreecommitdiffstats
path: root/roundcubemail.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-04-22 11:13:30 +0200
committerRemi Collet <remi@remirepo.net>2021-04-22 11:13:30 +0200
commitc3ff0205fe06a957d66fcb7e88b521e2710da589 (patch)
tree61160fe2b3dfc13a8ee73a2e593ed262b48077cf /roundcubemail.spec
parente212e3ce003cd02c827bb0b6d77e767b1afc7d4b (diff)
update to 1.5-beta
drop dependency on pear/net_idna2 raise dependency on pear/net_smtp 1.9 raise dependency on masterminds/html5 2.7 add dependency on guzzlehttp/guzzle switc from mkopinsky/zxcvbn-php to bjeavons/zxcvbn-php
Diffstat (limited to 'roundcubemail.spec')
-rw-r--r--roundcubemail.spec10
1 files changed, 4 insertions, 6 deletions
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 395646a..35ad343 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -17,7 +17,7 @@
%else
%global with_phpfpm 0
%endif
-%global upstream_version 1.4.10
+%global upstream_version 1.4.11
#global upstream_prever rc2
%global roundcubedir %{_datadir}/roundcubemail
@@ -250,11 +250,6 @@ install -Dpm 0644 %{SOURCE3} %{buildroot}/%{_sysconfdir}/nginx/default.d/%{name}
mkdir -p %{buildroot}%{_sysconfdir}/roundcubemail
install -pDm644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/roundcubemail
-%if 0%{?rhel} == 5 || 0%{?rhel} == 6
-: Remove "su" option from logrotate configuration file - requires logrotate 3.8+
-sed -e '/su /d' -i %{buildroot}%{_sysconfdir}/logrotate.d/roundcubemail
-%endif
-
# Log files
mkdir -p %{buildroot}/var/log/roundcubemail
# Temp files
@@ -349,6 +344,9 @@ fi
%changelog
+* Tue Feb 9 2021 Remi Collet <remi@remirepo.net> - 1.4.11-1
+- update to 1.4.11
+
* Mon Dec 28 2020 Remi Collet <remi@remirepo.net> - 1.4.10-1
- update to 1.4.10