From 4190e7c00c0568f39cd0c2c6cfbd2c0cd80d243f50b3f516a1683d933bf6da89 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 9 Mar 2016 16:44:26 +0000 Subject: [PATCH] - Update to version 0.1~git.20160308: + Fit usage to 80 cols + fix building errors on Android + mmc-utils: add check for max enhanced user area + mmc-utils: add support to create gp partition + mmc-utils: Add command to set the boot bus conditions + mmc-utils: add ability to enable/disable optional eMMC cache + mmc_utils: gp create: only allow partition [1-4] to be selected + mmc_utils: doc: add man-page + mmc-utils: Merge the lsmmc tool into mmc-utils + mmc_utils: add ffu support OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=9 --- _service | 1 + do_not_use_asm_generic.patch | 10 +++++----- mmc-utils-0.1~git.20160223.tar.xz | 3 --- mmc-utils-0.1~git.20160308.tar.xz | 3 +++ mmc-utils.changes | 15 +++++++++++++++ mmc-utils.spec | 2 +- 6 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 mmc-utils-0.1~git.20160223.tar.xz create mode 100644 mmc-utils-0.1~git.20160308.tar.xz diff --git a/_service b/_service index e108520..ee33c0e 100644 --- a/_service +++ b/_service @@ -3,6 +3,7 @@ git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git git mmc-utils + enable 0.1~git.%ad diff --git a/do_not_use_asm_generic.patch b/do_not_use_asm_generic.patch index deff7e2..e97f0b4 100644 --- a/do_not_use_asm_generic.patch +++ b/do_not_use_asm_generic.patch @@ -9,12 +9,12 @@ Signed-off-by: Michel Normand mmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: mmc-utils-20151118/mmc.h +Index: mmc-utils-0.1~git.20160308/mmc.h =================================================================== ---- mmc-utils-20151118.orig/mmc.h -+++ mmc-utils-20151118/mmc.h -@@ -14,7 +14,7 @@ - * Boston, MA 021110-1307, USA. +--- mmc-utils-0.1~git.20160308.orig/mmc.h ++++ mmc-utils-0.1~git.20160308/mmc.h +@@ -17,7 +17,7 @@ + * those modifications are Copyright (c) 2016 SanDisk Corp. */ -#include diff --git a/mmc-utils-0.1~git.20160223.tar.xz b/mmc-utils-0.1~git.20160223.tar.xz deleted file mode 100644 index 4ae960b..0000000 --- a/mmc-utils-0.1~git.20160223.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a520df748caec27012f8a203dbb3a64690b6cb6064a8c8f00546656d76b422c4 -size 32268 diff --git a/mmc-utils-0.1~git.20160308.tar.xz b/mmc-utils-0.1~git.20160308.tar.xz new file mode 100644 index 0000000..77f6c1c --- /dev/null +++ b/mmc-utils-0.1~git.20160308.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e2d6b8afaa47c75e5f1cb7fdb7089b1f4ee6134f9eee17f4e4c2db2445d6dc +size 33748 diff --git a/mmc-utils.changes b/mmc-utils.changes index 8d66ca3..2dfbb21 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 09 16:42:06 UTC 2016 - mpluskal@suse.com + +- Update to version 0.1~git.20160308: + + Fit usage to 80 cols + + fix building errors on Android + + mmc-utils: add check for max enhanced user area + + mmc-utils: add support to create gp partition + + mmc-utils: Add command to set the boot bus conditions + + mmc-utils: add ability to enable/disable optional eMMC cache + + mmc_utils: gp create: only allow partition [1-4] to be selected + + mmc_utils: doc: add man-page + + mmc-utils: Merge the lsmmc tool into mmc-utils + + mmc_utils: add ffu support + ------------------------------------------------------------------- Tue Mar 1 15:37:00 UTC 2016 - mpluskal@suse.com diff --git a/mmc-utils.spec b/mmc-utils.spec index 5d5b857..a4d66f9 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1~git.20160223 +Version: 0.1~git.20160308 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0