From 7fb1134cd81814edd338a15acc66cfef7305dc03c97957760df7b9199e2b6834 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 28 Apr 2021 07:44:28 +0000 Subject: [PATCH] - Update to version 0.1+git.20210330: * Various fixes * Add various SD/eMMC vendors to table * Fix parsing of Product Revision and Serial Number * mmc_cmds.c: fix build with gcc 4.9 * mmc-utils: Add AUTO_EN support in the BKOPS_EN * mmc-utils: Expand 'writeprotect boot' * mmc-utils: Fix scaling of cache size * rpmb: Zero-init MMC_IOC_MULTI_CMD structures * mmc-utils: let FFU mode use CMD23 and CMD25 OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=32 --- _servicedata | 2 +- mmc-utils-0.1+git.20191004.obscpio | 3 --- mmc-utils-0.1+git.20210330.obscpio | 3 +++ mmc-utils.changes | 14 ++++++++++++++ mmc-utils.obsinfo | 6 +++--- mmc-utils.spec | 6 +++--- 6 files changed, 24 insertions(+), 10 deletions(-) delete mode 100644 mmc-utils-0.1+git.20191004.obscpio create mode 100644 mmc-utils-0.1+git.20210330.obscpio diff --git a/_servicedata b/_servicedata index 793683f..ba52a15 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git - 73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5 \ No newline at end of file + e9654ebc4a6a48642848822c4a1355a9de4958d1 \ No newline at end of file diff --git a/mmc-utils-0.1+git.20191004.obscpio b/mmc-utils-0.1+git.20191004.obscpio deleted file mode 100644 index 4d68a36..0000000 --- a/mmc-utils-0.1+git.20191004.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7114c4ecf44997ebfd94eb8c980bf6a8ef702f8bc5655c72c86a9e9220b8eba3 -size 214539 diff --git a/mmc-utils-0.1+git.20210330.obscpio b/mmc-utils-0.1+git.20210330.obscpio new file mode 100644 index 0000000..4ea381a --- /dev/null +++ b/mmc-utils-0.1+git.20210330.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f4478cacdbef13541412c0131aced15e83ac6e246d6a1229386be8d99878c0 +size 218635 diff --git a/mmc-utils.changes b/mmc-utils.changes index d00fece..9bdf63a 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Apr 28 07:43:21 UTC 2021 - Martin Pluskal + +- Update to version 0.1+git.20210330: + * Various fixes + * Add various SD/eMMC vendors to table + * Fix parsing of Product Revision and Serial Number + * mmc_cmds.c: fix build with gcc 4.9 + * mmc-utils: Add AUTO_EN support in the BKOPS_EN + * mmc-utils: Expand 'writeprotect boot' + * mmc-utils: Fix scaling of cache size + * rpmb: Zero-init MMC_IOC_MULTI_CMD structures + * mmc-utils: let FFU mode use CMD23 and CMD25 + ------------------------------------------------------------------- Mon Feb 3 15:56:24 UTC 2020 - Martin Pluskal diff --git a/mmc-utils.obsinfo b/mmc-utils.obsinfo index faf3d8f..b87652a 100644 --- a/mmc-utils.obsinfo +++ b/mmc-utils.obsinfo @@ -1,5 +1,5 @@ name: mmc-utils -version: 0.1+git.20191004 -mtime: 1570236453 -commit: 73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5 +version: 0.1+git.20210330 +mtime: 1617110914 +commit: e9654ebc4a6a48642848822c4a1355a9de4958d1 diff --git a/mmc-utils.spec b/mmc-utils.spec index 6bec2a6..df2d5a1 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: mmc-utils -Version: 0.1+git.20191004 +Version: 0.1+git.20210330 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0-only Group: Hardware/Other -URL: http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/ +URL: https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/ Source0: %{name}-%{version}.tar.gz Source1: https://www.gnu.org/licenses/gpl-2.0.txt