From 7a9f14f8e748f48b8de702b6e8692ccc7ee7dd69 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 17 Feb 2023 16:03:02 +0000 Subject: [PATCH] 2023.04 RC2 --- sources | 2 +- uboot-tools.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index d1e0a25..766a5a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2023.04-rc1.tar.bz2) = e08080aa4988321aaf8d402940ff2737f001102dcc4e575b8155d77fff140d1e5a2bd8a618dc885f4f1a82e0bf882cb0880a25514ab51a3bd8735437bc1190c6 +SHA512 (u-boot-2023.04-rc2.tar.bz2) = 7de3513fc07ce67c11144cadccfa7e21d2de7dbb22d051822a5890396caf2109f5ee12ebdc8bb1c3f77bec26fee032bae2c2e243e8f3a0cc390057f700d76cf0 diff --git a/uboot-tools.spec b/uboot-tools.spec index 60a8786..c4218f8 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,4 +1,4 @@ -%global candidate rc1 +%global candidate rc2 %if 0%{?rhel} %bcond_with toolsonly %else @@ -7,7 +7,7 @@ Name: uboot-tools Version: 2023.04 -Release: 0.1%{?candidate:.%{candidate}}%{?dist} +Release: 0.2%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -211,6 +211,9 @@ cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand %endif %changelog +* Fri Feb 17 2023 Peter Robinson - 2023.04-0.2.rc2 +- Update to 2023.04 RC2 + * Tue Jan 31 2023 Peter Robinson - 2023.04-0.1.rc1 - Update to 2023.04 RC1 - Drop bmp_logo tool