Hello community, here is the log from the commit of package xemacs-packages checked in at Fri Mar 31 15:59:07 CEST 2006. -------- --- xemacs-packages/xemacs-packages.changes 2006-03-21 16:53:56.000000000 +0100 +++ xemacs-packages/xemacs-packages.changes 2006-03-30 18:59:15.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Mar 30 18:58:33 CEST 2006 - mfabian@suse.de + +- Bugzilla #130379: do not autoload edmacro from xwem autoloads. + +------------------------------------------------------------------- New: ---- bugzilla-130379-do-not-autoload-edmacro.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xemacs-packages.spec ++++++ --- /var/tmp/diff_new_pack.G5eosF/_old 2006-03-31 15:58:50.000000000 +0200 +++ /var/tmp/diff_new_pack.G5eosF/_new 2006-03-31 15:58:50.000000000 +0200 @@ -20,7 +20,7 @@ Obsoletes: mule-ucs-xemacs Mule-UCS-xemacs Autoreqprov: on Version: 20051208 -Release: 10 +Release: 12 # Howto get the cvs tree of the XEmacs packages: # ============================================== # cvs -d :pserver:cvs@cvs.xemacs.org:/pack/xemacscvs login @@ -63,6 +63,7 @@ Patch29: vm-charset-unknown-problem.patch Patch30: bugzilla-142822-riece.patch Patch31: bugzilla-130200-generate-autoloads-with-xemacs-21.5.patch +Patch32: bugzilla-130379-do-not-autoload-edmacro.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Summary: XEmacs Packages @@ -147,6 +148,7 @@ %patch29 -p0 %patch30 -p0 %patch31 -p0 +%patch32 -p0 find lisp/ etc/ packages/ -name '*.elc' | xargs -r rm -f chmod -R u+w * $RPM_SOURCE_DIR/texi2utf8 @@ -932,6 +934,8 @@ %defattr(-,root,root) %changelog -n xemacs-packages +* Thu Mar 30 2006 - mfabian@suse.de +- Bugzilla #130379: do not autoload edmacro from xwem autoloads. * Tue Mar 21 2006 - mfabian@suse.de - Bugzilla #130200: "ediff won't work": The auto-autoloads.el files have to be generated differently when XEmacs 21.5.x is used to ++++++ bugzilla-130379-do-not-autoload-edmacro.patch ++++++ diff -ru packages.orig/xemacs-packages/xwem/lisp/xwem-clgen.el packages/xemacs-packages/xwem/lisp/xwem-clgen.el --- packages.orig/xemacs-packages/xwem/lisp/xwem-clgen.el 2005-04-04 21:54:10.000000000 +0200 +++ packages/xemacs-packages/xwem/lisp/xwem-clgen.el 2006-03-30 17:46:08.000000000 +0200 @@ -95,7 +95,6 @@ ;;; Internal variables -;;;###autoload (defvar xwem-clgen-map (let ((map (make-sparse-keymap))) (define-key map (kbd "H-c H-o") 'xwem-clgen-toggle-other-on-split) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de