[uboot-tools] update to 2013.04-rc2

Dennis Gilmore ausil at fedoraproject.org
Fri Apr 5 13:42:01 UTC 2013


commit f66dd369d61485a0cebe37402df875a51aba4bad
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Apr 5 08:41:51 2013 -0500

    update to 2013.04-rc2

 .gitignore                                      |    2 +
 0001-panda-convert-to-uEnv.txt-bootscript.patch |   43 -----------------------
 sources                                         |    2 +-
 u-boot-fat.patch                                |    2 +-
 uboot-omap-fit.patch                            |    2 +-
 uboot-tools.spec                                |   11 +++---
 6 files changed, 11 insertions(+), 51 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 98dc0b5..5f1a4aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,5 @@ u-boot-2010.03.tar.bz2
 /u-boot-2012.10.tar.bz2
 /u-boot-2013.01.tar.bz2
 /u-boot-2013.01.01.tar.bz2
+/u-boot-2013.04-rc1.tar.bz2
+/u-boot-2013.04-rc2.tar.bz2
diff --git a/sources b/sources
index 931198a..2b55579 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73939f78606f89a1775c7e9acb2ca617  u-boot-2013.01.01.tar.bz2
+67e9aced68aa92006b7c9ba7e9d1ce50  u-boot-2013.04-rc2.tar.bz2
diff --git a/u-boot-fat.patch b/u-boot-fat.patch
index 42c083e..1aa90bd 100644
--- a/u-boot-fat.patch
+++ b/u-boot-fat.patch
@@ -1,7 +1,7 @@
 diff -uNr u-boot-2012.04.01.orig/fs/fat/fat.c u-boot-2012.04.01/fs/fat/fat.c
 --- u-boot-2012.04.01.orig/fs/fat/fat.c	2012-04-25 08:22:50.000000000 -0500
 +++ u-boot-2012.04.01/fs/fat/fat.c	2012-06-19 14:06:16.605337811 -0500
-@@ -83,7 +83,7 @@
+@@ -90,7 +90,7 @@
  	/* Check for FAT12/FAT16/FAT32 filesystem */
  	if (!memcmp(buffer + DOS_FS_TYPE_OFFSET, "FAT", 3))
  		return 0;
diff --git a/uboot-omap-fit.patch b/uboot-omap-fit.patch
index 8b7544e..cdcc79b 100644
--- a/uboot-omap-fit.patch
+++ b/uboot-omap-fit.patch
@@ -1,6 +1,6 @@
 --- u-boot-2012.07/include/configs/omap4_common.h.orig	2013-01-24 00:20:40.334731642 -0600
 +++ u-boot-2012.07/include/configs/omap4_common.h	2013-01-24 00:21:08.708953803 -0600
-@@ -278,4 +278,6 @@
+@@ -280,4 +280,6 @@
  
  #define CONFIG_SYS_THUMB_BUILD
  
diff --git a/uboot-tools.spec b/uboot-tools.spec
index 76d3d13..b6ec501 100644
--- a/uboot-tools.spec
+++ b/uboot-tools.spec
@@ -1,15 +1,14 @@
-#global candidate rc3
+%global candidate rc2
 
 Name:           uboot-tools
-Version:        2013.01.01
-Release:        1%{?candidate:.%{candidate}}%{?dist}
+Version:        2013.04
+Release:        0.1%{?candidate:.%{candidate}}%{?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}%{?candidate:-%{candidate}}.tar.bz2
-Patch0:         0001-panda-convert-to-uEnv.txt-bootscript.patch
 Patch1:         u-boot-fat.patch
 Patch2:         uboot-omap-fit.patch
 
@@ -65,7 +64,6 @@ u-boot bootloader binaries for smdk310 board
 
 %prep
 %setup -q -n u-boot-%{version}%{?candidate:-%{candidate}}
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 mkdir builds
@@ -186,6 +184,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Mar 31 2013 Dennis Gilmore <dennis at ausil.us> - 2013.04-0.1.rc1
+- update to 2013.04-rc2
+
 * Fri Mar 01 2013 Dennis Gilmore <dennis at ausil.us> - 2013.01.01-1
 - update to 2013.01.01 for bug#907139
 


More information about the scm-commits mailing list