SHA256
1
0
forked from pool/mmc-utils

Accepting request 482471 from hardware

- 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/request/show/482471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=8
This commit is contained in:
Yuchen Lin 2017-04-12 15:32:42 +00:00 committed by Git OBS Bridge
commit dbd11d4856
5 changed files with 20 additions and 7 deletions

4
_servicedata Normal file
View File

@ -0,0 +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">37c86e60c0442fef570b75cd81aeb1db4d0cbafd</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df79b249558535357fd42e34ce8932e50908a62bd02ef7cc823916da08afff68
size 35664

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81cc2eb2a04e0ff896d836b4cfffe5956b0c4d5a57e2c4d31e0267cf128e0a7e
size 35736

View File

@ -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

View File

@ -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)