Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gfxboot for openSUSE:Factory checked 
in at 2024-01-12 23:44:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gfxboot (Old)
 and      /work/SRC/openSUSE:Factory/.gfxboot.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gfxboot"

Fri Jan 12 23:44:38 2024 rev:182 rq:1138140 version:4.5.92

Changes:
--------
--- /work/SRC/openSUSE:Factory/gfxboot/gfxboot.changes  2023-06-21 
22:36:55.557312017 +0200
+++ /work/SRC/openSUSE:Factory/.gfxboot.new.21961/gfxboot.changes       
2024-01-12 23:44:56.945548874 +0100
@@ -1,0 +2,7 @@
+Thu Jan 11 14:23:43 UTC 2024 - wfe...@opensuse.org
+
+- merge gh#openSUSE/gfxboot#55
+- limit the 'autodown' feature to first key press
+- 4.5.92
+
+--------------------------------------------------------------------

Old:
----
  gfxboot-4.5.91.tar.xz

New:
----
  gfxboot-4.5.92.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gfxboot.spec ++++++
--- /var/tmp/diff_new_pack.5xZY8e/_old  2024-01-12 23:44:58.033588697 +0100
+++ /var/tmp/diff_new_pack.5xZY8e/_new  2024-01-12 23:44:58.033588697 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gfxboot
-Version:        4.5.91
+Version:        4.5.92
 Release:        0
 Summary:        Graphical Boot Logo for GRUB, LILO and SYSLINUX
 License:        GPL-2.0-or-later

++++++ KDE.tar.xz ++++++

++++++ SLED.tar.xz ++++++

++++++ SLES.tar.xz ++++++

++++++ examples.tar.xz ++++++

++++++ gfxboot-4.5.91.tar.xz -> gfxboot-4.5.92.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gfxboot-4.5.91/VERSION new/gfxboot-4.5.92/VERSION
--- old/gfxboot-4.5.91/VERSION  2023-06-20 10:14:59.000000000 +0200
+++ new/gfxboot-4.5.92/VERSION  2024-01-11 15:23:43.000000000 +0100
@@ -1 +1 @@
-4.5.91
+4.5.92

++++++ openSUSE.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/gfxboot.cfg 
new/themes/openSUSE/src/gfxboot.cfg
--- old/themes/openSUSE/src/gfxboot.cfg 2023-06-20 10:14:59.000000000 +0200
+++ new/themes/openSUSE/src/gfxboot.cfg 2024-01-11 15:23:43.000000000 +0100
@@ -165,7 +165,7 @@
 memcheck=0
 ; apppend *.spl to initrd
 spl=1
-; move down one menu entry the first time an F-key is used
+; move down one menu entry if the first key is an F-key
 autodown=1
 ; F-key assignments
 ; value can be one of: lang, video, install, kernelopts, dud, bits, keymap,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/menu.inc 
new/themes/openSUSE/src/menu.inc
--- old/themes/openSUSE/src/menu.inc    2023-06-20 10:14:59.000000000 +0200
+++ new/themes/openSUSE/src/menu.inc    2024-01-11 15:23:43.000000000 +0100
@@ -558,8 +558,12 @@
 
   dup 0 ne {
     "opt" help.setcontext
-  } if
+  } {
+    % set if at least one key has been processed
+    % see panel::panel.extra
 
+    /panel.extra.fkey 1 def
+  } ifelse
 } def
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/themes/openSUSE/src/panel.inc 
new/themes/openSUSE/src/panel.inc
--- old/themes/openSUSE/src/panel.inc   2023-06-20 10:14:59.000000000 +0200
+++ new/themes/openSUSE/src/panel.inc   2024-01-11 15:23:43.000000000 +0100
@@ -128,8 +128,9 @@
 % ( key ) => ( key )
 %
 /panel.extra {
-  % move down one menu entry; but only once
-  % see keyDown in menu::main.input
+  % move down one menu entry if the first entry is currently selected - but
+  % only once
+  % see also menu::main.input
 
   % only for install CDs
   config.autodown not { return } if

++++++ upstream.tar.xz ++++++

Reply via email to