From b1466eef55124815cbab7370db6db94155c80658b722fb3fadaaf66600340782 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 24 Mar 2017 12:04:59 +0000 Subject: [PATCH] - Update to version 0.1+git.20170320: * mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode * mmc-utils: feature spec 5.0+, Pre EOL information * mmc-utils: Check for ext_csd_rev only once OBS-URL: https://build.opensuse.org/package/show/hardware/mmc-utils?expand=0&rev=18 --- _servicedata | 4 ++++ mmc-utils-0.1+git.20160901.tar.xz | 3 --- mmc-utils-0.1+git.20170320.tar.xz | 3 +++ mmc-utils.changes | 8 ++++++++ mmc-utils.spec | 9 +++++---- 5 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 _servicedata delete mode 100644 mmc-utils-0.1+git.20160901.tar.xz create mode 100644 mmc-utils-0.1+git.20170320.tar.xz diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..9d922a7 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git + 37c86e60c0442fef570b75cd81aeb1db4d0cbafd \ No newline at end of file diff --git a/mmc-utils-0.1+git.20160901.tar.xz b/mmc-utils-0.1+git.20160901.tar.xz deleted file mode 100644 index 899328c..0000000 --- a/mmc-utils-0.1+git.20160901.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df79b249558535357fd42e34ce8932e50908a62bd02ef7cc823916da08afff68 -size 35664 diff --git a/mmc-utils-0.1+git.20170320.tar.xz b/mmc-utils-0.1+git.20170320.tar.xz new file mode 100644 index 0000000..986a467 --- /dev/null +++ b/mmc-utils-0.1+git.20170320.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cc2eb2a04e0ff896d836b4cfffe5956b0c4d5a57e2c4d31e0267cf128e0a7e +size 35736 diff --git a/mmc-utils.changes b/mmc-utils.changes index caada44..03a82ad 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 24 12:02:21 UTC 2017 - mpluskal@suse.com + +- Update to version 0.1+git.20170320: + * mmc-utils: feature spec 5.0+, device life time estimation for MLC and pSLC mode + * mmc-utils: feature spec 5.0+, Pre EOL information + * mmc-utils: Check for ext_csd_rev only once + ------------------------------------------------------------------- Fri Sep 09 18:44:54 UTC 2016 - mpluskal@suse.com diff --git a/mmc-utils.spec b/mmc-utils.spec index 2ca39a1..c2bf1fe 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20160901 +Version: 0.1+git.20170320 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0 @@ -42,8 +42,9 @@ export CFLAGS="%{optflags}" make %{?_smp_mflags} %install -make %{?_smp_mflags} install prefix=%{_prefix} DESTDIR=%{buildroot} -install -D -m 0644 man/mmc.1 %{buildroot}%{_mandir}/man1/mmc.1 +%make_install prefix=%{_prefix} +install -D -p -m 0644 man/mmc.1 \ + %{buildroot}%{_mandir}/man1/mmc.1 %files %defattr(-,root,root)