Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2016-05-30 09:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot-a10-olinuxino-lime.changes 
2016-05-10 09:27:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new/u-boot-a10-olinuxino-lime.changes    
2016-05-30 09:55:55.000000000 +0200
@@ -1,0 +2,18 @@
+Wed May 18 13:07:24 UTC 2016 - [email protected]
+
+- Fix rpi3 installation location
+
+-------------------------------------------------------------------
+Wed May 18 12:22:31 UTC 2016 - [email protected]
+
+- Add 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
+  to fix build on iMX boards (with hard-float toolchains)
+
+-------------------------------------------------------------------
+Tue May 17 12:53:24 UTC 2016 - [email protected]
+
+- Update to 2016.05
+- Remove upstreamed patch:
+  * 0003-exynos-Set-CNTFRQ.patch
+
+-------------------------------------------------------------------
u-boot-a13-olinuxino.changes: same change
u-boot-a13-olinuxinom.changes: same change
u-boot-a20-olinuxino-lime.changes: same change
u-boot-a20-olinuxino-lime2.changes: same change
u-boot-a20-olinuxinomicro.changes: same change
u-boot-am335xboneblack.changes: same change
u-boot-am335xevm.changes: same change
u-boot-am57xxevm.changes: same change
u-boot-am57xxevmnodt.changes: same change
u-boot-arndale.changes: same change
u-boot-bananapi.changes: same change
u-boot-clearfog.changes: same change
u-boot-colibrit20.changes: same change
u-boot-cubieboard.changes: same change
u-boot-cubieboard2.changes: same change
u-boot-cubietruck.changes: same change
u-boot-firefly-rk3288.changes: same change
u-boot-highbank.changes: same change
u-boot-hyundaia7hd.changes: same change
u-boot-jetson-tk1.changes: same change
u-boot-melea1000.changes: same change
u-boot-merriia80optimus.changes: same change
u-boot-mx53loco.changes: same change
u-boot-mx6cuboxi.changes: same change
u-boot-mx6qsabrelite.changes: same change
u-boot-odroid-xu3.changes: same change
u-boot-odroid.changes: same change
u-boot-omap3beagle.changes: same change
u-boot-omap4panda.changes: same change
u-boot-orangepipc.changes: same change
u-boot-p2371-2180.changes: same change
u-boot-paz00.changes: same change
u-boot-pcm051rev3.changes: same change
u-boot-qemu-ppce500.changes: same change
u-boot-rpi.changes: same change
u-boot-rpi2.changes: same change
u-boot-rpi3.changes: same change
u-boot-snow.changes: same change
u-boot-spring.changes: same change
u-boot-udoo.changes: same change
u-boot.changes: same change

Old:
----
  0003-exynos-Set-CNTFRQ.patch
  u-boot-2016.05-rc3.tar.bz2

New:
----
  0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
  u-boot-2016.05.tar.bz2

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

Other differences:
------------------
++++++ u-boot-a10-olinuxino-lime.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-a10-olinuxino-lime
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the a10-olinuxino-lime platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

u-boot-a13-olinuxino.spec: same change
u-boot-a13-olinuxinom.spec: same change
u-boot-a20-olinuxino-lime.spec: same change
u-boot-a20-olinuxino-lime2.spec: same change
u-boot-a20-olinuxinomicro.spec: same change
u-boot-am335xboneblack.spec: same change
u-boot-am335xevm.spec: same change
u-boot-am57xxevm.spec: same change
u-boot-am57xxevmnodt.spec: same change
u-boot-arndale.spec: same change
u-boot-bananapi.spec: same change
u-boot-clearfog.spec: same change
u-boot-colibrit20.spec: same change
u-boot-cubieboard.spec: same change
u-boot-cubieboard2.spec: same change
u-boot-cubietruck.spec: same change
u-boot-firefly-rk3288.spec: same change
u-boot-highbank.spec: same change
u-boot-hyundaia7hd.spec: same change
u-boot-jetson-tk1.spec: same change
u-boot-melea1000.spec: same change
u-boot-merriia80optimus.spec: same change
u-boot-mx53loco.spec: same change
u-boot-mx6cuboxi.spec: same change
u-boot-mx6qsabrelite.spec: same change
u-boot-odroid-xu3.spec: same change
u-boot-odroid.spec: same change
u-boot-omap3beagle.spec: same change
u-boot-omap4panda.spec: same change
u-boot-orangepipc.spec: same change
u-boot-p2371-2180.spec: same change
u-boot-paz00.spec: same change
u-boot-pcm051rev3.spec: same change
++++++ u-boot-qemu-ppce500.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-qemu-ppce500
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the qemu-ppce500 platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ u-boot-rpi.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-rpi
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the rpi platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ u-boot-rpi2.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-rpi2
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the rpi2 platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ u-boot-rpi3.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-rpi3
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the rpi3 platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ u-boot-snow.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 0
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-snow
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the snow platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

