--- rpms/smeserver-manager/sme10/smeserver-manager.spec 2024/02/07 10:29:35 1.74 +++ rpms/smeserver-manager/sme10/smeserver-manager.spec 2024/06/29 13:42:43 1.84 @@ -2,7 +2,7 @@ Summary: Sme server navigation module : %define name smeserver-manager Name: %{name} %define version 0.1.4 -%define release 24 +%define release 34 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -30,6 +30,16 @@ Patch17: smeserver-manager-0.1.4-Add-css Patch18: smeserver-manager-0.1.4-Update-to-use-jquery-dataTables-in-tables.patch Patch19: smeserver-manager-0.1.4-Get-jquery-etc-from-smeserver-manager-jsquery-rpm.patch Patch20: smeserver-manager-0.1.4-Add-Export-Buttons-to-dataTable.patch +Patch21: smeserver-manager-0.1.4-Move-dataTable-js-setup-to-seperate-file.patch +Patch22: smeserver-manager-0.1.4-Save-and-restore-menu-configuration.patch +Patch23: smeserver-manager-0.1.4-Re-organise-menus.patch +Patch24: smeserver-manager-0.1.4-Fix-Domains-bug-12479-and-Hostnames-bug-12483.patch +Patch25: smeserver-manager-0.1.4-Make-release-and-version-depend-on-login-status.patch +Patch26: smeserver-manager-0.1.4-Bring-User-menu-into-line-with-menu-revamp.patch +Patch27: smeserver-manager-0.1.4-Sort-mail-anaysis-options-takeout-qmail-q-ones.patch +Patch28: smeserver-manager-0.1.4-Legacy-panels-embedded.patch +Patch29: smeserver-manager-0.1.4-Restore-lost-js-to-restore-menu.patch +Patch30: smeserver-manager-0.1.4-Update-from-SME11.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch @@ -89,6 +99,16 @@ This RPM contributes the navigation bars %patch18 -p1 %patch19 -p1 %patch20 -p1 +%patch21 -p1 +%patch22 -p1 +%patch23 -p1 +%patch24 -p1 +%patch25 -p1 +%patch26 -p1 +%patch27 -p1 +%patch28 -p1 +%patch29 -p1 +%patch30 -p1 %build perl createlinks @@ -150,6 +170,39 @@ true %defattr(-,root,root) %changelog +* Sat Jun 29 2024 Brian Read 0.1.4-34.sme +- Update SM2 code etc from SME11 further development [SME: ] + +* Mon Mar 04 2024 Brian Read 0.1.4-33.sme +- js code to restore the menu got deleted somehow this restores it [SME: 12498] + +* Wed Feb 28 2024 Brian Read 0.1.4-32.sme +- Embed legacy panels [SME: 12488] + +* Tue Feb 27 2024 Brian Read 0.1.4-31.sme +- Sort options in mail log anaysis [SME: 11821] +- Take out qmail-q options as need to run as root or qmail - see bug:12491 + +* Sat Feb 24 2024 Brian Read 0.1.4-30.sme +- Bring user menus into line with new menu structure [SME: 12482] + +* Fri Feb 23 2024 Brian Read 0.1.4-29.sme +- Make release and version only show when logged in [SME: 12480] + +* Wed Feb 21 2024 Brian Read 0.1.4-28.sme +- Fix domains bug [SME: 12479] +- Fix hostnames bug [SME: 12483] + +* Sun Feb 18 2024 Brian Read 0.1.4-27.sme +- Re-arrange Menu [SME: 12476] +- Fix problem with ibays not all showing [SME: 12478] + +* Mon Feb 12 2024 Brian Read 0.1.4-26.sme +- Save and Restore menu configuration [SME: 12464] + +* Thu Feb 08 2024 Brian Read 0.1.4-25.sme +- Move-dataTable-js-setup-to-seperate-file [SME: 12467] + * Wed Feb 07 2024 Brian Read 0.1.4-24.sme - Add in export buttons to dataTables[SME: 12466]