--- rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2015/01/05 23:33:15 1.4 +++ rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2016/07/14 20:56:10 1.19 @@ -1,10 +1,10 @@ -# $Id: smeserver-vacation.spec,v 1.3 2014/12/24 09:08:46 vip-ire Exp $ +# $Id: smeserver-vacation.spec,v 1.18 2016/07/10 15:34:32 stephdl Exp $ # Authority: dungog # Name: Stephen Noble %define name smeserver-vacation %define version 1.1 -%define release 4 +%define release 18 Summary: SME Server enhancement to enable vacation messages for users. Name: %{name} Version: %{version} @@ -16,9 +16,23 @@ Source: %{name}-%{version}.tar.xz Patch0: smeserver-vacation-1.1-fix_dbmopen.patch Patch1: smeserver-vacation-1.1-multiline_matching.patch Patch2: smeserver-vacation-1.1-explain_better_virtual_sender_domain.patch +Patch3: smeserver-vacation-1.1-do_not_localize_from_header.patch +Patch4: smeserver-vacation-1.1-subject_match_case_insensitive.patch +Patch5: smeserver-vacation-1.1-auto_enable_disable_vacation.patch +Patch6: smeserver-vacation-1.1-locale-2015-09-12.patch +Patch7: smeserver-vacation-1.1-suppress_cron_mail.patch +Patch8: smeserver-vacation-1.1-locale-2015-09-29.patch +Patch9: smeserver-vacation-1.1-locale-2016-03-08.patch +Patch10: smeserver-vacation-1.1.auto_enable_disable_vacation_userpanel.patch +Patch11: smeserver-vacation-1.1-locale-2016-06-21.patch +Patch12: smeserver-vacation-1.1.delegate_vacation_message_by_groups.patch +Patch13: smeserver-vacation-1.1-locale-2016-07-06.patch +Patch14: smeserver-vacation-1.1-locale-2016-07-07.patch +Patch15: smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch +Patch16: smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} -Requires: e-smith-release >= 7.0, +Requires: e-smith-release >= 9.0, Requires: e-smith-formmagick >= 1.4.0-12 BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReqProv: no @@ -29,11 +43,53 @@ Optionally provides a user-manager panel enable vacation for themselves and to modify their own message %changelog +* Thu Jul 14 2016 stephane de Labrusse 1.1-18.sme +- corrected the object email issue [SME: 8772] +- modified smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch + +* Sun Jul 10 2016 stephane de Labrusse 1.1-17.sme +- Fixed the auto enabled and disable vacation message [SME: 9661] +- Added smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch +- Fixed the translation of the vacation message [SME: 8772] +- Added smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch + +* Wed Jul 06 2016 stephane de Labrusse 1.1-15.sme +- Add translation smeserver-vacation-1.1-locale-2016-07-07.patch +- Add translation smeserver-vacation-1.1-locale-2016-07-06.patch +- delegate the vacation messages by group permissions [SME: 9657] + +* Wed Jun 22 2016 stephane de Labrusse 1.1-13.sme +- Add the automated and disabling user vacations on given date in the user panel. +- Add translation smeserver-vacation-1.1-locale-2016-06-21.patch + +* Tue Mar 08 2016 JP Pialasse 1.1-12.sme +- Added smeserver-vacation-1.1-locale-2016-03-08.patch + +* Tue Sep 29 2015 mats schuh 1.1-11.sme +- Added smeserver-vacation-1.1-locale-2015-09-29.patch + +* Wed Sep 23 2015 mats schuh 1.1-10.sme +- suppress the mail output from the cron job [SME: 9065] + +* Sat Sep 12 2015 stephane de Labrusse 1.1-9.sme +- Added smeserver-vacation-1.1-locale-2015-09-12.patch + +* Fri Sep 4 2015 stephane de Labrusse 1.1-7.sme +- code done by Mats Schuh +- Allow automated enabling and disabling of user vacations on given dates [SME: 7555] +- Above functionality provided by additional db accounts entries and a cron script + +* Thu Jan 8 2015 Daniel Berteaud 1.1-6.sme +- Make the subject header match case insensitive (patch from Mats Schuh) [SME: 8777] + +* Thu Jan 8 2015 Daniel Berteaud 1.1-5.sme +- Do not localize From header (patch from Mats Schuh) [SME: 8776] + * Tue Jan 6 2015 stephane de Labrusse 1.1-4.sme - Updated instructions to use virtual sender domain for vacation message - Created by Mats Schuh m.schuh@neckargeo.net -* Wed Dec 24 2014 Daniel Berteaud 1.1-3.sme +* Wed Dec 24 2014 Daniel Berteaud 1.1-3.sme - Fix multiline matching [SME: 8741] * Wed Dec 24 2014 Daniel Berteaud 1.1-2.sme @@ -237,6 +293,20 @@ enable vacation for themselves and to mo %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 %build perl createlinks @@ -259,6 +329,7 @@ rm -rf $RPM_BUILD_ROOT rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file '/usr/local/bin/vacation' 'attr(0755,root,root)' \ + --file '/sbin/e-smith/vacation/check_vacation_dates.sh' 'attr(0755,root,root)' \ > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist