Hello community,

here is the log from the commit of package gnu-efi for openSUSE:Factory checked 
in at 2018-03-24 16:12:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnu-efi (Old)
 and      /work/SRC/openSUSE:Factory/.gnu-efi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnu-efi"

Sat Mar 24 16:12:13 2018 rev:28 rq:589235 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnu-efi/gnu-efi.changes  2018-02-02 
22:20:22.435220892 +0100
+++ /work/SRC/openSUSE:Factory/.gnu-efi.new/gnu-efi.changes     2018-03-24 
16:12:15.806238528 +0100
@@ -1,0 +2,6 @@
+Tue Mar 13 22:06:59 UTC 2018 - kasim...@outlook.de
+
+- Fix armv6 builds
+  * Renamed gnu-efi-fix-armv7-detection.patch to 
gnu-efi-fix-armv6-and-armv7-detection.patch
+
+-------------------------------------------------------------------

Old:
----
  gnu-efi-fix-armv7-detection.patch

New:
----
  gnu-efi-fix-armv6-and-armv7-detection.patch

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

Other differences:
------------------
++++++ gnu-efi.spec ++++++
--- /var/tmp/diff_new_pack.r1ns6u/_old  2018-03-24 16:12:16.726205365 +0100
+++ /var/tmp/diff_new_pack.r1ns6u/_new  2018-03-24 16:12:16.730205221 +0100
@@ -28,7 +28,7 @@
 Patch1:         gnu-efi-fix-switch-warning.patch
 Patch2:         gnu-efi-ar-stable-order.patch
 Patch3:         gnu-efi-fix-efi-pxe-base-code.patch
-Patch4:         gnu-efi-fix-armv7-detection.patch
+Patch4:         gnu-efi-fix-armv6-and-armv7-detection.patch
 BuildRequires:  kernel-source
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 ExclusiveArch:  ia64 %ix86 x86_64 aarch64 %arm

++++++ gnu-efi-fix-armv6-and-armv7-detection.patch ++++++
--- Make.defaults.orig  2018-03-13 21:33:01.937164183 +0100
+++ Make.defaults       2018-03-13 21:35:29.487916123 +0100
@@ -75,6 +75,13 @@ ifeq ($(ARCH),amd64)
   override ARCH := x86_64
 endif
 
+ifeq ($(ARCH),armv6hl)
+  override ARCH := arm
+endif
+ifeq ($(ARCH),armv7hl)
+  override ARCH := arm
+endif
+
 #
 # Where to build the package
 #

Reply via email to