Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rxvt-unicode for openSUSE:Factory checked in at 2023-10-13 23:15:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rxvt-unicode (Old) and /work/SRC/openSUSE:Factory/.rxvt-unicode.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rxvt-unicode" Fri Oct 13 23:15:38 2023 rev:45 rq:1117664 version:9.31 Changes: -------- --- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes 2023-10-12 11:57:47.194980866 +0200 +++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new.20540/rxvt-unicode.changes 2023-10-13 23:16:35.975212199 +0200 @@ -1,0 +2,6 @@ +Fri Oct 13 12:06:04 UTC 2023 - Marcus 'darix' Rückert <mrueck...@suse.de> + +- added dont-set-empty-local.patch: (boo#1214136) + inspired by https://github.com/exg/rxvt-unicode/commit/16634bc8dd5fc4af62faf899687dfa8f27768d15 + +------------------------------------------------------------------- New: ---- dont-set-empty-local.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rxvt-unicode.spec ++++++ --- /var/tmp/diff_new_pack.IZwfUF/_old 2023-10-13 23:16:36.483230883 +0200 +++ /var/tmp/diff_new_pack.IZwfUF/_new 2023-10-13 23:16:36.483230883 +0200 @@ -42,6 +42,7 @@ Patch4: rxvt-unicode-hardening.patch Patch5: rxvt-unicode-secondarywheel.patch Patch7: handle-new-tic-and-dont-install-terminfo.patch +Patch8: dont-set-empty-local.patch BuildRequires: gcc-c++ BuildRequires: ncurses-devel BuildRequires: perl ++++++ dont-set-empty-local.patch ++++++ Index: rxvt-unicode-9.31/src/rxvtperl.xs =================================================================== --- rxvt-unicode-9.31.orig/src/rxvtperl.xs +++ rxvt-unicode-9.31/src/rxvtperl.xs @@ -399,7 +399,7 @@ rxvt_perl_interp::init () { if (!perl) { - rxvt_push_locale (""); // perl init destroys current locale + rxvt_push_locale ("C.UTF-8"); // perl init destroys current locale { perl_environ = rxvt_environ;