From 16df6a7b97ed05695fc4d0b7289f9fb6056663853817e1f384b950f7445a2e31 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 May 2015 08:43:31 +0000 Subject: [PATCH] Accepting request 309079 from Base:System 1 OBS-URL: https://build.opensuse.org/request/show/309079 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=46 --- add_snow_usb_boot.patch | 43 ------------------------------ drop-marvell.patch | 7 ++--- u-boot-2015.04.tar.bz2 | 3 --- u-boot-2015.07-rc1.tar.bz2 | 3 +++ u-boot-a10-olinuxino-lime.changes | 12 +++++++++ u-boot-a10-olinuxino-lime.spec | 14 ++++------ u-boot-a13-olinuxino.changes | 12 +++++++++ u-boot-a13-olinuxino.spec | 14 ++++------ u-boot-a13-olinuxinom.changes | 12 +++++++++ u-boot-a13-olinuxinom.spec | 14 ++++------ u-boot-a20-olinuxino-lime.changes | 12 +++++++++ u-boot-a20-olinuxino-lime.spec | 14 ++++------ u-boot-a20-olinuxino-lime2.changes | 12 +++++++++ u-boot-a20-olinuxino-lime2.spec | 14 ++++------ u-boot-a20-olinuxinomicro.changes | 12 +++++++++ u-boot-a20-olinuxinomicro.spec | 14 ++++------ u-boot-am335xevm.changes | 12 +++++++++ u-boot-am335xevm.spec | 14 ++++------ u-boot-arndale.changes | 12 +++++++++ u-boot-arndale.spec | 14 ++++------ u-boot-bananapi.changes | 12 +++++++++ u-boot-bananapi.spec | 14 ++++------ u-boot-colibrit20.changes | 12 +++++++++ u-boot-colibrit20.spec | 14 ++++------ u-boot-cubieboard.changes | 12 +++++++++ u-boot-cubieboard.spec | 14 ++++------ u-boot-cubieboard2.changes | 12 +++++++++ u-boot-cubieboard2.spec | 14 ++++------ u-boot-cubietruck.changes | 12 +++++++++ u-boot-cubietruck.spec | 14 ++++------ u-boot-highbank.changes | 12 +++++++++ u-boot-highbank.spec | 14 ++++------ u-boot-melea1000.changes | 12 +++++++++ u-boot-melea1000.spec | 14 ++++------ u-boot-mx53loco.changes | 12 +++++++++ u-boot-mx53loco.spec | 14 ++++------ u-boot-mx6qsabrelite.changes | 12 +++++++++ u-boot-mx6qsabrelite.spec | 14 ++++------ u-boot-omap3beagle.changes | 12 +++++++++ u-boot-omap3beagle.spec | 14 ++++------ u-boot-omap4panda.changes | 12 +++++++++ u-boot-omap4panda.spec | 14 ++++------ u-boot-paz00.changes | 12 +++++++++ u-boot-paz00.spec | 14 ++++------ u-boot-pcm051rev3.changes | 12 +++++++++ u-boot-pcm051rev3.spec | 14 ++++------ u-boot-rpi.changes | 12 +++++++++ u-boot-rpi.spec | 14 ++++------ u-boot-rpi2.changes | 12 +++++++++ u-boot-rpi2.spec | 14 ++++------ u-boot-snow.changes | 12 +++++++++ u-boot-snow.spec | 14 ++++------ u-boot.changes | 9 ++++++- u-boot.spec | 8 +++--- u-boot.spec.in | 14 ++++------ 55 files changed, 433 insertions(+), 278 deletions(-) delete mode 100644 add_snow_usb_boot.patch delete mode 100644 u-boot-2015.04.tar.bz2 create mode 100644 u-boot-2015.07-rc1.tar.bz2 diff --git a/add_snow_usb_boot.patch b/add_snow_usb_boot.patch deleted file mode 100644 index 0d3baf3..0000000 --- a/add_snow_usb_boot.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h -index 1f3ee55..4fcb04e 100644 ---- a/include/configs/exynos-common.h -+++ b/include/configs/exynos-common.h -@@ -66,6 +66,7 @@ - #include - - #define CONFIG_CMD_MMC -+#define CONFIG_CMD_USB - #define CONFIG_CMD_EXT4_WRITE - #define CONFIG_FAT_WRITE - #define CONFIG_CMD_FS_GENERIC -diff --git a/include/configs/exynos5-common.h b/include/configs/exynos5-common.h -index 8f9b780..cbba7b2 100644 ---- a/include/configs/exynos5-common.h -+++ b/include/configs/exynos5-common.h -@@ -188,6 +188,7 @@ - #define BOOT_TARGET_DEVICES(func) \ - func(MMC, mmc, 1) \ - func(MMC, mmc, 0) \ -+ func(USB, usb, 0) \ - func(PXE, pxe, na) \ - func(DHCP, dhcp, na) - -diff --git a/include/configs/snow.h b/include/configs/snow.h -index fe802f2..0ebddad 100644 ---- a/include/configs/snow.h -+++ b/include/configs/snow.h -@@ -25,8 +25,14 @@ - #define CONFIG_BOARD_COMMON - #define CONFIG_ARCH_EARLY_INIT_R - -+/* Enable USB2 since first u-boot in eMMC does not support USB3, but only USB2 */ -+#define CONFIG_USB_EHCI -+#define CONFIG_USB_EHCI_EXYNOS -+ -+#ifndef CONFIG_USB_EHCI - #define CONFIG_USB_XHCI - #define CONFIG_USB_XHCI_EXYNOS -+#endif /* CONFIG_USB_EHCI */ - - #define CONFIG_SYS_PROMPT "snow # " - #define CONFIG_IDENT_STRING " for snow" diff --git a/drop-marvell.patch b/drop-marvell.patch index e9038a4..d747cd2 100644 --- a/drop-marvell.patch +++ b/drop-marvell.patch @@ -1,17 +1,18 @@ diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index bc55e5b..cec4ad2 100644 +index 49bcad1..f2015d6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -739,9 +739,6 @@ source "board/aristainetos/Kconfig" +@@ -859,10 +859,6 @@ source "board/aristainetos/Kconfig" source "board/BuR/kwb/Kconfig" source "board/BuR/tseries/Kconfig" source "board/CarMediaLab/flea3/Kconfig" -source "board/Marvell/aspenite/Kconfig" +-source "board/Marvell/db-88f6820-gp/Kconfig" -source "board/Marvell/db-mv784mp-gp/Kconfig" -source "board/Marvell/gplugd/Kconfig" source "board/altera/socfpga/Kconfig" source "board/armadeus/apf27/Kconfig" - source "board/armltd/integrator/Kconfig" + source "board/armltd/vexpress/Kconfig" diff --git a/arch/arm/mach-kirkwood/Kconfig b/arch/arm/mach-kirkwood/Kconfig index 45c6687..7f39776 100644 --- a/arch/arm/mach-kirkwood/Kconfig diff --git a/u-boot-2015.04.tar.bz2 b/u-boot-2015.04.tar.bz2 deleted file mode 100644 index ac322d4..0000000 --- a/u-boot-2015.04.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a1a70df586655f527befa6f12e184e96ed61b126e5a567382321b17200f5d60 -size 9471487 diff --git a/u-boot-2015.07-rc1.tar.bz2 b/u-boot-2015.07-rc1.tar.bz2 new file mode 100644 index 0000000..03d9b0b --- /dev/null +++ b/u-boot-2015.07-rc1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd68a33a52c90e347a012d099bd0219ce026e1d2d8c709a442734c3ae3edcc34 +size 10128439 diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index ebde769..b2637e7 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index d88e03d..e5218a9 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a10-olinuxino-lime -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a10-olinuxino-lime arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index ebde769..b2637e7 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 3b9941e..e76e966 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a13-olinuxino -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a13-olinuxino arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index ebde769..b2637e7 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 3b06f01..d8e1c4e 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a13-olinuxinom -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a13-olinuxinom arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index ebde769..b2637e7 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index bbcc43f..e020c27 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a20-olinuxino-lime -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a20-olinuxino-lime arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index ebde769..b2637e7 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 6718a31..ed8af3b 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a20-olinuxino-lime2 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a20-olinuxino-lime2 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index ebde769..b2637e7 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index bf7bed0..f80503f 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-a20-olinuxinomicro -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the a20-olinuxinomicro arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index ebde769..b2637e7 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 324a625..9d111f9 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-am335xevm -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the am335xevm arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index ebde769..b2637e7 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index e984d34..aa92f32 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-arndale -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the arndale arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index ebde769..b2637e7 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index dd01958..9518887 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-bananapi -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the bananapi arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index ebde769..b2637e7 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 9657744..f483067 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-colibrit20 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the colibrit20 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index ebde769..b2637e7 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 258c3d7..946711d 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-cubieboard -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the cubieboard arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index ebde769..b2637e7 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 8e8d72e..8279d9f 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-cubieboard2 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the cubieboard2 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index ebde769..b2637e7 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 982fe2e..d87a3fd 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-cubietruck -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the cubietruck arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index ebde769..b2637e7 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 8b380ff..6d31bae 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-highbank -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the highbank arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index ebde769..b2637e7 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index d930513..96a6805 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-melea1000 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the melea1000 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index ebde769..b2637e7 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index d5a3fbe..d2984ab 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-mx53loco -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the mx53loco arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index ebde769..b2637e7 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 794aa49..14a46f9 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-mx6qsabrelite -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the mx6qsabrelite arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index ebde769..b2637e7 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 5443f9e..0ab150f 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-omap3beagle -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the omap3beagle arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index ebde769..b2637e7 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 639f0a8..285ab11 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-omap4panda -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the omap4panda arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index ebde769..b2637e7 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index bcf7971..25abfe6 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-paz00 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the paz00 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index ebde769..b2637e7 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index ac7f5fc..58b2842 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-pcm051rev3 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the pcm051rev3 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index ebde769..b2637e7 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index e3e2165..5ea9445 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-rpi -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the rpi arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index ebde769..b2637e7 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 658efe1..0e7c338 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-rpi2 -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the rpi2 arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot-snow.changes b/u-boot-snow.changes index ebde769..b2637e7 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + +------------------------------------------------------------------- +Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com + +- adjust copyright headers + ------------------------------------------------------------------- Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 58f6a71..88e97a7 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -25,20 +25,19 @@ %define cuboxi_spl 0 Name: u-boot-snow -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the snow arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build diff --git a/u-boot.changes b/u-boot.changes index e711777..b2637e7 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 27 10:07:49 UTC 2015 - guillaume@opensuse.org + +- Update to 2015.07-rc1: +- Update drop-marvell.patch +- Remove no more needed add_snow_usb_boot.patch + ------------------------------------------------------------------- Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com @@ -7,7 +14,7 @@ Wed Apr 29 07:51:25 UTC 2015 - dmueller@suse.com Thu Apr 16 08:34:11 UTC 2015 - guillaume@opensuse.org - update to 2015.04 -- Remove upstreamed patch: +- Remove upstreamed patch: 0001-Exynos-Clock-Fix-exynos5_get_periph_rate-for-I2C.patch - Follow upstream board rename colibri_t20_iris => colibri_t20 diff --git a/u-boot.spec b/u-boot.spec index 19b9346..07a8892 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -19,13 +19,14 @@ Name: u-boot -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: Tools for the u-boot Firmware License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 BuildRequires: libopenssl-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,7 +46,8 @@ This package contains: mkimage- a tool that creates kernel bootable images for u-boot. %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 %build # needed for include/config/auto.conf diff --git a/u-boot.spec.in b/u-boot.spec.in index 7640ff9..224a0d0 100644 --- a/u-boot.spec.in +++ b/u-boot.spec.in @@ -25,20 +25,19 @@ %define cuboxi_spl CUBOXI_SPL Name: u-boot-BOARDNAME -Version: 2015.04 +Version: 2015.07~rc1 Release: 0 Summary: The u-boot firmware for the BOARDNAME arm platform License: GPL-2.0 Group: System/Boot Url: http://www.denx.de/wiki/U-Boot -Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2 +Source: u-boot-2015.07-rc1.tar.bz2 Source2: arndale-bl1.img Source300: u-boot-rpmlintrc Patch1: enable_spl_ext_support_for_ti_armv7.patch Patch2: fix_beagle_spl_build.patch Patch3: mx53loco-bootscr.patch -# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards -Patch20: add_snow_usb_boot.patch # Marvell boards support is non-free licensed, and we don't need it (bnc#773824) Patch99: drop-marvell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow This package contains documentation for u-boot firmware %prep -%setup -q -n u-boot-%{version} +#%setup -q -n u-boot-%{version} +%setup -q -n u-boot-2015.07-rc1 # is non-free licensed, and we don't need it (bnc#773824) rm -rf board/Marvell # Any custom patches to be applied on top of mainline u-boot %patch1 %patch2 -p1 %patch3 -%if "%{name}" == "u-boot-snow" -# Apply some patches only for u-boot-snow to avoid to break other boards -%patch20 -p1 -%endif %patch99 -p1 %build