rpms/emacs-vm/FC-6 emacs-vm.spec,1.17,1.18

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Tue Aug 21 23:11:37 UTC 2007


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14625

Modified Files:
	emacs-vm.spec 
Log Message:
* Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.2
- Fix bug with vm-cus-load.el not being gnerated



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/FC-6/emacs-vm.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- emacs-vm.spec	21 Aug 2007 22:05:15 -0000	1.17
+++ emacs-vm.spec	21 Aug 2007 23:11:05 -0000	1.18
@@ -19,7 +19,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
 License: GPLv2+
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -71,6 +71,11 @@
 # cp %{SOURCE16} lisp
 # %patch0
 
+# Nasty hack to fix the bug which stops vm-cus-load.el being used. This should
+# not be needed for any version other than 8.0.3
+mv Makefile.in Makefile.in.bak
+sed -e 's/vm-cus-load/cus-load/g' Makefile.in.bak > Makefile.in
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure
@@ -135,7 +140,10 @@
 %{pkgdir}/*.el
 
 %changelog
-* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1
+* Wed Aug 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.2
+- Fix bug with vm-cus-load.el not being gnerated
+
+* Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1.1
 - Comment out byte compilation of additional files to see if that fixes build
   issues 
 - Add BuildRequires: texinfo-tex to build pdf docs




More information about the fedora-extras-commits mailing list