From f1fe92fe8dd2d32b2a8b541ea3727efbe02f40db6c97e3991f3a3f3dc0d7595c Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 3 Feb 2020 15:58:30 +0000 Subject: [PATCH] - Update to version 0.1+git.20191004: * Add eMMC vendor Micron to table * Optimize to_binstr() function * Fix parsing of character in to_binstr() * Cleanup memory in error case * Check calloc's return value before using the pointer * mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD * mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access * use proper type for RPMB blocks_cnt * fix GCC7 build by refactoring trimming routines * fix ENH_START_ADDR overflow OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=29 --- _service | 13 +++++++------ _servicedata | 2 +- mmc-utils-0.1+git.20190808.tar.xz | 3 --- mmc-utils-0.1+git.20191004.obscpio | 3 +++ mmc-utils.changes | 15 +++++++++++++++ mmc-utils.spec | 10 +++++----- 6 files changed, 31 insertions(+), 15 deletions(-) delete mode 100644 mmc-utils-0.1+git.20190808.tar.xz create mode 100644 mmc-utils-0.1+git.20191004.obscpio diff --git a/_service b/_service index e48f61c..9dc043a 100644 --- a/_service +++ b/_service @@ -1,14 +1,15 @@ - + git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git git - mmc-utils enable + mmc-utils 0.1+git.%cd - - *.tar - xz - + + + *.tar + gz + diff --git a/_servicedata b/_servicedata index e765afd..793683f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git - d40ec535b9d4e4c974e8c2fbfb422cd0348cc5e8 \ No newline at end of file + 73d6c59af8d1bcedf5de4aa1f5d5b7f765f545f5 \ No newline at end of file diff --git a/mmc-utils-0.1+git.20190808.tar.xz b/mmc-utils-0.1+git.20190808.tar.xz deleted file mode 100644 index 42506f9..0000000 --- a/mmc-utils-0.1+git.20190808.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdf7fa1a6777d8fdb0872383ba510619f2cdfda55866b9e1f93243c57279557c -size 36132 diff --git a/mmc-utils-0.1+git.20191004.obscpio b/mmc-utils-0.1+git.20191004.obscpio new file mode 100644 index 0000000..4d68a36 --- /dev/null +++ b/mmc-utils-0.1+git.20191004.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7114c4ecf44997ebfd94eb8c980bf6a8ef702f8bc5655c72c86a9e9220b8eba3 +size 214539 diff --git a/mmc-utils.changes b/mmc-utils.changes index c4ce7d4..d00fece 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 3 15:56:24 UTC 2020 - Martin Pluskal + +- Update to version 0.1+git.20191004: + * Add eMMC vendor Micron to table + * Optimize to_binstr() function + * Fix parsing of character in to_binstr() + * Cleanup memory in error case + * Check calloc's return value before using the pointer + * mmc-utils: feature spec 5.0+, add secure removal type fields to Extended CSD + * mmc-utils: use MMC_IOC_MULTI_CMD for RPMB access + * use proper type for RPMB blocks_cnt + * fix GCC7 build by refactoring trimming routines + * fix ENH_START_ADDR overflow + ------------------------------------------------------------------- Tue Aug 13 14:02:28 UTC 2019 - Martin Pluskal diff --git a/mmc-utils.spec b/mmc-utils.spec index 807fb6a..6bec2a6 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,24 +17,24 @@ Name: mmc-utils -Version: 0.1+git.20190808 +Version: 0.1+git.20191004 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/ -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz Source1: https://www.gnu.org/licenses/gpl-2.0.txt %description Userspace tools for controlling and querying MMC/SD storage devices %prep -%setup -q +%autosetup cp %{SOURCE1} LICENSE.GPL-2.0 %build -make %{?_smp_mflags} CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef" +%make_build CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef" %install %make_install prefix=%{_prefix}