diff --git a/_service b/_service index 9dc043a..1509207 100644 --- a/_service +++ b/_service @@ -1,12 +1,12 @@ - + git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git git enable mmc-utils 0.1+git.%cd - + *.tar diff --git a/_servicedata b/_servicedata index 06ec446..047dc1f 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git - d4c2910981ff99b983734426dfa99632fb81ac6b \ No newline at end of file + e1281d4de9166b7254ba30bb58f9191fc2c9e7fb \ No newline at end of file diff --git a/mmc-utils-0.1+git.20230209.obscpio b/mmc-utils-0.1+git.20230209.obscpio deleted file mode 100644 index dcd6830..0000000 --- a/mmc-utils-0.1+git.20230209.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:605ae4c2e69a211418b71e0b09544b16314db0bc7d2fb99ab2ee84f45da18c66 -size 236555 diff --git a/mmc-utils-0.1+git.20240307.obscpio b/mmc-utils-0.1+git.20240307.obscpio new file mode 100644 index 0000000..e9ebaf0 --- /dev/null +++ b/mmc-utils-0.1+git.20240307.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4bc073d099b551c2f5c6c7d0eaf31a54cc7b54831a6e7f40bfa14530c2f56c3 +size 233995 diff --git a/mmc-utils.changes b/mmc-utils.changes index 796938b..0905e93 100644 --- a/mmc-utils.changes +++ b/mmc-utils.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Mar 14 13:50:50 UTC 2024 - Martin Pluskal + +- Update to version 0.1+git.20240307: + * mmc-utils: mmc_cmds: fix type-punned warning on &ext_csd[] casting + * mmc-utils: lsmmc: Fix emmc capacity calculation + * mmc-utils: lsmmc: Disintegrade print_mmc_csd + * mmc-utils: lsmmc: Simplify interface processing functions + * mmc-utils: lsmmc: Simplify prinitng manufacturer name + * mmc-utils: lsmmc: Reuse do_read_reg + * mmc-utils: fix potential overflow + * mmc-utils: ffu: Add optional chunk-size argument + * mmc-utils: ffu: Allow ffu of large images + * mmc-utils: ffu: Add ffu multi-command set handler + * mmc-utils: ffu: Simplify ext_csd bytes parsing + * mmc-utils: Add arg argument to set_single_cmd + * mmc-utils: Add fill_switch_cmd handler + * mmc-utils: Assert MMC_IOC_MULTI_CMD in compile time + * mmc-utils: support overriding CFLAGS without setting -DVERSION + * mmc-utils: do not hide CID manufacturer information + * mmc-utils: fix printing OID for mmc in non-verbose mode + * mmc-utils: add SanDisk to manufacturer database + * mmc-utils: Change version string to git hash + ------------------------------------------------------------------- Fri Mar 24 08:08:30 UTC 2023 - Martin Pluskal diff --git a/mmc-utils.obsinfo b/mmc-utils.obsinfo index 97fe3bc..18b5651 100644 --- a/mmc-utils.obsinfo +++ b/mmc-utils.obsinfo @@ -1,4 +1,4 @@ name: mmc-utils -version: 0.1+git.20230209 -mtime: 1675952211 -commit: d4c2910981ff99b983734426dfa99632fb81ac6b +version: 0.1+git.20240307 +mtime: 1709809140 +commit: e1281d4de9166b7254ba30bb58f9191fc2c9e7fb diff --git a/mmc-utils.spec b/mmc-utils.spec index addfb7c..9729ad8 100644 --- a/mmc-utils.spec +++ b/mmc-utils.spec @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,10 @@ Name: mmc-utils -Version: 0.1+git.20230209 +Version: 0.1+git.20240307 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0-only -Group: Hardware/Other URL: https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/ Source0: %{name}-%{version}.tar.gz Source1: https://www.gnu.org/licenses/gpl-2.0.txt