--- rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2021/12/03 13:12:16 1.27 +++ rpms/smeserver-manager-AdminLTE/contribs10/smeserver-manager-AdminLTE.spec 2022/03/10 11:09:56 1.37 @@ -1,6 +1,6 @@ %define name smeserver-manager-AdminLTE %define version 0.1.3 -%define release 8 +%define release 20 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} @@ -18,6 +18,19 @@ Patch3: smeserver-manager-AdminLTE-0.1.3 Patch4: smeserver-manager-AdminLTE-0.1.3-Sort-out-panels-input-description-and-input-field-alignments.patch Patch5: smeserver-manager-AdminLTE-0.1.3-Get-theme-button-back-in-line.patch Patch6: smeserver-manager-AdminLTE-0.1.3-Make-input-field-width-auto.patch +Patch7: smeserver-manager-AdminLTE-0.1.3-Better-placement-of-buttons-re-format-tables.patch +Patch8: smeserver-manager-AdminLTE-0.1.3-Position-and-space-headings-add-dev-conf-refactor-css-file.patch +Patch9: smeserver-manager-AdminLTE-0.1.3-More-panel-formatting-adjustments.patch +Patch10: smeserver-manager-AdminLTE-0.1.3-More-format-changes-to-sm2-panels.patch +Patch11: smeserver-manager-AdminLTE-0.1.3-Fix-format-for-datetime-panel.patch +Patch12: smeserver-manager-AdminLTE-0.1.3-Move-action-button-down-a-bit.patch +Patch13: smeserver-manager-AdminLTE-0.1.3-Update_to_AdminLTE-3-2.patch +Patch14: smeserver-manager-AdminLTE-0.1.3-Add-css-for-dark-mode.patch +Patch15: smeserver-manager-AdminLTE-0.1.3-Make-jquery-required.patch +Patch16: smeserver-manager-AdminLTE-0.1.3-Sort-Browser-Error-on-non-login-panels.patch +Patch17: smeserver-manager-AdminLTE-0.1.3-Fix-browser-error-in-js-for-version-extract.patch +Patch18: smeserver-manager-AdminLTE-0.1.3-Further-update-AdminLTE-version-js.patch + #Patch0: smeserver-manager-AdminLTE-0.1.2-Fix-error-in-createlinks.patch @@ -38,6 +51,7 @@ BuildRoot: /var/tmp/%{name}-%{version}-% BuildRequires: e-smith-devtools Requires: e-smith-release >= 10.0 Requires: smeserver-manager >= 0.1.0-11 +#Requires: js-jquery > 2.2.4-3 AutoReqProv: no %description @@ -46,6 +60,48 @@ AdminLTE is an html framework for admin wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Thu Mar 10 2022 Brian Read 0.1.3-20.sme +- Further-update-AdminLTE-version-js [SME: 11881] + +* Thu Mar 03 2022 Brian Read 0.1.3-19.sme +- Browser error in js for AdminLTE version extraction [SME: 11881] + +* Mon Feb 28 2022 Brian Read 0.1.3-18.sme +- Sort-Browser-Error-on-non-login-panels [SME 11880] +- and set password visibility to use same js code as default theme + +* Tue Feb 15 2022 Brian Read 0.1.3-17.sme +- Make-jquery-required [SME: 11870] +- This has been taken out... + +* Tue Feb 08 2022 Brian Read 0.1.3-16.sme +- Add css for dark-mode [SME: 11863] + +* Tue Feb 08 2022 Brian Read 0.1.3-15.sme +- Update to AdminLTE3.2 [SME: 11861] + +* Fri Jan 07 2022 Brian Read 0.1.3-14.sme +- Move-action-button-down-a-bit [SME: 11833] + +* Tue Jan 04 2022 Brian Read 0.1.3-13.sme +- Fix-format-for-datetime-panel [SME: 11827] + +* Wed Dec 29 2021 Brian Read 0.1.3-12.sme +- More changes to SM2 panel formats [SME: 11826] + +* Mon Dec 20 2021 Brian Read 0.1.3-11.sme +- Adjust format in review panel [SME: 11785] + +* Mon Dec 20 2021 Brian Read 0.1.3-10.sme +- Position-and-space-headings [SME:11785] +- Add in development to smanager conf (will need to be removed at some point) +- Refactor smanager2.css into 3 files for menu, header and footer and content +- Widen footer panel to 100% width +- Sort out format for datetime panel + +* Fri Dec 03 2021 Brian Read 0.1.3-9.sme +- Better-placement-of-buttons-re-format-tables [SME: 11785] + * Fri Dec 03 2021 Brian Read 0.1.3-8.sme - Make input field width auto on input panels [SME: 11785 ] @@ -65,7 +121,7 @@ wget https://github.com/ColorlibHQ/Admin - Update-login-panel-add-password-visibility.patch [SME: 11781] * Sun Jun 06 2021 Brian Read 0.1.3-2.sme -- Update default ep file for new contribs header and remove heading from status line [SME: 11623] +- Update AdminLTE ep file for new contribs header and remove heading from status line [SME: 11623] * Wed Apr 28 2021 Brian Read 0.1.3-1.sme - Update to add small logo image and some more integration with AdminLTE [SME: 11572] @@ -81,7 +137,7 @@ wget https://github.com/ColorlibHQ/Admin * Wed Apr 21 2021 Brian Read 0.1.1-5.sme - Update to AdminLTE 3.1 [SME: 11572] -- Add re-write main default.html.ep to integrate better with AdminLTE +- Add re-write main AdminLTE.html.ep to integrate better with AdminLTE * Tue Apr 20 2021 Brian Read 0.1.1-4.sme - Update creatlinks to include update event [SME: 11545] @@ -123,6 +179,18 @@ wget https://github.com/ColorlibHQ/Admin %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 +%patch18 -p1 %build perl createlinks