Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grub2 for openSUSE:Factory checked in at 2021-06-04 22:42:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grub2 (Old) and /work/SRC/openSUSE:Factory/.grub2.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grub2" Fri Jun 4 22:42:44 2021 rev:242 rq:896904 version:2.04 Changes: -------- --- /work/SRC/openSUSE:Factory/grub2/grub2.changes 2021-05-15 23:16:57.088557092 +0200 +++ /work/SRC/openSUSE:Factory/.grub2.new.1898/grub2.changes 2021-06-04 22:42:53.755085082 +0200 @@ -1,0 +2,6 @@ +Fri May 28 15:16:37 UTC 2021 - Michael Chang <mch...@suse.com> + +- Fix crash in launching gfxmenu without theme file (bsc#1186481) + * grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch ++++++ --- /var/tmp/diff_new_pack.uWtGU3/_old 2021-06-04 22:42:55.803087342 +0200 +++ /var/tmp/diff_new_pack.uWtGU3/_new 2021-06-04 22:42:55.803087342 +0200 @@ -144,7 +144,15 @@ static void init_terminal (grub_gfxmenu_view_t view); -@@ -142,6 +143,7 @@ grub_gfxmenu_view_destroy (grub_gfxmenu_ +@@ -103,6 +104,7 @@ grub_gfxmenu_view_new (const char *theme + view->title_text = grub_strdup (_("GRUB Boot Menu")); + view->progress_message_text = 0; + view->theme_path = 0; ++ view->menu_title_offset = 0; + + /* Set the timeout bar's frame. */ + view->progress_message_frame.width = view->screen.width * 4 / 5; +@@ -142,6 +144,7 @@ grub_gfxmenu_view_destroy (grub_gfxmenu_ grub_free (view->title_text); grub_free (view->progress_message_text); grub_free (view->theme_path); @@ -152,7 +160,7 @@ if (view->canvas) view->canvas->component.ops->destroy (view->canvas); grub_free (view); -@@ -410,6 +412,52 @@ grub_gfxmenu_set_chosen_entry (int entry +@@ -410,6 +413,52 @@ grub_gfxmenu_set_chosen_entry (int entry grub_gfxmenu_redraw_menu (view); }