--- rpms/smeserver-roundcube/contribs10/smeserver-roundcube.spec 2022/08/02 02:15:11 1.5 +++ rpms/smeserver-roundcube/contribs10/smeserver-roundcube.spec 2022/12/07 20:07:18 1.8 @@ -1,6 +1,6 @@ %define name smeserver-roundcube %define version 1.2 -%define release 12 +%define release 13 Summary: smserver rpm to setup roundcube, an IMAP mail client Name: %{name} @@ -25,14 +25,22 @@ AutoReqProv: no Patch0: smeserver-roundcube-1.2.RemoveCalendar_Tasklist.patch Patch1: smeserver-roundcube-1.2-Add-update-event-in-createlinks-and-fix-smtp-port-in-config.patch Patch2: smeserver-roundcube-1.2-bz12059-24syntax.patch +Patch3: smeserver-roundcube-1.2-bz11430-login.patch +Patch4: smeserver-roundcube-1.2-bz11430-plugins.patch %description smserver rpm to setup the roundcube IMAP mail client. %changelog +* Wed Dec 07 2022 Jean-Philippe Pialasse 1.2-13.sme +- fix list of plugins and add composer [SME: 11430] + do not load in conf plugins without an actual folder. + * Mon Aug 01 2022 Jean-Philippe Pialasse 1.2-12.sme - update to httpd 2.4 access syntax [SME: 12059] thanks to Vasarhelyi Zsolt +- accept self signed certificates for imap and smtp [SME: 11430] +- Use of undefined constant, quote around module names [SME: 11430] * Mon Apr 05 2021 Brian Read 1.2-11.sme - Update spec file to take out plugin rpm [SME: 11430 ] @@ -89,7 +97,8 @@ smserver rpm to setup the roundcube IMAP * Sat May 10 2014 stephane de labrusse 1.1-1 - removed openbasedir and uploadtmpdir for roundcube compatibility -* Wed Apr 14 2014 stephane de labrusse 1.0-7 +* Mon Apr 14 2014 stephane de labrusse 1.0-7 + Wed Apr 14 2014 --> Wed Apr 09 2014 or Mon Apr 14 2014 or Wed Apr 16 2014 or .... - removed the copymessage plugin activated * Wed Apr 02 2014 stephane de labrusse 1.0-6 @@ -105,7 +114,8 @@ smserver rpm to setup the roundcube IMAP * Wed Nov 6 2013 JP Pialasse 0.9-17.sme - corrected bug: typo in patch1 [SME: 7981] -* Thu Nov 5 2013 JP Pialasse 0.9-16.sme +* Tue Nov 05 2013 JP Pialasse 0.9-16.sme + Thu Nov 05 2013 --> Thu Oct 31 2013 or Tue Nov 05 2013 or Thu Nov 07 2013 or .... - corrected bug [SME: 7981] - moved out spec file sql init and other event and actions @@ -115,7 +125,8 @@ smserver rpm to setup the roundcube IMAP * Sun Oct 20 2013 stephane de labrusse 0.9.14 - Change the original https_only -* Sat Oct 13 2013 stephane de labrusse 0.9.13 +* Sun Oct 13 2013 stephane de labrusse 0.9.13 + Sat Oct 13 2013 --> Sat Oct 12 2013 or Sun Oct 13 2013 or Sat Oct 19 2013 or .... - Add the Kolab calendar plugin : http://git.kolab.org/roundcubemail-plugins-kolab/tree/plugins/calendar - Add the context menu for right click, very useful : http://www.tehinterweb.co.uk/roundcube/#picontextmenu - Add the "Mark as Junk 2" to kick spam to junkmail : http://www.tehinterweb.co.uk/roundcube/#pimarkasjunk2 @@ -165,6 +176,8 @@ smserver rpm to setup the roundcube IMAP %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 %build perl createlinks @@ -173,7 +186,9 @@ perl createlinks rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f %{name}-%{version}-filelist -/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist +/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ + --exclude-dir /usr/share/roundcubemail \ + > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean