Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2020-01-22 22:45:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Wed Jan 22 22:45:28 2020 rev:120 rq:766223 version:2019.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2019-12-21 
12:33:53.235434735 +0100
+++ /work/SRC/openSUSE:Factory/.u-boot.new.26092/u-boot.changes 2020-01-22 
22:45:31.088552887 +0100
@@ -1,0 +2,5 @@
+Wed Jan 22 08:09:47 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Package u-boot.img instead of u-boot.bin for snow and spring
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.HgUQvz/_old  2020-01-22 22:45:33.484554093 +0100
+++ /var/tmp/diff_new_pack.HgUQvz/_new  2020-01-22 22:45:33.488554095 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package u-boot
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
 # Copyright (c) 2007-2010 by Silvan Calarco <silvan.cala...@mambasoft.it>
 #
@@ -134,9 +134,13 @@
 %define is_armv8 1
 %define binext .elf
 %endif
-%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == 
"merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || 
"%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "snow" || 
"%target" == "socfpgade0nanosoc" || "%target" == "spring"
+%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == 
"merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || 
"%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == 
"socfpgade0nanosoc"
 %define is_armv7 1
 %endif
+%if "%target" == "snow" || "%target" == "spring"
+%define is_armv7 1
+%define binext .img
+%endif
 %if "%target" == "zynqzturn"
 %define is_armv7 1
 %define binext .img




Reply via email to