From 39f7f0854bf4092264a11d4db20cec430c49ac7e Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 9 Oct 2016 13:55:19 +0100 Subject: [PATCH] 2016.11 RC1 --- armv7-boards | 1 + sources | 2 +- uboot-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/armv7-boards b/armv7-boards index 04eb771..4c7f1eb 100644 --- a/armv7-boards +++ b/armv7-boards @@ -103,6 +103,7 @@ sunxi_Gemei_G9 trimslice udoo UTOO_P66 +usbarmory vexpress_ca15_tc2 vexpress_ca9x4 wandboard diff --git a/sources b/sources index c17ff7f..00d7fe7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -61c628f8034477c946e173ed174efeb4 u-boot-2016.09.01.tar.bz2 +2e4188dd43bbe241668d4e717bffd7f9 u-boot-2016.11-rc1.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 13744aa..e23fe8d 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -#global candidate rc2 +%global candidate rc1 Name: uboot-tools -Version: 2016.09.01 -Release: 1%{?candidate:.%{candidate}}%{?dist} +Version: 2016.11 +Release: 0.1%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -245,6 +245,9 @@ cp -p board/amlogic/odroid-c2/README doc/README.odroid-c2 %endif %changelog +* Sat Oct 8 2016 Peter Robinson 2016.11-0.1.rc1 +- 2016.11 RC1 + * Tue Sep 20 2016 Peter Robinson 2016.09.01-1 - Update to 2016.09.01 GA