Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mdevctl for openSUSE:Factory checked in at 2021-07-18 23:44:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdevctl (Old) and /work/SRC/openSUSE:Factory/.mdevctl.new.2632 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdevctl" Sun Jul 18 23:44:46 2021 rev:3 rq:906516 version:0.81 Changes: -------- --- /work/SRC/openSUSE:Factory/mdevctl/mdevctl.changes 2020-12-10 15:57:17.278806512 +0100 +++ /work/SRC/openSUSE:Factory/.mdevctl.new.2632/mdevctl.changes 2021-07-18 23:44:47.319120145 +0200 @@ -1,0 +2,7 @@ +Thu Jul 08 17:38:58 UTC 2021 - jfeh...@suse.com + +- Update to version 0.81: + * Automatic version commit for tag 0.81 + * Fix define from jsonfile + +------------------------------------------------------------------- Old: ---- mdevctl-0.78.tar.xz New: ---- mdevctl-0.81.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdevctl.spec ++++++ --- /var/tmp/diff_new_pack.HHJfPQ/_old 2021-07-18 23:44:47.851116052 +0200 +++ /var/tmp/diff_new_pack.HHJfPQ/_new 2021-07-18 23:44:47.851116052 +0200 @@ -1,7 +1,7 @@ # # spec file for package mdevctl # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: mdevctl -Version: 0.78 +Version: 0.81 Release: 0 Summary: Mediated device management and persistence utility License: LGPL-2.1-or-later ++++++ _service ++++++ --- /var/tmp/diff_new_pack.HHJfPQ/_old 2021-07-18 23:44:47.879115836 +0200 +++ /var/tmp/diff_new_pack.HHJfPQ/_new 2021-07-18 23:44:47.879115836 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">mdevctl</param> - <param name="revision">e029640033d399a73b3e04e1e91f59479cdbadd9</param> + <param name="revision">c077ee72b286b117861dd77b710c58f63be33070</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/mdevctl/mdevctl</param> ++++++ mdevctl-0.78.tar.xz -> mdevctl-0.81.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mdevctl-0.78/mdevctl new/mdevctl-0.81/mdevctl --- old/mdevctl-0.78/mdevctl 2020-11-24 20:48:33.000000000 +0100 +++ new/mdevctl-0.81/mdevctl 2021-06-10 18:49:09.000000000 +0200 @@ -3,7 +3,7 @@ persist_base=/etc/mdevctl.d mdev_base=/sys/bus/mdev/devices parent_base=/sys/class/mdev_bus -version="0.78" +version="0.81" # Alias 'lsmdev' to 'mdevctl list' if [ $(basename $0) == "lsmdev" ]; then @@ -609,6 +609,7 @@ exit 1 fi + mkdir -p "$persist_base/$parent" write_config "$persist_base/$parent/$uuid" if [ $? -ne 0 ]; then exit 1