rpms/emacs-vm/F-9 vm-8.0.12-fix-missing-autoload.patch, NONE, 1.1 emacs-vm.spec, 1.33, 1.34

Jonathan G. Underwood jgu at fedoraproject.org
Fri Dec 5 23:24:03 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22134

Modified Files:
	emacs-vm.spec 
Added Files:
	vm-8.0.12-fix-missing-autoload.patch 
Log Message:
* Wed Dec  5 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-3
- Add patch to make vm-decode-postponed-mime-message autoloaded (BZ 474728)


vm-8.0.12-fix-missing-autoload.patch:

--- NEW FILE vm-8.0.12-fix-missing-autoload.patch ---
diff -up vm-8.0.12/lisp/vm-pine.el.fix-missing-autoload vm-8.0.12/lisp/vm-pine.el
--- vm-8.0.12/lisp/vm-pine.el.fix-missing-autoload	2008-12-05 23:00:06.000000000 +0000
+++ vm-8.0.12/lisp/vm-pine.el	2008-12-05 23:00:43.000000000 +0000
@@ -488,6 +488,7 @@ creation)."
         (error "Folder buffer closed before deletion of source message."))))
 
 ;;-----------------------------------------------------------------------------
+;;;###autoload
 (defun vm-decode-postponed-mime-message ()
   "Replace the mime buttons by attachment buttons."
   (interactive)


Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-9/emacs-vm.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- emacs-vm.spec	19 Nov 2008 22:38:21 -0000	1.33
+++ emacs-vm.spec	5 Dec 2008 23:23:33 -0000	1.34
@@ -29,13 +29,14 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: 8.0.12
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
-
 Source0: http://download.savannah.nongnu.org/releases/viewmail/vm-%{version}.tgz
 
+Patch0: vm-8.0.12-fix-missing-autoload.patch
+
 Requires: emacs >= %{emacs_version}
 Requires(pre): /sbin/install-info 
 Requires(post): /sbin/install-info 
@@ -68,6 +69,8 @@
 %prep
 %setup -q -n vm-%{version}
 
+%patch0 -p1 -b .fix-missing-autoload
+
 # Add missing entry for u-vm-color.el to lisp Makefile.in
 # This shouldn't be necessary after 8.0.12 
 sed -i -e '/SOURCES += tapestry.el/ a SOURCES += u-vm-color.el' lisp/Makefile.in
@@ -136,6 +139,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Wed Dec  5 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-3
+- Add patch to make vm-decode-postponed-mime-message autoloaded (BZ 474728)
+
 * Wed Nov 19 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.12-2
 - Re-add u-vm-color.el to lisp/Makefile.in
 - Fix spec file typo in install command that installs the uncompiled lisp files




More information about the fedora-extras-commits mailing list