Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package elilo for openSUSE:Factory checked in at 2021-02-23 20:17:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elilo (Old) and /work/SRC/openSUSE:Factory/.elilo.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elilo" Tue Feb 23 20:17:41 2021 rev:32 rq:873117 version:3.16 Changes: -------- --- /work/SRC/openSUSE:Factory/elilo/elilo.changes 2018-11-28 11:12:43.690955174 +0100 +++ /work/SRC/openSUSE:Factory/.elilo.new.2378/elilo.changes 2021-02-23 20:17:45.783515562 +0100 @@ -1,0 +2,6 @@ +Wed Feb 3 12:32:12 UTC 2021 - Martin Li??ka <[email protected]> + +- Add elilo-binutils-2.36-fix.patch in order to fix build + with binutils 2.36. + +------------------------------------------------------------------- New: ---- elilo-binutils-2.36-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elilo.spec ++++++ --- /var/tmp/diff_new_pack.mjPS1A/_old 2021-02-23 20:17:46.391516100 +0100 +++ /var/tmp/diff_new_pack.mjPS1A/_new 2021-02-23 20:17:46.395516103 +0100 @@ -1,7 +1,7 @@ # # spec file for package elilo # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -28,7 +28,7 @@ Name: elilo Summary: EFI Linux Loader -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Boot Version: 3.16 Release: 0 @@ -39,7 +39,7 @@ %ifarch ia64 PreReq: perl(File::Compare) %endif -Url: http://elilo.sourceforge.net/ +URL: http://elilo.sourceforge.net/ #ource: http://downloads.sourceforge.net/elilo/elilo-3.16-all.tar.gz Source: elilo-%{version}-source.tar.xz Source1: elilo.pl @@ -57,6 +57,7 @@ Patch7: elilo-high_base_mem.diff Patch10: elilo-de-debianify.diff Patch11: eliloalt-no-date.diff +Patch12: elilo-binutils-2.36-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -75,6 +76,7 @@ %patch7 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 # work around b0rked 'Str'-ops in newer 'gnu-efi' ... :-( find . -type f -name '*.[ch]' -print0 | xargs -0rn 1 \ perl -pi -e 's{Str(Chr|n(X?Cpy|Cat))}{eliloStr$1}g' ++++++ elilo-binutils-2.36-fix.patch ++++++ diff --git a/ia32/Makefile b/ia32/Makefile index 46609c4..078efc9 100644 --- a/ia32/Makefile +++ b/ia32/Makefile @@ -43,7 +43,7 @@ system.o: rmswitch.h rmswitch.h: bin_to_h.c rmswitch.S $(CC) $(OPTIMFLAGS) -o bin_to_h $(SRCDIR)/bin_to_h.c - $(AS) -o rmswitch.o $(SRCDIR)/rmswitch.S + $(AS) -mx86-used-note=no -o rmswitch.o $(SRCDIR)/rmswitch.S $(LD) -Ttext 0x0 -s --oformat binary -o rmswitch rmswitch.o ./bin_to_h <rmswitch >rmswitch.h diff --git a/x86_64/Makefile b/x86_64/Makefile index e7c81f8..a3f2411 100644 --- a/x86_64/Makefile +++ b/x86_64/Makefile @@ -44,7 +44,7 @@ system.o: rmswitch.h rmswitch.h: bin_to_h.c rmswitch.S $(CC) $(OPTIMFLAGS) -o bin_to_h $(SRCDIR)/bin_to_h.c - $(AS) -o rmswitch.o $(SRCDIR)/rmswitch.S + $(AS) -mx86-used-note=no -o rmswitch.o $(SRCDIR)/rmswitch.S $(LD) -Ttext 0x0 -s --oformat binary -o rmswitch rmswitch.o ./bin_to_h <rmswitch >rmswitch.h
