diff --git a/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch b/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch index e6ad523..aabec8a 100644 --- a/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch +++ b/0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch @@ -1,4 +1,4 @@ -From ae1ae2cb076f9b5004637930b954c5112038e3a0 Mon Sep 17 00:00:00 2001 +From a7e044eece1d28a53f343503890e361322de96e3 Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Wed, 13 Apr 2016 13:44:29 +0200 Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2 @@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h -index 9ed6b9892c..8d08ff9698 100644 +index e0d0034ed3..120e22e995 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h -@@ -121,16 +121,16 @@ +@@ -126,16 +126,16 @@ "fi\0" \ \ "load_efi_dtb=" \ diff --git a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch index 7baba72..91dee08 100644 --- a/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch +++ b/0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch @@ -1,4 +1,4 @@ -From 0a434c43da78d6e02e565d73fa0abf6b4df2b756 Mon Sep 17 00:00:00 2001 +From c0127ad645dfd15f4d21bef1893f20d2638c922e Mon Sep 17 00:00:00 2001 From: Alexander Graf Date: Mon, 2 May 2016 23:25:07 +0200 Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1"" diff --git a/0003-Revert-rockchip-mkimage-remove-plac.patch b/0003-Revert-rockchip-mkimage-remove-plac.patch index 6587751..5097090 100644 --- a/0003-Revert-rockchip-mkimage-remove-plac.patch +++ b/0003-Revert-rockchip-mkimage-remove-plac.patch @@ -1,4 +1,4 @@ -From ecbf61769021a1093ef1c9682ffed55f9a61ca95 Mon Sep 17 00:00:00 2001 +From b29f5aaa7d6eefb12f6c70a77ce4925e87e61782 Mon Sep 17 00:00:00 2001 From: Guillaume GARDET Date: Thu, 22 Jun 2017 10:04:06 +0200 Subject: [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from diff --git a/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch b/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch new file mode 100644 index 0000000..93e1ea2 --- /dev/null +++ b/0004-Fix-MMC1-external-SD-slot-on-Samsun.patch @@ -0,0 +1,23 @@ +From cb274c28c8e72fbf1e4c6cd41833442fd3f1a3db Mon Sep 17 00:00:00 2001 +From: Guillaume GARDET +Date: Thu, 16 Nov 2017 13:20:12 +0100 +Subject: [PATCH] Fix MMC1 (external SD slot) on Samsung Snow (Chromebook ARM) + +--- + drivers/mmc/dw_mmc.c | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c +index 23f642980b..a6a0934eef 100644 +--- a/drivers/mmc/dw_mmc.c ++++ b/drivers/mmc/dw_mmc.c +@@ -508,7 +508,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host, + cfg->host_caps |= MMC_MODE_4BIT; + cfg->host_caps &= ~MMC_MODE_8BIT; + } +- cfg->host_caps |= MMC_MODE_HS | MMC_MODE_HS_52MHz; ++ /* MMC_MODE_HS_52MHz is broken (at least) on Samsung Snow, so disbale it for now */ ++ cfg->host_caps |= MMC_MODE_HS; + + cfg->b_max = CONFIG_SYS_MMC_MAX_BLK_COUNT; + } diff --git a/0004-Fix-boot-on-Beagleboard-xM-by-disab.patch b/0004-Fix-boot-on-Beagleboard-xM-by-disab.patch deleted file mode 100644 index e111a77..0000000 --- a/0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 108c50bbd5a40900d9bd033ba0633d31e2de252b Mon Sep 17 00:00:00 2001 -From: Guillaume GARDET -Date: Mon, 2 Oct 2017 15:25:19 +0200 -Subject: [PATCH] Fix boot on Beagleboard xM by disabling CONFIG_FIT until a - proper fix can be find - ---- - configs/omap3_beagle_defconfig | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig -index cf888f3491..f3df72d3f1 100644 ---- a/configs/omap3_beagle_defconfig -+++ b/configs/omap3_beagle_defconfig -@@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y - CONFIG_SYS_TEXT_BASE=0x80100000 - CONFIG_TARGET_OMAP3_BEAGLE=y - CONFIG_DISTRO_DEFAULTS=y -+# CONFIG_FIT is not set - CONFIG_SYS_CONSOLE_INFO_QUIET=y - CONFIG_VERSION_VARIABLE=y - CONFIG_SPL=y diff --git a/u-boot-2017.09.tar.bz2 b/u-boot-2017.09.tar.bz2 deleted file mode 100644 index 86f84d1..0000000 --- a/u-boot-2017.09.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2d15f2cf5f72e706025cde73d67247c6da8cd35f7e10891eefe7d9095089744 -size 11434323 diff --git a/u-boot-2017.09.tar.bz2.sig b/u-boot-2017.09.tar.bz2.sig deleted file mode 100644 index 5c960c1..0000000 Binary files a/u-boot-2017.09.tar.bz2.sig and /dev/null differ diff --git a/u-boot-2017.11.tar.bz2 b/u-boot-2017.11.tar.bz2 new file mode 100644 index 0000000..887aa3f --- /dev/null +++ b/u-boot-2017.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05 +size 11982382 diff --git a/u-boot-2017.11.tar.bz2.sig b/u-boot-2017.11.tar.bz2.sig new file mode 100644 index 0000000..14bdb40 Binary files /dev/null and b/u-boot-2017.11.tar.bz2.sig differ diff --git a/u-boot-a10-olinuxino-lime.changes b/u-boot-a10-olinuxino-lime.changes index 25bd58f..58e7746 100644 --- a/u-boot-a10-olinuxino-lime.changes +++ b/u-boot-a10-olinuxino-lime.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a10-olinuxino-lime.spec b/u-boot-a10-olinuxino-lime.spec index ec638cf..8d24a54 100644 --- a/u-boot-a10-olinuxino-lime.spec +++ b/u-boot-a10-olinuxino-lime.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a10-olinuxino-lime -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a10-olinuxino-lime platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-a13-olinuxino.changes b/u-boot-a13-olinuxino.changes index 25bd58f..58e7746 100644 --- a/u-boot-a13-olinuxino.changes +++ b/u-boot-a13-olinuxino.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a13-olinuxino.spec b/u-boot-a13-olinuxino.spec index 3218957..1359869 100644 --- a/u-boot-a13-olinuxino.spec +++ b/u-boot-a13-olinuxino.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a13-olinuxino -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a13-olinuxino platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-a13-olinuxinom.changes b/u-boot-a13-olinuxinom.changes index 25bd58f..58e7746 100644 --- a/u-boot-a13-olinuxinom.changes +++ b/u-boot-a13-olinuxinom.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a13-olinuxinom.spec b/u-boot-a13-olinuxinom.spec index 56408fb..cdded35 100644 --- a/u-boot-a13-olinuxinom.spec +++ b/u-boot-a13-olinuxinom.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a13-olinuxinom -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a13-olinuxinom platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-a20-olinuxino-lime.changes b/u-boot-a20-olinuxino-lime.changes index 25bd58f..58e7746 100644 --- a/u-boot-a20-olinuxino-lime.changes +++ b/u-boot-a20-olinuxino-lime.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime.spec b/u-boot-a20-olinuxino-lime.spec index aafc3b3..158db00 100644 --- a/u-boot-a20-olinuxino-lime.spec +++ b/u-boot-a20-olinuxino-lime.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a20-olinuxino-lime -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-a20-olinuxino-lime2.changes b/u-boot-a20-olinuxino-lime2.changes index 25bd58f..58e7746 100644 --- a/u-boot-a20-olinuxino-lime2.changes +++ b/u-boot-a20-olinuxino-lime2.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a20-olinuxino-lime2.spec b/u-boot-a20-olinuxino-lime2.spec index 3041ae3..36357f5 100644 --- a/u-boot-a20-olinuxino-lime2.spec +++ b/u-boot-a20-olinuxino-lime2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a20-olinuxino-lime2 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-a20-olinuxinomicro.changes b/u-boot-a20-olinuxinomicro.changes index 25bd58f..58e7746 100644 --- a/u-boot-a20-olinuxinomicro.changes +++ b/u-boot-a20-olinuxinomicro.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-a20-olinuxinomicro.spec b/u-boot-a20-olinuxinomicro.spec index e19f844..6453c69 100644 --- a/u-boot-a20-olinuxinomicro.spec +++ b/u-boot-a20-olinuxinomicro.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-a20-olinuxinomicro -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the a20-olinuxinomicro platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-am335xboneblack.changes b/u-boot-am335xboneblack.changes index 25bd58f..58e7746 100644 --- a/u-boot-am335xboneblack.changes +++ b/u-boot-am335xboneblack.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-am335xboneblack.spec b/u-boot-am335xboneblack.spec index bf6028f..e879a8a 100644 --- a/u-boot-am335xboneblack.spec +++ b/u-boot-am335xboneblack.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-am335xboneblack -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the am335xboneblack platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-am335xevm.changes b/u-boot-am335xevm.changes index 25bd58f..58e7746 100644 --- a/u-boot-am335xevm.changes +++ b/u-boot-am335xevm.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-am335xevm.spec b/u-boot-am335xevm.spec index 63cb5ff..126dc07 100644 --- a/u-boot-am335xevm.spec +++ b/u-boot-am335xevm.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-am335xevm -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the am335xevm platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-am57xxevm.changes b/u-boot-am57xxevm.changes index 25bd58f..58e7746 100644 --- a/u-boot-am57xxevm.changes +++ b/u-boot-am57xxevm.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-am57xxevm.spec b/u-boot-am57xxevm.spec index 65ed5b6..ed4fa02 100644 --- a/u-boot-am57xxevm.spec +++ b/u-boot-am57xxevm.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-am57xxevm -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the am57xxevm platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-am57xxevmnodt.changes b/u-boot-am57xxevmnodt.changes index 25bd58f..58e7746 100644 --- a/u-boot-am57xxevmnodt.changes +++ b/u-boot-am57xxevmnodt.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-am57xxevmnodt.spec b/u-boot-am57xxevmnodt.spec index bd0fc1c..97658c1 100644 --- a/u-boot-am57xxevmnodt.spec +++ b/u-boot-am57xxevmnodt.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-am57xxevmnodt -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the am57xxevmnodt platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-arndale.changes b/u-boot-arndale.changes index 25bd58f..58e7746 100644 --- a/u-boot-arndale.changes +++ b/u-boot-arndale.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-arndale.spec b/u-boot-arndale.spec index 3d44bcf..fdef774 100644 --- a/u-boot-arndale.spec +++ b/u-boot-arndale.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-arndale -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the arndale platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-bananapi.changes b/u-boot-bananapi.changes index 25bd58f..58e7746 100644 --- a/u-boot-bananapi.changes +++ b/u-boot-bananapi.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-bananapi.spec b/u-boot-bananapi.spec index 2ff8666..dd5a05a 100644 --- a/u-boot-bananapi.spec +++ b/u-boot-bananapi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-bananapi -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the bananapi platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-clearfog.changes b/u-boot-clearfog.changes index 25bd58f..58e7746 100644 --- a/u-boot-clearfog.changes +++ b/u-boot-clearfog.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-clearfog.spec b/u-boot-clearfog.spec index ba22173..ac7f24d 100644 --- a/u-boot-clearfog.spec +++ b/u-boot-clearfog.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-clearfog -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the clearfog platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-colibrit20.changes b/u-boot-colibrit20.changes index 25bd58f..58e7746 100644 --- a/u-boot-colibrit20.changes +++ b/u-boot-colibrit20.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-colibrit20.spec b/u-boot-colibrit20.spec index 04eeb8d..c94175c 100644 --- a/u-boot-colibrit20.spec +++ b/u-boot-colibrit20.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-colibrit20 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the colibrit20 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-cubieboard.changes b/u-boot-cubieboard.changes index 25bd58f..58e7746 100644 --- a/u-boot-cubieboard.changes +++ b/u-boot-cubieboard.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-cubieboard.spec b/u-boot-cubieboard.spec index 8eea5d1..10628ec 100644 --- a/u-boot-cubieboard.spec +++ b/u-boot-cubieboard.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-cubieboard -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the cubieboard platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-cubieboard2.changes b/u-boot-cubieboard2.changes index 25bd58f..58e7746 100644 --- a/u-boot-cubieboard2.changes +++ b/u-boot-cubieboard2.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-cubieboard2.spec b/u-boot-cubieboard2.spec index 50574b4..254895d 100644 --- a/u-boot-cubieboard2.spec +++ b/u-boot-cubieboard2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-cubieboard2 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the cubieboard2 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-cubietruck.changes b/u-boot-cubietruck.changes index 25bd58f..58e7746 100644 --- a/u-boot-cubietruck.changes +++ b/u-boot-cubietruck.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-cubietruck.spec b/u-boot-cubietruck.spec index 1256f1e..e264979 100644 --- a/u-boot-cubietruck.spec +++ b/u-boot-cubietruck.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-cubietruck -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the cubietruck platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-dragonboard410c.changes b/u-boot-dragonboard410c.changes index 25bd58f..58e7746 100644 --- a/u-boot-dragonboard410c.changes +++ b/u-boot-dragonboard410c.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-dragonboard410c.spec b/u-boot-dragonboard410c.spec index c71188f..1b9d342 100644 --- a/u-boot-dragonboard410c.spec +++ b/u-boot-dragonboard410c.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-dragonboard410c -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the dragonboard410c platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-evb-rk3399.changes b/u-boot-evb-rk3399.changes index 25bd58f..58e7746 100644 --- a/u-boot-evb-rk3399.changes +++ b/u-boot-evb-rk3399.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-evb-rk3399.spec b/u-boot-evb-rk3399.spec index 2fae508..bf6c154 100644 --- a/u-boot-evb-rk3399.spec +++ b/u-boot-evb-rk3399.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-evb-rk3399 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the evb-rk3399 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-firefly-rk3288.changes b/u-boot-firefly-rk3288.changes index 25bd58f..58e7746 100644 --- a/u-boot-firefly-rk3288.changes +++ b/u-boot-firefly-rk3288.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-firefly-rk3288.spec b/u-boot-firefly-rk3288.spec index be2d532..2f00f37 100644 --- a/u-boot-firefly-rk3288.spec +++ b/u-boot-firefly-rk3288.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-firefly-rk3288 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the firefly-rk3288 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-firefly-rk3399.changes b/u-boot-firefly-rk3399.changes index 25bd58f..58e7746 100644 --- a/u-boot-firefly-rk3399.changes +++ b/u-boot-firefly-rk3399.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-firefly-rk3399.spec b/u-boot-firefly-rk3399.spec index c0a2d43..65ecfa3 100644 --- a/u-boot-firefly-rk3399.spec +++ b/u-boot-firefly-rk3399.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-firefly-rk3399 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the firefly-rk3399 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-geekbox.changes b/u-boot-geekbox.changes index 25bd58f..58e7746 100644 --- a/u-boot-geekbox.changes +++ b/u-boot-geekbox.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-geekbox.spec b/u-boot-geekbox.spec index 0360113..6f336ba 100644 --- a/u-boot-geekbox.spec +++ b/u-boot-geekbox.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-geekbox -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the geekbox platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-highbank.changes b/u-boot-highbank.changes index 25bd58f..58e7746 100644 --- a/u-boot-highbank.changes +++ b/u-boot-highbank.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-highbank.spec b/u-boot-highbank.spec index 2198de1..df91494 100644 --- a/u-boot-highbank.spec +++ b/u-boot-highbank.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-highbank -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the highbank platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-hikey.changes b/u-boot-hikey.changes index 25bd58f..58e7746 100644 --- a/u-boot-hikey.changes +++ b/u-boot-hikey.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-hikey.spec b/u-boot-hikey.spec index c64ef2c..c16c1e0 100644 --- a/u-boot-hikey.spec +++ b/u-boot-hikey.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-hikey -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the hikey platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-hyundaia7hd.changes b/u-boot-hyundaia7hd.changes index 25bd58f..58e7746 100644 --- a/u-boot-hyundaia7hd.changes +++ b/u-boot-hyundaia7hd.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-hyundaia7hd.spec b/u-boot-hyundaia7hd.spec index 99336e0..126bf13 100644 --- a/u-boot-hyundaia7hd.spec +++ b/u-boot-hyundaia7hd.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-hyundaia7hd -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the hyundaia7hd platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-jetson-tk1.changes b/u-boot-jetson-tk1.changes index 25bd58f..58e7746 100644 --- a/u-boot-jetson-tk1.changes +++ b/u-boot-jetson-tk1.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-jetson-tk1.spec b/u-boot-jetson-tk1.spec index 652c23b..994f9c7 100644 --- a/u-boot-jetson-tk1.spec +++ b/u-boot-jetson-tk1.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-jetson-tk1 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the jetson-tk1 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-lamobor1.changes b/u-boot-lamobor1.changes index 25bd58f..58e7746 100644 --- a/u-boot-lamobor1.changes +++ b/u-boot-lamobor1.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-lamobor1.spec b/u-boot-lamobor1.spec index bf80d60..86794e2 100644 --- a/u-boot-lamobor1.spec +++ b/u-boot-lamobor1.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-lamobor1 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the lamobor1 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-ls1012afrdmqspi.changes b/u-boot-ls1012afrdmqspi.changes index 25bd58f..58e7746 100644 --- a/u-boot-ls1012afrdmqspi.changes +++ b/u-boot-ls1012afrdmqspi.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-ls1012afrdmqspi.spec b/u-boot-ls1012afrdmqspi.spec index 6e1ec7b..c52827e 100644 --- a/u-boot-ls1012afrdmqspi.spec +++ b/u-boot-ls1012afrdmqspi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-ls1012afrdmqspi -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the ls1012afrdmqspi platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-melea1000.changes b/u-boot-melea1000.changes index 25bd58f..58e7746 100644 --- a/u-boot-melea1000.changes +++ b/u-boot-melea1000.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-melea1000.spec b/u-boot-melea1000.spec index 6bf75b7..7c7d62c 100644 --- a/u-boot-melea1000.spec +++ b/u-boot-melea1000.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-melea1000 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the melea1000 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-merriia80optimus.changes b/u-boot-merriia80optimus.changes index 25bd58f..58e7746 100644 --- a/u-boot-merriia80optimus.changes +++ b/u-boot-merriia80optimus.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-merriia80optimus.spec b/u-boot-merriia80optimus.spec index 707fb42..b6d5548 100644 --- a/u-boot-merriia80optimus.spec +++ b/u-boot-merriia80optimus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-merriia80optimus -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the merriia80optimus platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mvebudb-88f3720.changes b/u-boot-mvebudb-88f3720.changes index 25bd58f..58e7746 100644 --- a/u-boot-mvebudb-88f3720.changes +++ b/u-boot-mvebudb-88f3720.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mvebudb-88f3720.spec b/u-boot-mvebudb-88f3720.spec index 70740f9..a0525b0 100644 --- a/u-boot-mvebudb-88f3720.spec +++ b/u-boot-mvebudb-88f3720.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mvebudb-88f3720 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mvebudb-88f3720 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mvebudbarmada8k.changes b/u-boot-mvebudbarmada8k.changes index 25bd58f..58e7746 100644 --- a/u-boot-mvebudbarmada8k.changes +++ b/u-boot-mvebudbarmada8k.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mvebudbarmada8k.spec b/u-boot-mvebudbarmada8k.spec index ad9954a..b2b64ba 100644 --- a/u-boot-mvebudbarmada8k.spec +++ b/u-boot-mvebudbarmada8k.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mvebudbarmada8k -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mvebudbarmada8k platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mvebuespressobin-88f3720.changes b/u-boot-mvebuespressobin-88f3720.changes index 25bd58f..58e7746 100644 --- a/u-boot-mvebuespressobin-88f3720.changes +++ b/u-boot-mvebuespressobin-88f3720.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mvebuespressobin-88f3720.spec b/u-boot-mvebuespressobin-88f3720.spec index 6a6e459..9cd1c31 100644 --- a/u-boot-mvebuespressobin-88f3720.spec +++ b/u-boot-mvebuespressobin-88f3720.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mvebuespressobin-88f3720 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mvebumcbin-88f8040.changes b/u-boot-mvebumcbin-88f8040.changes index 25bd58f..58e7746 100644 --- a/u-boot-mvebumcbin-88f8040.changes +++ b/u-boot-mvebumcbin-88f8040.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mvebumcbin-88f8040.spec b/u-boot-mvebumcbin-88f8040.spec index 5975245..366ca0a 100644 --- a/u-boot-mvebumcbin-88f8040.spec +++ b/u-boot-mvebumcbin-88f8040.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mvebumcbin-88f8040 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mx53loco.changes b/u-boot-mx53loco.changes index 25bd58f..58e7746 100644 --- a/u-boot-mx53loco.changes +++ b/u-boot-mx53loco.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mx53loco.spec b/u-boot-mx53loco.spec index 2bfdc66..1a69e47 100644 --- a/u-boot-mx53loco.spec +++ b/u-boot-mx53loco.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mx53loco -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mx53loco platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mx6cuboxi.changes b/u-boot-mx6cuboxi.changes index 25bd58f..58e7746 100644 --- a/u-boot-mx6cuboxi.changes +++ b/u-boot-mx6cuboxi.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mx6cuboxi.spec b/u-boot-mx6cuboxi.spec index 6c76170..289c4de 100644 --- a/u-boot-mx6cuboxi.spec +++ b/u-boot-mx6cuboxi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mx6cuboxi -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mx6cuboxi platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-mx6qsabrelite.changes b/u-boot-mx6qsabrelite.changes index 25bd58f..58e7746 100644 --- a/u-boot-mx6qsabrelite.changes +++ b/u-boot-mx6qsabrelite.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-mx6qsabrelite.spec b/u-boot-mx6qsabrelite.spec index 7dc9270..1d71aa0 100644 --- a/u-boot-mx6qsabrelite.spec +++ b/u-boot-mx6qsabrelite.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-mx6qsabrelite -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the mx6qsabrelite platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-nanopineo.changes b/u-boot-nanopineo.changes index 25bd58f..58e7746 100644 --- a/u-boot-nanopineo.changes +++ b/u-boot-nanopineo.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-nanopineo.spec b/u-boot-nanopineo.spec index 4c0c6f2..06d172f 100644 --- a/u-boot-nanopineo.spec +++ b/u-boot-nanopineo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-nanopineo -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the nanopineo platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-nanopineoair.changes b/u-boot-nanopineoair.changes index 25bd58f..58e7746 100644 --- a/u-boot-nanopineoair.changes +++ b/u-boot-nanopineoair.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-nanopineoair.spec b/u-boot-nanopineoair.spec index 5f4ff23..88dffa9 100644 --- a/u-boot-nanopineoair.spec +++ b/u-boot-nanopineoair.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-nanopineoair -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the nanopineoair platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-odroid-c2.changes b/u-boot-odroid-c2.changes index 25bd58f..58e7746 100644 --- a/u-boot-odroid-c2.changes +++ b/u-boot-odroid-c2.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-odroid-c2.spec b/u-boot-odroid-c2.spec index 76715bb..95bec5b 100644 --- a/u-boot-odroid-c2.spec +++ b/u-boot-odroid-c2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-odroid-c2 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the odroid-c2 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-odroid-xu3.changes b/u-boot-odroid-xu3.changes index 25bd58f..58e7746 100644 --- a/u-boot-odroid-xu3.changes +++ b/u-boot-odroid-xu3.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-odroid-xu3.spec b/u-boot-odroid-xu3.spec index 209ad89..8520027 100644 --- a/u-boot-odroid-xu3.spec +++ b/u-boot-odroid-xu3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-odroid-xu3 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the odroid-xu3 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-odroid.changes b/u-boot-odroid.changes index 25bd58f..58e7746 100644 --- a/u-boot-odroid.changes +++ b/u-boot-odroid.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-odroid.spec b/u-boot-odroid.spec index 3469e0d..ac5d8f9 100644 --- a/u-boot-odroid.spec +++ b/u-boot-odroid.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-odroid -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the odroid platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-omap3beagle.changes b/u-boot-omap3beagle.changes index 25bd58f..58e7746 100644 --- a/u-boot-omap3beagle.changes +++ b/u-boot-omap3beagle.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-omap3beagle.spec b/u-boot-omap3beagle.spec index 51c6b75..c6044bc 100644 --- a/u-boot-omap3beagle.spec +++ b/u-boot-omap3beagle.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-omap3beagle -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the omap3beagle platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-omap4panda.changes b/u-boot-omap4panda.changes index 25bd58f..58e7746 100644 --- a/u-boot-omap4panda.changes +++ b/u-boot-omap4panda.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-omap4panda.spec b/u-boot-omap4panda.spec index 8ee0352..18c6baf 100644 --- a/u-boot-omap4panda.spec +++ b/u-boot-omap4panda.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-omap4panda -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the omap4panda platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-orangepipc.changes b/u-boot-orangepipc.changes index 25bd58f..58e7746 100644 --- a/u-boot-orangepipc.changes +++ b/u-boot-orangepipc.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-orangepipc.spec b/u-boot-orangepipc.spec index e4b39e5..c59f619 100644 --- a/u-boot-orangepipc.spec +++ b/u-boot-orangepipc.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-orangepipc -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the orangepipc platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-orangepipc2.changes b/u-boot-orangepipc2.changes index 25bd58f..58e7746 100644 --- a/u-boot-orangepipc2.changes +++ b/u-boot-orangepipc2.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-orangepipc2.spec b/u-boot-orangepipc2.spec index 9c1fe79..daadfc2 100644 --- a/u-boot-orangepipc2.spec +++ b/u-boot-orangepipc2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-orangepipc2 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the orangepipc2 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-p2371-2180.changes b/u-boot-p2371-2180.changes index 25bd58f..58e7746 100644 --- a/u-boot-p2371-2180.changes +++ b/u-boot-p2371-2180.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-p2371-2180.spec b/u-boot-p2371-2180.spec index 21e07ae..a2cb1df 100644 --- a/u-boot-p2371-2180.spec +++ b/u-boot-p2371-2180.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-p2371-2180 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the p2371-2180 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-paz00.changes b/u-boot-paz00.changes index 25bd58f..58e7746 100644 --- a/u-boot-paz00.changes +++ b/u-boot-paz00.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-paz00.spec b/u-boot-paz00.spec index a071b70..da727fd 100644 --- a/u-boot-paz00.spec +++ b/u-boot-paz00.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-paz00 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the paz00 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-pcm051rev3.changes b/u-boot-pcm051rev3.changes index 25bd58f..58e7746 100644 --- a/u-boot-pcm051rev3.changes +++ b/u-boot-pcm051rev3.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-pcm051rev3.spec b/u-boot-pcm051rev3.spec index aa406aa..faa9531 100644 --- a/u-boot-pcm051rev3.spec +++ b/u-boot-pcm051rev3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-pcm051rev3 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the pcm051rev3 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-pine64plus.changes b/u-boot-pine64plus.changes index 25bd58f..58e7746 100644 --- a/u-boot-pine64plus.changes +++ b/u-boot-pine64plus.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-pine64plus.spec b/u-boot-pine64plus.spec index c247bf2..2f73c0f 100644 --- a/u-boot-pine64plus.spec +++ b/u-boot-pine64plus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-pine64plus -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the pine64plus platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-qemu-ppce500.changes b/u-boot-qemu-ppce500.changes index 25bd58f..58e7746 100644 --- a/u-boot-qemu-ppce500.changes +++ b/u-boot-qemu-ppce500.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-qemu-ppce500.spec b/u-boot-qemu-ppce500.spec index aeaca15..55def36 100644 --- a/u-boot-qemu-ppce500.spec +++ b/u-boot-qemu-ppce500.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-qemu-ppce500 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the qemu-ppce500 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-rpi.changes b/u-boot-rpi.changes index 25bd58f..58e7746 100644 --- a/u-boot-rpi.changes +++ b/u-boot-rpi.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-rpi.spec b/u-boot-rpi.spec index f420df7..0bc1dfb 100644 --- a/u-boot-rpi.spec +++ b/u-boot-rpi.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-rpi -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the rpi platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-rpi2.changes b/u-boot-rpi2.changes index 25bd58f..58e7746 100644 --- a/u-boot-rpi2.changes +++ b/u-boot-rpi2.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-rpi2.spec b/u-boot-rpi2.spec index 87b03f1..a732c01 100644 --- a/u-boot-rpi2.spec +++ b/u-boot-rpi2.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-rpi2 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the rpi2 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-rpi3.changes b/u-boot-rpi3.changes index 25bd58f..58e7746 100644 --- a/u-boot-rpi3.changes +++ b/u-boot-rpi3.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-rpi3.spec b/u-boot-rpi3.spec index 2d06d50..a26ab34 100644 --- a/u-boot-rpi3.spec +++ b/u-boot-rpi3.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-rpi3 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the rpi3 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-rpi332b.changes b/u-boot-rpi332b.changes index 25bd58f..58e7746 100644 --- a/u-boot-rpi332b.changes +++ b/u-boot-rpi332b.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-rpi332b.spec b/u-boot-rpi332b.spec index 0262fec..41752af 100644 --- a/u-boot-rpi332b.spec +++ b/u-boot-rpi332b.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-rpi332b -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the rpi332b platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-sinovoipbpim2plus.changes b/u-boot-sinovoipbpim2plus.changes index 25bd58f..58e7746 100644 --- a/u-boot-sinovoipbpim2plus.changes +++ b/u-boot-sinovoipbpim2plus.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-sinovoipbpim2plus.spec b/u-boot-sinovoipbpim2plus.spec index 4c7a37a..34378f9 100644 --- a/u-boot-sinovoipbpim2plus.spec +++ b/u-boot-sinovoipbpim2plus.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-sinovoipbpim2plus -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the sinovoipbpim2plus platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-snow.changes b/u-boot-snow.changes index 25bd58f..58e7746 100644 --- a/u-boot-snow.changes +++ b/u-boot-snow.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-snow.spec b/u-boot-snow.spec index 109e4be..76f4ea5 100644 --- a/u-boot-snow.spec +++ b/u-boot-snow.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-snow -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the snow platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-socfpgade0nanosoc.changes b/u-boot-socfpgade0nanosoc.changes index 25bd58f..58e7746 100644 --- a/u-boot-socfpgade0nanosoc.changes +++ b/u-boot-socfpgade0nanosoc.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-socfpgade0nanosoc.spec b/u-boot-socfpgade0nanosoc.spec index f05e1a5..d57d297 100644 --- a/u-boot-socfpgade0nanosoc.spec +++ b/u-boot-socfpgade0nanosoc.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-socfpgade0nanosoc -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the socfpgade0nanosoc platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-spring.changes b/u-boot-spring.changes index 25bd58f..58e7746 100644 --- a/u-boot-spring.changes +++ b/u-boot-spring.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-spring.spec b/u-boot-spring.spec index 2a044b4..ec1fcab 100644 --- a/u-boot-spring.spec +++ b/u-boot-spring.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-spring -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the spring platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-tinker-rk3288.changes b/u-boot-tinker-rk3288.changes index 25bd58f..58e7746 100644 --- a/u-boot-tinker-rk3288.changes +++ b/u-boot-tinker-rk3288.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-tinker-rk3288.spec b/u-boot-tinker-rk3288.spec index 1815a79..17c5124 100644 --- a/u-boot-tinker-rk3288.spec +++ b/u-boot-tinker-rk3288.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-tinker-rk3288 -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the tinker-rk3288 platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-udoo.changes b/u-boot-udoo.changes index 25bd58f..58e7746 100644 --- a/u-boot-udoo.changes +++ b/u-boot-udoo.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-udoo.spec b/u-boot-udoo.spec index 67028dd..fa30319 100644 --- a/u-boot-udoo.spec +++ b/u-boot-udoo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-udoo -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the udoo platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot-udooneo.changes b/u-boot-udooneo.changes index 25bd58f..58e7746 100644 --- a/u-boot-udooneo.changes +++ b/u-boot-udooneo.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot-udooneo.spec b/u-boot-udooneo.spec index b715397..f7b36ee 100644 --- a/u-boot-udooneo.spec +++ b/u-boot-udooneo.spec @@ -32,10 +32,10 @@ %endif # archive_version differs from version for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot-udooneo -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: The U-Boot firmware for the udooneo platform License: GPL-2.0 @@ -49,7 +49,7 @@ Source300: u-boot-rpmlintrc Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch -Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch +Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0 BuildRequires: arm-trusted-firmware-pine64 diff --git a/u-boot.changes b/u-boot.changes index 25bd58f..58e7746 100644 --- a/u-boot.changes +++ b/u-boot.changes @@ -1,7 +1,37 @@ +------------------------------------------------------------------- +Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org + +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches added: + 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch + +------------------------------------------------------------------- +Tue Nov 14 10:10:21 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11 + +------------------------------------------------------------------- +Tue Nov 7 09:59:19 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc4 + +------------------------------------------------------------------- +Tue Oct 31 10:28:07 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc3 + +------------------------------------------------------------------- +Tue Oct 17 07:58:25 UTC 2017 - guillaume@opensuse.org + +- Updated to v2017.11-rc2 +- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.11 +* Patches dropped: + 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch + ------------------------------------------------------------------- Mon Oct 16 18:53:36 UTC 2017 - xxxxxmichl@googlemail.com -- Added Banana Pi M2+ support +- Added Banana Pi M2+ support (u-boot-sinovoipbpim2plus) ------------------------------------------------------------------- Sun Oct 8 13:17:01 UTC 2017 - afaerber@suse.de diff --git a/u-boot.spec b/u-boot.spec index 5202fdb..03c346e 100644 --- a/u-boot.spec +++ b/u-boot.spec @@ -19,10 +19,10 @@ # 'archive_version' differs from 'version' for RC version only -%define archive_version 2017.09 +%define archive_version 2017.11 Name: u-boot -Version: 2017.09 +Version: 2017.11 Release: 0 Summary: Tools for the U-Boot Firmware License: GPL-2.0 diff --git a/update_git.sh b/update_git.sh index 8b8226e..c0ea29a 100644 --- a/update_git.sh +++ b/update_git.sh @@ -13,8 +13,8 @@ set -e GIT_TREE=git://github.com/openSUSE/u-boot.git GIT_LOCAL_TREE=~/git/u-boot-opensuse -GIT_BRANCH=tumbleweed-2017.09 -GIT_UPSTREAM_TAG=v2017.09 +GIT_BRANCH=tumbleweed-2017.11 +GIT_UPSTREAM_TAG=v2017.11 GIT_DIR=/dev/shm/u-boot-factory-git-dir CMP_DIR=/dev/shm/u-boot-factory-cmp-dir