SHA256
1
0
forked from pool/mmc-utils

Accepting request 617396 from hardware

- Update to version 0.1+git.20180327:
  * fix ENH_START_ADDR overflow
- Dont build with -Werror

OBS-URL: https://build.opensuse.org/request/show/617396
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mmc-utils?expand=0&rev=10
This commit is contained in:
Yuchen Lin 2018-06-19 10:05:03 +00:00 committed by Git OBS Bridge
commit cdeaff4318
5 changed files with 14 additions and 8 deletions

View File

@ -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">7bcad171173fd9a9401e7ce81906605bd6f4eddc</param></service></servicedata>
<param name="changesrevision">b4fe0c8c0e57a74c01755fa9362703b60d7ee49d</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jun 18 06:51:50 UTC 2018 - mpluskal@suse.com
- Update to version 0.1+git.20180327:
* fix ENH_START_ADDR overflow
- Dont build with -Werror
-------------------------------------------------------------------
Thu Mar 8 09:49:09 UTC 2018 - mpluskal@suse.com

View File

@ -17,7 +17,7 @@
Name: mmc-utils
Version: 0.1+git.20180216
Version: 0.1+git.20180327
Release: 0
Summary: Tools for MMC/SD devices
License: GPL-2.0-only
@ -34,8 +34,7 @@ Userspace tools for controlling and querying MMC/SD storage devices
cp %{SOURCE1} LICENSE.GPL-2.0
%build
export CFLAGS="%{optflags}"
make %{?_smp_mflags}
make %{?_smp_mflags} CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef"
%install
%make_install prefix=%{_prefix}
@ -45,6 +44,6 @@ install -D -p -m 0644 man/mmc.1 \
%files
%license LICENSE.GPL-2.0
%{_bindir}/mmc
%{_mandir}/man1/mmc.1%{ext_man}
%{_mandir}/man1/mmc.1%{?ext_man}
%changelog