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:
commit
cdeaff4318
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git</param>
|
<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>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:233cb4fb9ee368fd63b5771a0021c97ffa637b5a3c43fcaabc1c0237c64b93cc
|
|
||||||
size 35688
|
|
3
mmc-utils-0.1+git.20180327.tar.xz
Normal file
3
mmc-utils-0.1+git.20180327.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:98c8bde9ce1ae4039733d1dbe2a1bc3c8b91f375700f85b53c6981247199cad5
|
||||||
|
size 35680
|
@ -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
|
Thu Mar 8 09:49:09 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mmc-utils
|
Name: mmc-utils
|
||||||
Version: 0.1+git.20180216
|
Version: 0.1+git.20180327
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for MMC/SD devices
|
Summary: Tools for MMC/SD devices
|
||||||
License: GPL-2.0-only
|
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
|
cp %{SOURCE1} LICENSE.GPL-2.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
make %{?_smp_mflags} CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef"
|
||||||
make %{?_smp_mflags}
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install prefix=%{_prefix}
|
%make_install prefix=%{_prefix}
|
||||||
@ -45,6 +44,6 @@ install -D -p -m 0644 man/mmc.1 \
|
|||||||
%files
|
%files
|
||||||
%license LICENSE.GPL-2.0
|
%license LICENSE.GPL-2.0
|
||||||
%{_bindir}/mmc
|
%{_bindir}/mmc
|
||||||
%{_mandir}/man1/mmc.1%{ext_man}
|
%{_mandir}/man1/mmc.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user