forked from pool/mmc-utils
- 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
This commit is contained in:
parent
2e7f356b82
commit
7fb1134cd8
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param>
|
||||
<param name="changesrevision">73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5</param></service></servicedata>
|
||||
<param name="changesrevision">e9654ebc4a6a48642848822c4a1355a9de4958d1</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7114c4ecf44997ebfd94eb8c980bf6a8ef702f8bc5655c72c86a9e9220b8eba3
|
||||
size 214539
|
3
mmc-utils-0.1+git.20210330.obscpio
Normal file
3
mmc-utils-0.1+git.20210330.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95f4478cacdbef13541412c0131aced15e83ac6e246d6a1229386be8d99878c0
|
||||
size 218635
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 07:43:21 UTC 2021 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user