Hello community, here is the log from the commit of package gnu-efi for openSUSE:Factory checked in at 2013-07-21 08:07:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnu-efi (Old) and /work/SRC/openSUSE:Factory/.gnu-efi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnu-efi" Changes: -------- --- /work/SRC/openSUSE:Factory/gnu-efi/gnu-efi.changes 2012-11-13 09:41:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnu-efi.new/gnu-efi.changes 2013-07-21 08:07:48.000000000 +0200 @@ -1,0 +2,16 @@ +Wed Jul 17 09:18:03 UTC 2013 - [email protected] + +- Update to gnu-efi 3.0u + + Disable MMX and SSE to avoid using the uninitialized registers + + Support .text.* sections on x86_64 + + Automatically determine number of uefi_call_wrapper() args on + x86_64 + + Fix parameter-passing corruption on x86_64 for >= 5 args + + Add the definitions for TCP, UDP and IP, for both IPv4 and IPv6 + + Fix UEFI functions that use the wrong ABI (System V ABI) + + Use new gcc flag: GNU_EFI_USE_MS_ABI + + Add new status codes to efierr.h + + Align stack properly to avoid crash + + Support UEFI PXE over IPv6 + +------------------------------------------------------------------- Old: ---- gnu-efi_3.0q.orig.tar.gz New: ---- gnu-efi_3.0u.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnu-efi.spec ++++++ --- /var/tmp/diff_new_pack.5m3LB0/_old 2013-07-21 08:07:50.000000000 +0200 +++ /var/tmp/diff_new_pack.5m3LB0/_new 2013-07-21 08:07:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnu-efi # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: gnu-efi -Version: 3.0q +Version: 3.0u Release: 0 Summary: Library for EFI Applications License: BSD-3-Clause and GPL-2.0+ Group: Development/Libraries/Other Url: http://sourceforge.net/projects/gnu-efi -Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0q.orig.tar.gz +Source: http://downloads.sourceforge.net/gnu-efi/gnu-efi_3.0u.orig.tar.gz Source1: %{name}-rpmlintrc BuildRequires: kernel-source BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,7 +50,7 @@ make LINUX_HEADERS=/usr/src/linux %install -make install INSTALLROOT=%{buildroot}%{_prefix} LIBDIR=%_lib +make install INSTALLROOT=%{buildroot} LIBDIR=%{_prefix}/%_lib PREFIX=%{_prefix} %if 0 mkdir %{buildroot}%{_prefix}/%{_lib}/%{name} cp -p apps/*.efi %{buildroot}%{_prefix}/%{_lib}/%{name} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
