From fe25d074ca2d49d3bd9394fdef024e693c94e784 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 24 Apr 2012 12:11:13 -0500 Subject: [PATCH] update to final 2012.04 release --- .gitignore | 1 + sources | 2 +- uboot-tools.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e69658b..d501814 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ u-boot-2010.03.tar.bz2 /u-boot-2011.03.tar.bz2 /u-boot-2011.12.tar.bz2 /u-boot-2012.04-rc3.tar.bz2 +/u-boot-2012.04.tar.bz2 diff --git a/sources b/sources index fd2294b..5f2b82a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84d7ace653478b6daa1fe33da87485c8 u-boot-2012.04-rc3.tar.bz2 +6604d5b8103e2c24585995e8511eb4ce u-boot-2012.04.tar.bz2 diff --git a/uboot-tools.spec b/uboot-tools.spec index 1aa6d52..9cdfb68 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -1,12 +1,12 @@ Name: uboot-tools Version: 2012.04 -Release: 0.1%{?dist}.rc3 +Release: 1%{?dist} Summary: U-Boot utilities Group: Development/Tools License: GPLv2+ URL: http://www.denx.de/wiki/U-Boot -Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}-rc3.tar.bz2 +Source0: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 Patch0: 0001-enable-bootz-support-for-ti-omap-targets.patch Patch1: 0001-panda-convert-to-uEnv.txt-bootscript.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +46,7 @@ u-boot bootloader binaries for origenboard %endif %prep -%setup -q -n u-boot-%{version}-rc3 +%setup -q -n u-boot-%{version} %patch0 -p1 %patch1 -p1 mkdir builds @@ -142,6 +142,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Tue Apr 24 2012 Dennis Gilmore - 2012.04-1 +- update to final 2012.04 release + * Thu Apr 19 2012 Dennis Gilmore - 2012.04-0.1.rc3 - update to 2012.04-rc3 - build uboot binaries for beagle, panda and origen boards