Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mstflint for openSUSE:Factory checked in at 2022-10-18 12:45:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mstflint (Old) and /work/SRC/openSUSE:Factory/.mstflint.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mstflint" Tue Oct 18 12:45:19 2022 rev:24 rq:1029592 version:4.21.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mstflint/mstflint.changes 2022-09-30 17:59:14.249433696 +0200 +++ /work/SRC/openSUSE:Factory/.mstflint.new.2275/mstflint.changes 2022-10-18 12:45:42.481820470 +0200 @@ -1,0 +2,6 @@ +Mon Oct 17 13:58:26 UTC 2022 - Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> + +- Updated fix-race-condition-during-install.patch to fix another + race condition during install + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fix-race-condition-during-install.patch ++++++ --- /var/tmp/diff_new_pack.Ik18wo/_old 2022-10-18 12:45:43.097821872 +0200 +++ /var/tmp/diff_new_pack.Ik18wo/_new 2022-10-18 12:45:43.101821881 +0200 @@ -1,4 +1,4 @@ -commit 77d8c2e2d7de83dc8202d99bb995c423299229fb +commit 032889d95f344f946014498e43efe173703da535 Author: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> Date: Mon Oct 15 09:33:09 2018 +0200 @@ -7,7 +7,7 @@ Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemar...@suse.com> diff --git dev_mgt/Makefile.am dev_mgt/Makefile.am -index 3118b85f97a4..193abaf79e11 100644 +index 2283c2d1c763..2e4d7781e245 100644 --- dev_mgt/Makefile.am +++ dev_mgt/Makefile.am @@ -46,7 +46,7 @@ libdev_mgt_a_SOURCES = \ @@ -19,4 +19,17 @@ dist_dev_mgt_pylib_DATA = dev_mgt.py c_dev_mgt.so: libdev_mgt.a +diff --git mtcr_py/Makefile.am mtcr_py/Makefile.am +index 934b8030a229..da7d2aed878f 100644 +--- mtcr_py/Makefile.am ++++ mtcr_py/Makefile.am +@@ -37,7 +37,7 @@ mtcr_pylibdir = $(libdir)/mstflint/python_tools/ + USER_DIR = .. + MTCR_DIR = $(USER_DIR)/${MTCR_CONF_DIR} + +-mtcr_pylib_DATA = cmtcr.so mtcr.py ++mtcr_pylib_DATA = cmtcr.so + dist_mtcr_pylib_DATA = mtcr.py + cmtcr.so: + $(CC) -g -Wall -pthread -shared ${CFLAGS} $(MTCR_DIR)/*.o -o cmtcr.so $(MFT_CORE_LIB_LINK)