Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mc for openSUSE:Factory checked in at 2023-08-16 14:16:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mc (Old) and /work/SRC/openSUSE:Factory/.mc.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mc" Wed Aug 16 14:16:37 2023 rev:88 rq:1104051 version:4.8.30 Changes: -------- --- /work/SRC/openSUSE:Factory/mc/mc.changes 2023-05-05 15:56:56.079964663 +0200 +++ /work/SRC/openSUSE:Factory/.mc.new.11712/mc.changes 2023-08-16 14:16:53.586892173 +0200 @@ -1,0 +2,43 @@ +Tue Aug 15 09:25:39 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 4.8.30 + - Core + * Support PCRE2 as search engine (via ----with-search-engine=pcre2) (#4450) + * Implement panelization buffers for both file panels (#4370) + - VFS + * tar: support extended headers (including long file names and sparse files) (#1952, #2201) + * extfs helpers: replace "perl -w" with "use warnings" (MidnightCommander/mc#174) + * extfs/patchfs: be more specific in error message (#4485) + - Editor + * Add syntax highlighting: + - Jenkinsfiles (#4469) + - B language (#4470) + * Improve syntax highlighting: + - ECMAScript (MidnightCommander/mc#172) + - ECMAScript in TypeScript (MidnightCommander/mc#172) + - use diff syntax highlighting for git commit messages (COMMIT_EDITMSG) (MidnightCommander/mc#85) + - Misc + * Code cleanup (#4426, #4438) + * Filehighlight: + - recognize vsix files as zip files (MidnightCommander/mc#171) + * Skin updates: + - julia256 (#4441, #4445) + - Fixes + * Usage of 'sed' in build system/makefiles is not portable (#4459, #4466) + * Unportable '$<' in Makefiles (#4460) + * FTBFS if ncurses used without --with-ncurses-includes= configure parameter (#4462) + * Ncurses library is duplicated in MCLIBS (#4463, #4465) + * FTBFS without ext2fs attributes support (#4464) + * Wrong sort order after swapping panels (#4432) + * Incorrect time delimiter in the copy/move progress window (#4437) + * Incorrect redraw of overlapped file panels (#4408) + * Subshell/Command line prompt is empty/missing (#3121) + * Find file: relative ignore directory is applied to the start search directory (#4235) + * Diff viewer: options are not applied on second run (#4486) + * mc.ext.ini: 'Edit' command from 'Default' section is ignored (#4434) + * mc.ext.ini: .md files are not recognized as Markdown ones by extension (#4444) + * mcedit: off-by-one error in paragraph formatting (#4446) + * ftp: incomplete file listing: block and character devices, pipes, sockets are missed (#4472) + * Various typos in the source code (MidnightCommander/mc#177, MidnightCommander/mc#178) + +------------------------------------------------------------------- Old: ---- mc-4.8.29.sha256 mc-4.8.29.tar.xz New: ---- mc-4.8.30.sha256 mc-4.8.30.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mc.spec ++++++ --- /var/tmp/diff_new_pack.OW85fb/_old 2023-08-16 14:16:54.362897606 +0200 +++ /var/tmp/diff_new_pack.OW85fb/_new 2023-08-16 14:16:54.366897634 +0200 @@ -17,7 +17,7 @@ Name: mc -Version: 4.8.29 +Version: 4.8.30 Release: 0 Summary: Midnight Commander License: GPL-3.0-or-later ++++++ mc-4.8.29.sha256 -> mc-4.8.30.sha256 ++++++ --- /work/SRC/openSUSE:Factory/mc/mc-4.8.29.sha256 2023-03-25 18:54:28.366386798 +0100 +++ /work/SRC/openSUSE:Factory/.mc.new.11712/mc-4.8.30.sha256 2023-08-16 14:16:53.526891753 +0200 @@ -1,2 +1,2 @@ -ba6b2d8752806ac23fe045c1b081eb66dcefa6159205c79f86c005dcaf9941c1 mc-4.8.29.tar.bz2 -01d8a3b94f58180cca5bf17257b5078d1fd6fd27a9b5c0e970ec767549540ad4 mc-4.8.29.tar.xz +38171f22f889e3030ec9055463d3ecd7843984ab24e6497d8294d1c441a7ddb4 mc-4.8.30.tar.bz2 +5ebc3cb2144b970c5149fda556c4ad50b78780494696cdf2d14a53204c95c7df mc-4.8.30.tar.xz ++++++ mc-4.8.29.tar.xz -> mc-4.8.30.tar.xz ++++++ ++++ 56444 lines of diff (skipped) ++++++ mc-wrapper.patch ++++++ --- /var/tmp/diff_new_pack.OW85fb/_old 2023-08-16 14:16:55.354904551 +0200 +++ /var/tmp/diff_new_pack.OW85fb/_new 2023-08-16 14:16:55.354904551 +0200 @@ -3,27 +3,27 @@ contrib/mc.sh.in | 9 ++++++++- 2 files changed, 10 insertions(+), 3 deletions(-) -Index: mc-4.8.14/contrib/Makefile.am +Index: mc-4.8.30/contrib/Makefile.am =================================================================== ---- mc-4.8.14.orig/contrib/Makefile.am 2015-03-24 19:02:18.000000000 +0100 -+++ mc-4.8.14/contrib/Makefile.am 2015-03-24 19:05:14.000000000 +0100 -@@ -22,10 +22,10 @@ EXTRA_DIST = \ +--- mc-4.8.30.orig/contrib/Makefile.am ++++ mc-4.8.30/contrib/Makefile.am +@@ -19,10 +19,10 @@ EXTRA_DIST = \ $(noinst_DATA) mc.csh: $(top_builddir)/config.status $(srcdir)/mc.csh.in -- sed "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.csh.in > mc.csh -+ sed "s%@""datadir@%$(datadir)%" $(srcdir)/mc.csh.in > mc.csh +- $(SED) "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.csh.in > mc.csh ++ $(SED) "s%@""datadir@%$(datadir)%" $(srcdir)/mc.csh.in > mc.csh mc.sh: $(top_builddir)/config.status $(srcdir)/mc.sh.in -- sed "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.sh.in > mc.sh -+ sed "s%@""datadir@%$(datadir)%" $(srcdir)/mc.sh.in > mc.sh +- $(SED) "s%@""pkglibexecdir@%$(pkglibexecdir)%" $(srcdir)/mc.sh.in > mc.sh ++ $(SED) "s%@""datadir@%$(datadir)%" $(srcdir)/mc.sh.in > mc.sh mc-wrapper.csh: $(top_builddir)/config.status $(srcdir)/mc-wrapper.csh.in - sed "s%@""bindir@%$(bindir)%" $(srcdir)/mc-wrapper.csh.in > mc-wrapper.csh -Index: mc-4.8.14/contrib/mc.sh.in + $(SED) "s%@""bindir@%$(bindir)%" $(srcdir)/mc-wrapper.csh.in > mc-wrapper.csh +Index: mc-4.8.30/contrib/mc.sh.in =================================================================== ---- mc-4.8.14.orig/contrib/mc.sh.in 2015-03-24 19:01:42.000000000 +0100 -+++ mc-4.8.14/contrib/mc.sh.in 2015-03-24 19:02:18.000000000 +0100 +--- mc-4.8.30.orig/contrib/mc.sh.in ++++ mc-4.8.30/contrib/mc.sh.in @@ -1,3 +1,10 @@ # Don't define aliases in plain Bourne shell [ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0