From dc41daecba8ed9eb84c80c850f7317172d90c536 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 26 Jun 2022 17:40:50 +0100 Subject: [PATCH] 2022.07 RC5 --- sources | 2 +- uboot-tools.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 826b328..5ac08e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (u-boot-2022.07-rc4.tar.bz2) = e54b9df6e4854fa8314e815409eb7b7b9d29af956aa021df8f7138f997bc683bc84bb1a80e71cb02821fe82e77ce12aa404d84841684f7b4e14f36756a6843f2 +SHA512 (u-boot-2022.07-rc5.tar.bz2) = 0e72671b9126ccb813f8981ce10c8b7d736e0f8cc4b2a8cdc8233588d50882852873ad7e7576757fc2282eb8884dac04c86c6e3432d64d8ef66a514b7edb1b1c diff --git a/uboot-tools.spec b/uboot-tools.spec index 728345c..16a294b 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,9 +1,9 @@ -%global candidate rc4 +%global candidate rc5 %bcond_without toolsonly Name: uboot-tools Version: 2022.07 -Release: 0.4%{?candidate:.%{candidate}}%{?dist} +Release: 0.5%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -204,6 +204,9 @@ cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand %endif %changelog +* Mon Jun 20 2022 Peter Robinson - 2022.07-0.5.rc5 +- Update to 2022.07 RC5 + * Sun Jun 12 2022 Peter Robinson - 2022.07-0.4.rc4 - Update to 2022.07 RC4 - Some minor Rockchips device fixes