u-boot-spring.spec: same change
++++++ u-boot-udoo.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl 1
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-udoo
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the udoo platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"

++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:03.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:03.000000000 +0200
@@ -19,10 +19,10 @@
 
 
 # 'archive_version' differs from 'version' for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        Tools for the U-Boot Firmware
 License:        GPL-2.0

++++++ 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch ++++++
>From fabd591c6ba9c5ee5357d10c3284bf21ea585931 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <[email protected]>
Date: Wed, 18 May 2016 14:12:43 +0200
Subject: [PATCH] video: ipu: Fix build with hard-float ARM toolchain

Build with hard-float ARM toolchain was broken by commit 3cb4f25c: 
'video: ipu: avoid overflow issue'.
To fix it, we use do_div function.

Build tested for mx6qsabrelite_defconfig.

Signed-off-by: Guillaume GARDET <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Sandor Yu <[email protected]>
Cc: Anatolij Gustschin <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Tom Rini <[email protected]>

---
 drivers/video/ipu_common.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/video/ipu_common.c b/drivers/video/ipu_common.c
index 36d4b23..e319c82 100644
--- a/drivers/video/ipu_common.c
+++ b/drivers/video/ipu_common.c
@@ -352,7 +352,8 @@ static int ipu_pixel_clk_set_rate(struct clk *clk, unsigned 
long rate)
         */
        __raw_writel((div / 16) << 16, DI_BS_CLKGEN1(clk->id));
 
-       clk->rate = (u64)(clk->parent->rate * 16) / div;
+       do_div(parent_rate, div);
+       clk->rate = parent_rate;
 
        return 0;
 }
-- 
1.8.4.5


++++++ u-boot-2016.05-rc3.tar.bz2 -> u-boot-2016.05.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/u-boot/u-boot-2016.05-rc3.tar.bz2 
/work/SRC/openSUSE:Factory/.u-boot.new/u-boot-2016.05.tar.bz2 differ: char 11, 
line 1

++++++ u-boot.spec.in ++++++
--- /var/tmp/diff_new_pack.wQNsrd/_old  2016-05-30 09:56:04.000000000 +0200
+++ /var/tmp/diff_new_pack.wQNsrd/_new  2016-05-30 09:56:04.000000000 +0200
@@ -28,10 +28,10 @@
 %define udoo_spl UDOO_SPL
 
 # archive_version differs from version for RC version only
-%define archive_version 2016.05-rc3
+%define archive_version 2016.05
 
 Name:           u-boot-BOARDNAME
-Version:        2016.05~rc3
+Version:        2016.05
 Release:        0
 Summary:        The U-Boot firmware for the BOARDNAME platform
 License:        GPL-2.0
@@ -44,8 +44,8 @@
 Patch1:         0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
 # Move omap3 to distro boot method
 Patch2:         0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
-# Fix exynos KVM support
-Patch3:         0003-exynos-Set-CNTFRQ.patch
+# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
+Patch3:         0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # Arndale board need DTC >= 1.4
 BuildRequires:  bc
@@ -55,7 +55,7 @@
 BuildRequires:  qemu
 Provides:       qemu-ppc:%{_datadir}/qemu/u-boot.e500
 %endif
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 # Owns /boot/vc directory
 BuildRequires:  raspberrypi-firmware
 %endif
@@ -103,7 +103,7 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define uboot_dir /boot
-%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
+%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == 
"u-boot-rpi3"
 %define uboot_dir /boot/vc
 %endif
 %if "%{name}" == "u-boot-qemu-ppce500"


Reply via email to