From 4319d44e0d98aca25daae04b2ef81c442ba3bbbd Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 14 Nov 2016 17:04:02 +0000 Subject: [PATCH] Update to 2016.11 GA --- armv8-boards | 1 + sources | 2 +- uboot-tools.spec | 8 ++++++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/armv8-boards b/armv8-boards index e1b0828..d5d9edb 100644 --- a/armv8-boards +++ b/armv8-boards @@ -1,5 +1,6 @@ dragonboard410c espresso7420 +evb-rk3399 hikey odroid-c2 p2371-2180 diff --git a/sources b/sources index 1fc01b4..65364a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12a1f5e43482c190c1fb34eca432ea19 u-boot-2016.11-rc3.tar.bz2 +ca1f6e019d08aff8d0ca1beb2e66737d u-boot-2016.11.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 59b6ab1..e6e4ae6 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -%global candidate rc3 +#global candidate rc3 Name: uboot-tools Version: 2016.11 -Release: 0.3%{?candidate:.%{candidate}}%{?dist} +Release: 1%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -215,6 +215,7 @@ cp -p board/sunxi/README.pine64 doc/README.pine64 cp -p board/solidrun/clearfog/README doc/README.clearfog cp -p board/solidrun/mx6cuboxi/README doc/README.mx6cuboxi cp -p board/amlogic/odroid-c2/README doc/README.odroid-c2 +cp -p board/rockchip/evb_rk3399/README doc/README.evb_rk3399 %files %doc README doc/README.imximage doc/README.kwbimage doc/README.distro doc/README.gpt @@ -245,6 +246,9 @@ cp -p board/amlogic/odroid-c2/README doc/README.odroid-c2 %endif %changelog +* Mon Nov 14 2016 Peter Robinson 2016.11-1 +- Update to 2016.11 GA + * Mon Oct 31 2016 Peter Robinson 2016.11-0.3.rc3 - 2016.11 RC3