rpms/emacs-vm/devel vm-8.0.3-fix-Makefile.patch, NONE, 1.1 emacs-vm.spec, 1.16, 1.17

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Thu Aug 30 20:54:15 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11212

Modified Files:
	emacs-vm.spec 
Added Files:
	vm-8.0.3-fix-Makefile.patch 
Log Message:
* Thu Aug 30 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-3
- Fix problem with vm-autoloads.el RH BZ #262361 


vm-8.0.3-fix-Makefile.patch:

--- NEW FILE vm-8.0.3-fix-Makefile.patch ---
--- lisp/Makefile.in.orig	2007-08-30 21:43:40.000000000 +0100
+++ lisp/Makefile.in	2007-08-30 21:44:23.000000000 +0100
@@ -125,7 +125,7 @@
 	(build_dir="`pwd`"; cd "@srcdir@"; \
 	 "$(EMACS_PROG)" $(FLAGS) -l autoload \
 		-f vm-built-autoloads "@abs_builddir@/$@" "`pwd`")
-	echo "(custom-add-load 'vm-cus-load)" >> $@	
+	echo "(custom-add-load 'vm 'vm-cus-load)" >> $@	
 	echo "(setq vm-configure-datadir \"${datadir}\")" >> $@
 	echo "(setq vm-configure-pixmapdir \"${pixmapdir}\")" >> $@
 	echo "(provide 'vm-autoloads)" >> $@


Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- emacs-vm.spec	22 Aug 2007 13:10:49 -0000	1.16
+++ emacs-vm.spec	30 Aug 2007 20:53:42 -0000	1.17
@@ -16,13 +16,14 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-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-%{vmversion}-%{devoversion}.tgz
 Source1: u-vm-color.el
+Patch0: vm-8.0.3-fix-Makefile.patch
 
 Requires: emacs
 Requires(pre): /sbin/install-info 
@@ -51,6 +52,9 @@
 %prep
 %setup -q -n vm-%{vmversion}-%{devoversion}
 
+# Patch to fix BZ #262361
+%patch0
+
 # Add u-vm-color.el and patch Makefile.in to byte compile u-vm-color.el
 cp %{SOURCE1} lisp
 (cd lisp
@@ -121,6 +125,9 @@
 %{pkgdir}/*.el
 
 %changelog
+* Thu Aug 30 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-3
+- Fix problem with vm-autoloads.el RH BZ #262361 
+
 * Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-2
 - Add BuildRequires: texinfo-tex to ensure building of pdf docs
 




More information about the fedora-extras-commits mailing list