Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package elilo for openSUSE:Factory checked 
in at 2024-08-06 09:07:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/elilo (Old)
 and      /work/SRC/openSUSE:Factory/.elilo.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "elilo"

Tue Aug  6 09:07:11 2024 rev:35 rq:1191054 version:3.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/elilo/elilo.changes      2024-02-23 
16:41:48.515679371 +0100
+++ /work/SRC/openSUSE:Factory/.elilo.new.7232/elilo.changes    2024-08-06 
09:07:29.259625183 +0200
@@ -1,0 +2,6 @@
+Thu Jul 25 15:55:33 UTC 2024 - Filip Kastl <filip.ka...@suse.com>
+
+- Add elilo-c99.patch so that the package conforms to the C99
+  standard and builds on i586 with GCC 14.
+
+-------------------------------------------------------------------

New:
----
  elilo-c99.patch

BETA DEBUG BEGIN:
  New:
- Add elilo-c99.patch so that the package conforms to the C99
  standard and builds on i586 with GCC 14.
BETA DEBUG END:

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

Other differences:
------------------
++++++ elilo.spec ++++++
--- /var/tmp/diff_new_pack.8VsmDB/_old  2024-08-06 09:07:30.399672106 +0200
+++ /var/tmp/diff_new_pack.8VsmDB/_new  2024-08-06 09:07:30.399672106 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package elilo
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,7 +33,9 @@
 Version:        3.16
 Release:        0
 ExclusiveArch:  ia64 %ix86 x86_64
-PreReq:         /usr/bin/perl perl(Pod::Usage) perl(Getopt::Long)
+PreReq:         /usr/bin/perl
+PreReq:         perl(Getopt::Long)
+PreReq:         perl(Pod::Usage)
 # "perl" must be in place *before* any package's 'pre' or 'post' section
 # can (directly or indirectly) run '/sbin/elilo'!  (bnc#842183)
 %ifarch ia64
@@ -58,6 +60,7 @@
 Patch10:        elilo-de-debianify.diff
 Patch11:        eliloalt-no-date.diff
 Patch12:        elilo-binutils-2.36-fix.patch
+Patch13:        elilo-c99.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 

++++++ elilo-c99.patch ++++++
Index: elilo-3.16-source/fs/netfs.c
===================================================================
--- elilo-3.16-source.orig/fs/netfs.c
+++ elilo-3.16-source/fs/netfs.c
@@ -55,7 +55,7 @@ typedef struct _netfs_fd {
        
        CHAR8  *netbuf;
        UINT64 netbuf_maxsize;  /* currently allocated buffer */
-       UINTN  netbuf_size;     /* number of bytes currently used in the buffer 
*/
+       UINT64 netbuf_size;     /* number of bytes currently used in the buffer 
*/
        UINT64 netbuf_pos;      /* current position in the buffer */
        BOOLEAN is_valid;       /* avoid conflicting opens */
        BOOLEAN netbuf_reuse;

Reply via email to