diff --git a/_service b/_service index a87bb78..e48f61c 100644 --- a/_service +++ b/_service @@ -1,14 +1,14 @@ - + git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git git mmc-utils enable 0.1+git.%cd - + *.tar xz - + diff --git a/mmc-utils-0.1+git.20160511.tar.xz b/mmc-utils-0.1+git.20160511.tar.xz deleted file mode 100644 index 7f97c1a..0000000 --- a/mmc-utils-0.1+git.20160511.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e29fbea87ef277ca9a72cb08050b2a31745ee7f67d0cdd9f17f378a3e3d07189 -size 33800 diff --git a/mmc-utils-0.1+git.20160623.tar.xz b/mmc-utils-0.1+git.20160623.tar.xz new file mode 100644 index 0000000..d8c0454 --- /dev/null +++ b/mmc-utils-0.1+git.20160623.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbe98f57f955a606d055b697025a614ed017b9aaa075eb16af2e26cea9d7888 +size 35524 diff --git a/mmc-utils.changes b/mmc-utils.changes index 84e46de..3b07bab 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jun 29 15:19:02 UTC 2016 - mpluskal@suse.com + +- Update to version 0.1+git.20160623: + * mmc-utils: Add ability to configure write protect on an eMMC device + * mmc-utils: Add Command Queue fields to Extended CSD + ------------------------------------------------------------------- Thu May 12 20:45:28 UTC 2016 - mpluskal@suse.com diff --git a/mmc-utils.spec b/mmc-utils.spec index b1a3192..4f285cd 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20160511 +Version: 0.1+git.20160623 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0 @@ -27,9 +27,6 @@ Source0: %{name}-%{version}.tar.xz Source1: https://www.gnu.org/licenses/gpl-2.0.txt Patch0: do_not_use_asm_generic.patch BuildRequires: xz -# switch from versioning based only on date of last git commit -Provides: %{name} = 20151118 -Obsoletes: %{name} = 20151118 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description