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 2021-02-09 21:17:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rxvt-unicode (Old) and /work/SRC/openSUSE:Factory/.rxvt-unicode.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rxvt-unicode" Tue Feb 9 21:17:52 2021 rev:38 rq:870637 version:9.22 Changes: -------- --- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes 2021-01-25 18:25:15.904572092 +0100 +++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new.28504/rxvt-unicode.changes 2021-02-09 21:17:53.614886594 +0100 @@ -1,0 +2,5 @@ +Tue Feb 9 16:23:46 UTC 2021 - Marcus Rueckert <mrueck...@suse.de> + +- restore the -256color binaries + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rxvt-unicode.spec ++++++ --- /var/tmp/diff_new_pack.cwPlsa/_old 2021-02-09 21:17:54.386887503 +0100 +++ /var/tmp/diff_new_pack.cwPlsa/_new 2021-02-09 21:17:54.386887503 +0100 @@ -107,9 +107,8 @@ %configure --enable-256-color ${COMMON_CONFIGURE_OPTIONS} # %make_build -TERMINFO="%{buildroot}%{_terminfo}" %makeinstall # -for i in %{buildroot}%{_bindir}/* ; do mv ${i} ${i}-256color ; done +for i in rxvt rxvtd rxvtc ; do mv src/${i} u${i}-256color ; done %make_build distclean # build the normal 88color version @@ -119,6 +118,7 @@ %install TERMINFO="%{buildroot}%{_terminfo}" %make_install +install -m 0755 u*-256color %{buildroot}%{_bindir} for j in %{buildroot}%{_mandir}/man1/* ; do ln -s $(basename ${j}) ${j%%.1}-256color.1 ; done