Hello community, here is the log from the commit of package xemacs-packages for openSUSE:Factory checked in at 2015-02-12 10:22:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xemacs-packages (Old) and /work/SRC/openSUSE:Factory/.xemacs-packages.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xemacs-packages" Changes: -------- --- /work/SRC/openSUSE:Factory/xemacs-packages/xemacs-packages.changes 2013-09-02 16:50:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xemacs-packages.new/xemacs-packages.changes 2015-02-12 10:22:45.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Feb 11 14:04:29 UTC 2015 - [email protected] + +- Add patch xemacs-packages-20130822-tramp.patch + to fix problem of not loaded subr-more (boo#857207) + +------------------------------------------------------------------- New: ---- xemacs-packages-20130822-tramp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xemacs-packages.spec ++++++ --- /var/tmp/diff_new_pack.MScoyI/_old 2015-02-12 10:22:47.000000000 +0100 +++ /var/tmp/diff_new_pack.MScoyI/_new 2015-02-12 10:22:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xemacs-packages # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -70,6 +70,7 @@ Source1: xe-list.el Source3: texi2utf8 Source0: %{name}-%{version}.tar.bz2 +Source20: xemacs-packages-rpmlintrc # PATCH-FIX-OPENSUSE xemacs-packages-expand-kw.diff [email protected] -- expand CVS keywords which does not happen in hg (can be removed when new packages get releases from hg) Patch1: xemacs-packages-expand-kw.diff Patch2: xemacs-packages.patch @@ -88,6 +89,7 @@ Patch28: texi.patch Patch32: bugzilla-183805-missing-autoload-cookies.patch Patch34: mode-local.patch +Patch35: xemacs-packages-20130822-tramp.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Summary: XEmacs Packages @@ -167,6 +169,8 @@ %patch28 -p1 -b .texi-patch %patch32 -p1 -b .cookie %patch34 -p1 -b .mode-local +# PATCH-FIX-SUSE boo#857207 -- xemacs tramp ssh completion returns "Wrong type argument: symbolp, ..." +%patch35 -p1 -b .tramp chmod 755 %{S:3} %{S:3} ++++++ xemacs-packages-20130822-tramp.patch ++++++ --- xemacs-packages-20130822/xemacs-packages/tramp/lisp/tramp-compat.el | 3 +++ 1 file changed, 3 insertions(+) --- xemacs-packages-20130822/xemacs-packages/tramp/lisp/tramp-compat.el +++ xemacs-packages-20130822/xemacs-packages/tramp/lisp/tramp-compat.el 2015-02-11 13:47:13.405517971 +0000 @@ -55,6 +55,9 @@ (require 'trampver) (require 'tramp-loaddefs) + (if (featurep 'xemacs) + (load "subr-more" 'noerror t)) + ;; As long as password.el is not part of (X)Emacs, it shouldn't be ;; mandatory. (if (featurep 'xemacs) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
