Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mmc-utils for openSUSE:Factory checked in at 2021-10-19 23:03:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mmc-utils (Old) and /work/SRC/openSUSE:Factory/.mmc-utils.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mmc-utils" Tue Oct 19 23:03:54 2021 rev:17 rq:926154 version:0.1+git.20210930 Changes: -------- --- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes 2021-09-14 21:14:46.572427795 +0200 +++ /work/SRC/openSUSE:Factory/.mmc-utils.new.1890/mmc-utils.changes 2021-10-19 23:04:13.577283817 +0200 @@ -1,0 +2,6 @@ +Tue Oct 19 07:56:22 UTC 2021 - Martin Pluskal <[email protected]> + +- Update to version 0.1+git.20210930: + * mmc-utils: One further optimization of trimming routine + +------------------------------------------------------------------- Old: ---- mmc-utils-0.1+git.20210824.obscpio New: ---- mmc-utils-0.1+git.20210930.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mmc-utils.spec ++++++ --- /var/tmp/diff_new_pack.IUVxjU/_old 2021-10-19 23:04:14.153284079 +0200 +++ /var/tmp/diff_new_pack.IUVxjU/_new 2021-10-19 23:04:14.153284079 +0200 @@ -17,7 +17,7 @@ Name: mmc-utils -Version: 0.1+git.20210824 +Version: 0.1+git.20210930 Release: 0 Summary: Tools for MMC/SD devices License: GPL-2.0-only ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.IUVxjU/_old 2021-10-19 23:04:14.197284099 +0200 +++ /var/tmp/diff_new_pack.IUVxjU/_new 2021-10-19 23:04:14.197284099 +0200 @@ -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">0eea71e4f22a837ed59e607743767df2d038825e</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">7769a4d7abe339ce273c13a203394a79a11fcff9</param></service></servicedata> \ No newline at end of file ++++++ mmc-utils-0.1+git.20210824.obscpio -> mmc-utils-0.1+git.20210930.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mmc-utils-0.1+git.20210824/lsmmc.c new/mmc-utils-0.1+git.20210930/lsmmc.c --- old/mmc-utils-0.1+git.20210824/lsmmc.c 2021-08-24 10:57:33.000000000 +0200 +++ new/mmc-utils-0.1+git.20210930/lsmmc.c 2021-09-30 11:46:07.000000000 +0200 @@ -393,10 +393,9 @@ start++; len--; } - memmove(line, start, len); - line[len] = '\0'; - return strdup(line); + start[len] = '\0'; + return strdup(start); } /* Hexadecimal string parsing functions */ ++++++ mmc-utils.obsinfo ++++++ --- /var/tmp/diff_new_pack.IUVxjU/_old 2021-10-19 23:04:14.333284160 +0200 +++ /var/tmp/diff_new_pack.IUVxjU/_new 2021-10-19 23:04:14.337284162 +0200 @@ -1,5 +1,5 @@ name: mmc-utils -version: 0.1+git.20210824 -mtime: 1629795453 -commit: 0eea71e4f22a837ed59e607743767df2d038825e +version: 0.1+git.20210930 +mtime: 1632995167 +commit: 7769a4d7abe339ce273c13a203394a79a11fcff9
