--- rpms/smeserver-qmHandle/contribs10/smeserver-qmHandle.spec 2020/10/13 14:26:53 1.2 +++ rpms/smeserver-qmHandle/contribs10/smeserver-qmHandle.spec 2024/03/01 13:42:25 1.14 @@ -1,7 +1,7 @@ %define name smeserver-qmHandle Name: %{name} %define version 1.4 -%define release 13 +%define release 25 Version: %{version} Release: %{release}%{?dist} BuildArch: noarch @@ -16,6 +16,17 @@ Patch3: smeserver-qmHandle-1.4-locale-20 Patch4: smeserver-qmHandle-1.4-bz10379.alqmail.patch Patch5: smeserver-qmHandle-1.4-bz10380.alqmail.patch Patch6: smeserver-qmHandle-1.4-locale-2019-12-07.patch +Patch7: smeserver-qmHandle-1.4-manager2.patch +Patch8: smeserver-qmHandle-1.4-locale-2021-08-23.patch +Patch9: smeserver-qmHandle-1.4-Add-module-class-to-ep-file.patch +Patch10: smeserver-qmHandle-1.4-bz12148-add-systemd-capability.patch +Patch11: smeserver-qmHandle-1.4-bz12151-clean-up-formatting.patch +Patch12: smeserver-qmHandle-1.4-bz12151-enhance-message-deletion.patch +Patch13: smeserver-qmHandle-1.4-bz12160-sm2-changes-to-match-bz12151.patch +Patch14: smeserver-qmHandle-1.4-bz12147-textarea-preview.patch +Patch15: smeserver-qmHandle-1.4-bz12160-include-lexicons.patch +Patch16: smeserver-qmHandle-1.4-locale-2022-11-11.patch +Patch17: smeserver-qmHandle-1.4-Alter-menu-category-for-new-arrangement.patch Obsoletes: qmHandle Obsoletes: e-smith-qmail-view @@ -25,7 +36,7 @@ Provides: smeserver-qmHandle Requires: e-smith-base Requires: e-smith-lib Requires: perl -Requires: smeserver-release >= 8 +Requires: smeserver-release >= 10 BuildRequires: e-smith-devtools AutoReqProv: no @@ -35,8 +46,44 @@ A panel for managing the Qmail queues us (http://sourceforge.net/projects/qmhandle) %changelog +* Fri Mar 01 2024 Brian Read 1.4-25.sme +- Edit Menu entry to conform to new arrangements [SME: 12493] + +* Fri Nov 11 2022 Jean-Philippe Pialasse 1.4-24.sme +- apply locale 2022-11-11 patch + +* Mon Sep 26 2022 Trevor Batley 1.4-23.sme +- add in missing lexicons for bz12160 [SME: 12160] + +* Thu Sep 22 2022 bunkobugsy 1.4-22.sme +- fix to put email message in textare [SME: 12147] + +* Wed Sep 21 2022 Trevor Batley 1.4-21.sme +- Mojo (sm2) patches to match bugs 12151 and 12147 [SME: 12160] + +* Thu Aug 18 2022 John Crisp 1.4-20.sme +- Enhance message deletion [SME: 12151] + +* Thu Aug 18 2022 John Crisp 1.4-19.sme +- Tidy formatting [SME: 12151] + +* Thu Aug 18 2022 John Crisp 1.4-18.sme +- Add systemd Capability to qmHandle [SME: 12148] + +* Fri Jan 07 2022 Brian Read 1.4-17.sme +- Add-module-class-to-ep-file [SME: 11832] + +* Mon Aug 23 2021 Terry Fage 1.4-16.sme +- apply locale 2021-08-23 patch + +* Sat May 29 2021 Michel Begue 1.4-15.sme +- first use with smeserver-manager [SME: 11600] + +* Tue Feb 23 2021 Jean-Philipe Pialasse 1.4-14.sme +- add update event [SME: 11035] + * Tue Oct 13 2020 Brian Read 1.4-13.sme -- Initial import to SME10 tree [SME:11035 ] +- Initial import to SME10 tree [SME: 11035] * Sat Dec 07 2019 SME Translation Server 1.4-12.sme - apply locale 2019-12-07 patch @@ -78,6 +125,19 @@ A panel for managing the Qmail queues us %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 +%patch17 -p1 + +mkdir -p root/etc/e-smith/events/smeserver-qmHandle-update %build perl createlinks @@ -101,10 +161,16 @@ rm -rf $RPM_BUILD_ROOT %pre %post -p /bin/sh + #/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 +if (systemctl list-unit-files |grep smanager) then + echo "Smanager restart in spec file" + /sbin/e-smith/signal-event smanager-refresh; +fi + + %preun %postun -p /bin/sh #/etc/e-smith/events/actions/navigation-conf >/dev/null 2>&1 -