Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xemacs-packages for openSUSE:Factory checked in at 2022-08-19 17:56:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xemacs-packages (Old) and /work/SRC/openSUSE:Factory/.xemacs-packages.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xemacs-packages" Fri Aug 19 17:56:15 2022 rev:44 rq:998071 version:20130822 Changes: -------- --- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes 2022-02-14 22:37:14.965582282 +0100 +++ /work/SRC/openSUSE:Factory/.xemacs-packages.new.2083/xemacs-packages.changes 2022-08-19 17:59:03.252424260 +0200 @@ -1,0 +2,11 @@ +Thu Aug 18 14:32:46 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- tramp.texi: Try to avoid old macros nor know by modern texinfo + +------------------------------------------------------------------- +Thu Aug 18 12:44:16 UTC 2022 - Dr. Werner Fink <wer...@suse.de> + +- Drop canna support: canna has not been maintained for a long time + and sec issues are not being addressed (bsc#1199280). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xemacs-packages.spec ++++++ --- /var/tmp/diff_new_pack.ml2duE/_old 2022-08-19 17:59:03.880425577 +0200 +++ /var/tmp/diff_new_pack.ml2duE/_new 2022-08-19 17:59:03.884425585 +0200 @@ -18,7 +18,6 @@ Name: xemacs-packages #!BuildIgnore: xemacs-packages-info xemacs-packages-el xemacs-packages -BuildRequires: canna-devel BuildRequires: compface BuildRequires: db-devel %if 0%{?suse_version} >= 1110 @@ -174,6 +173,7 @@ %patch34 -p1 -b .mode-local # PATCH-FIX-SUSE boo#857207 -- xemacs tramp ssh completion returns "Wrong type argument: symbolp, ..." %patch35 -p1 -b .tramp +rm -vf xemacs-packages/tramp/texi/tramp.texi.tramp chmod 755 %{S:3} %{S:3} ++++++ xemacs-packages-20130822-tramp.patch ++++++ --- /var/tmp/diff_new_pack.ml2duE/_old 2022-08-19 17:59:03.948425720 +0200 +++ /var/tmp/diff_new_pack.ml2duE/_new 2022-08-19 17:59:03.952425728 +0200 @@ -14,4 +14,70 @@ ;; As long as password.el is not part of (X)Emacs, it shouldn't be ;; mandatory. (if (featurep 'xemacs) +--- xemacs-packages-20130822/xemacs-packages/tramp/texi/tramp.texi ++++ xemacs-packages-20130822/xemacs-packages/tramp/texi/tramp.texi 2022-08-18 14:15:43.434780366 +0000 +@@ -16,51 +16,19 @@ + + @include trampver.texi + +-@c Macro for formatting a filename according to the respective syntax. +-@c xxx and yyy are auxiliary macros in order to omit leading and +-@c trailing whitespace. Not very elegant, but I don't know it better. +- +-@c There are subtle differences between texinfo 4.13 and 5.0. We must +-@c declare two versions of the macro. This will be improved, hopefully. +- +-@c Texinfo 5.0. +-@ifset txicommandconditionals +-@macro xxx {one} +-@set \one\ +-@end macro +- +-@macro yyy {one, two} +-@xxx{x\one\}@c +-@ifclear x +-\one\@w{}\two\@c +-@end ifclear +-@clear x\one\ +-@end macro +- +-@macro trampfn {method, user, host, localname} ++@ignore ++@codequotebacktick on ++@codequoteundirected on ++@end ignore ++@set txicodequoteundirected ++@set txicodequotebacktick ++ ++@ifclear trampfndefined ++@set trampfndefined ++@macro trampfn {method, user, userhost, localname} + @value{prefix}@c +-@yyy{\method\,@value{postfixhop}}@c +-@yyy{\user\,@@}@c +-\host\@value{postfix}\localname\ +-@end macro +-@end ifset +- +-@c Texinfo 4.13. +-@ifclear txicommandconditionals +-@macro xxx {one}@c +-@set \one\@c +-@end macro +- +-@macro yyy {one, two}@c +-@xxx{x\one\}@c +-@ifclear x@c +-\one\@w{}\two\@c +-@end ifclear +-@clear x\one\@c +-@end macro +- +-@macro trampfn {method, user, host, localname}@c +-@value{prefix}@yyy{\method\,@value{postfixhop}}@yyy{\user\,@@}\host\@value{postfix}\localname\@c ++\method\@value{postfixhop}@c ++\userhost\@value{postfix}\localname\ + @end macro + @end ifclear +