2023.07 RC2

This commit is contained in:
Peter Robinson 2023-05-17 23:06:15 +01:00
parent 2a1c71298b
commit 4bf4670e83
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (u-boot-2023.04.tar.bz2) = 31a44083af8084cd657c08233f485ff9503002bbaf95114c6135d483881fa14dc5a1b7ab42fd91f1fdd6b330556e76958d475280115018cb59c62b6ab4b508e6
SHA512 (u-boot-2023.07-rc2.tar.bz2) = 88c17e7b835a78e93e39e2e455dcaa7bd1dc5abb7fbced36bc5ecdcacd3bd8633a36bdf4411cb3dbb59f8f6ae26d7dc4f9f3664290112e706ca0546033adba83

View File

@ -1,4 +1,4 @@
#global candidate rc0
%global candidate rc2
%if 0%{?rhel}
%bcond_with toolsonly
%else
@ -6,8 +6,8 @@
%endif
Name: uboot-tools
Version: 2023.04
Release: 1%{?candidate:.%{candidate}}%{?dist}
Version: 2023.07
Release: 0.1%{?candidate:.%{candidate}}%{?dist}
Summary: U-Boot utilities
License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+
URL: http://www.denx.de/wiki/U-Boot
@ -210,6 +210,9 @@ cp -p board/sunxi/README.nand builds/docs/README.sunxi-nand
%endif
%changelog
* Wed May 17 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2023.07-0.1.rc2
- Update to 2023.07 RC2
* Tue Apr 04 2023 Peter Robinson <pbrobinson@fedoraproject.org> - 2023.04-1
- Update to 2023.04 GA