Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnu-efi for openSUSE:Factory checked 
in at 2021-12-01 20:46:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-efi (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-efi.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-efi"

Wed Dec  1 20:46:45 2021 rev:34 rq:934424 version:3.0.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-efi/gnu-efi.changes  2021-03-17 
20:13:19.514773806 +0100
+++ /work/SRC/openSUSE:Factory/.gnu-efi.new.31177/gnu-efi.changes       
2021-12-02 02:13:36.190964810 +0100
@@ -1,0 +2,31 @@
+Mon Oct 18 09:57:26 UTC 2021 - Andreas Schwab <sch...@suse.de>
+
+- Update to gnu-efi 3.0.14
+  * Add Device Path Utilities Protocol support
+  * Add EFI_SHELL_PROTOCOL definitions
+  * Move EFI_SHELL_PARAMETERS_PROTOCOL related definitions to efishell.h
+  * Add EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL definitions
+  * Undefined Status in LibGetVariableAndSize()
+  * Initial support for RISCV64
+  * lisb/str.c: simplify xtoi()
+  * lib/hand: missing va_end
+  * Fix dummy relocation block alignment
+  * Add EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL_GUID.
+  * ARM: hide 'hidden' pragma for hosted build
+  * lib/hand: missing va_end() in LibReinstallProtocolInterfaces()
+  * lib/misc: avoid NULL dereference in LibInsertToTailOfBootOrder
+  * lib/str: simplify Atoi()
+  * efiapi.h: add RISC-V machine type definitions
+  * apps: simplify logical constraints
+  * riscv64: missing EFI_FUNCTION
+  * riscv64: provide efisetjmp_arch.h
+  * apps: define FrameBufferAddr for riscv64
+  * apps: memory leak in draw_boxes()
+  * Add definitions for the EFI device tree table
+  * Fix VS2019 Code Analysis warnings
+  * Set NumberOfSymbols to zero
+  * riscv64: finalize efibind.h
+- gnu-efi-bsc1182057-support-sbat-section.patch: Update context
+- Enable build on riscv64
+  
+-------------------------------------------------------------------

Old:
----
  gnu-efi-3.0.13.tar.bz2

New:
----
  gnu-efi-3.0.14.tar.bz2

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

Other differences:
------------------
++++++ gnu-efi.spec ++++++
--- /var/tmp/diff_new_pack.Uw1ZoB/_old  2021-12-02 02:13:36.586963602 +0100
+++ /var/tmp/diff_new_pack.Uw1ZoB/_new  2021-12-02 02:13:36.590963590 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnu-efi
-Version:        3.0.13
+Version:        3.0.14
 Release:        0
 Summary:        Library for EFI Applications
 License:        BSD-3-Clause AND GPL-2.0-or-later
@@ -27,7 +27,7 @@
 Source1:        %{name}-rpmlintrc
 Patch1:         gnu-efi-bsc1182057-support-sbat-section.patch
 BuildRequires:  kernel-source
-ExclusiveArch:  ia64 %{ix86} x86_64 aarch64 %{arm}
+ExclusiveArch:  ia64 %{ix86} x86_64 aarch64 %{arm} riscv64
 
 %description
 Library to develop EFI applications for IA-64 (IPF), IA-32 (x86), x86_64,

++++++ gnu-efi-3.0.13.tar.bz2 -> gnu-efi-3.0.14.tar.bz2 ++++++
++++ 1819 lines of diff (skipped)

++++++ gnu-efi-bsc1182057-support-sbat-section.patch ++++++
--- /var/tmp/diff_new_pack.Uw1ZoB/_old  2021-12-02 02:13:36.794962968 +0100
+++ /var/tmp/diff_new_pack.Uw1ZoB/_new  2021-12-02 02:13:36.798962955 +0100
@@ -98,7 +98,7 @@
 +      .short  3                               // nr_sections
        .long   0                               // TimeDateStamp
        .long   0                               // PointerToSymbolTable
-       .long   1                               // NumberOfSymbols
+       .long   0                               // NumberOfSymbols
 @@ -109,6 +109,18 @@ section_table:
        .short  0               // NumberOfLineNumbers  (0 for executables)
        .long   0xc0000040      // Characteristics (section flags)
@@ -130,7 +130,7 @@
 +      .short  3                               // nr_sections
        .long   0                               // TimeDateStamp
        .long   0                               // PointerToSymbolTable
-       .long   1                               // NumberOfSymbols
+       .long   0                               // NumberOfSymbols
 @@ -122,6 +122,20 @@ section_table:
        .short  0               // NumberOfLineNumbers  (0 for executables)
        .long   0xe0500020      // Characteristics (section flags)

Reply via email to