[uboot-tools] update to rc1 of 2012.07 release

Dennis Gilmore ausil at fedoraproject.org
Fri Jul 13 02:45:09 UTC 2012


commit 2bf539b6a7eb2c42153753a8fad477252a0b4a0e
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jul 12 21:44:37 2012 -0500

    update to rc1 of 2012.07 release

 .gitignore                                         |    1 +
 ...-enable-bootz-support-for-ti-omap-targets.patch |   81 --------------------
 sources                                            |    2 +-
 uboot-tools.spec                                   |   17 ++--
 4 files changed, 11 insertions(+), 90 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91b7284..589c81e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ u-boot-2010.03.tar.bz2
 /u-boot-2012.04-rc3.tar.bz2
 /u-boot-2012.04.tar.bz2
 /u-boot-2012.04.01.tar.bz2
+/u-boot-2012.07-rc1.tar.bz2
diff --git a/sources b/sources
index ba9c91b..eaacc56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-192bb231082d9159fb6e16de3039b6b2  u-boot-2012.04.01.tar.bz2
+b975c6d30628bc19ffefe08556971468  u-boot-2012.07-rc1.tar.bz2
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 6f9d597..b3a8993 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -1,15 +1,14 @@
 Name:           uboot-tools
-Version:        2012.04.01
-Release:        4%{?dist}
+Version:        2012.07
+Release:        0.1.rc1%{?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}.tar.bz2
-Patch0:         0001-enable-bootz-support-for-ti-omap-targets.patch
-Patch1:         0001-panda-convert-to-uEnv.txt-bootscript.patch
-Patch2:         u-boot-fat.patch
+Source0:        ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}-rc1.tar.bz2
+Patch0:         0001-panda-convert-to-uEnv.txt-bootscript.patch
+Patch1:         u-boot-fat.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
@@ -54,10 +53,9 @@ u-boot bootloader binaries for origenboard
 %endif
 
 %prep
-%setup -q -n u-boot-%{version}
+%setup -q -n u-boot-%{version}-rc1
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
 mkdir builds
 
 %build
@@ -162,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Thu Jul 12 2012 Dennis Gilmore <dennis at ausil.us> - 2012.07-0.1.rc1
+- update to rc1 of 2012.07 release
+
 * Sat Jul 07 2012 Dennis Gilmore <dennis at ausil.us> - 2012.04.01-4
 - still build the beagleboard image
 


More information about the scm-commits mailing list