diff --git a/sources b/sources index 65a99f2..6c6e1de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -312b70427d632d3e94ea4b122f87b480 u-boot-2015.04-rc4.tar.bz2 +77ac8b8eb7eaa9c27c60361085b62b17 u-boot-2015.04-rc5.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index b7f5949..35723c7 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,8 +1,8 @@ -%global candidate rc4 +%global candidate rc5 Name: uboot-tools Version: 2015.04 -Release: 0.4%{?candidate:.%{candidate}}%{?dist} +Release: 0.5%{?candidate:.%{candidate}}%{?dist} Summary: U-Boot utilities Group: Development/Tools @@ -186,6 +186,9 @@ install -p -m 0644 tools/env/fw_env.config $RPM_BUILD_ROOT%{_sysconfdir} %endif %changelog +* Thu Apr 2 2015 Peter Robinson 2015.04-0.5.rc5 +- Update to 2015.04 rc5 + * Mon Mar 30 2015 Dennis Gilmore - 2015.04-0.4.rc4 - add patch to fix booting on omap4 devices - refeactor spec file