rpms/emacs-vm/devel vm-8.0.7-522-fix-redistributed-flag.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 emacs-vm.spec, 1.25, 1.26 sources, 1.10, 1.11

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sun Jan 13 18:20:18 UTC 2008


Author: jgu

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

Modified Files:
	.cvsignore emacs-vm.spec sources 
Added Files:
	vm-8.0.7-522-fix-redistributed-flag.patch 
Log Message:
* Sun Jan 13 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.7.522-1
- Update to version 8.0.7-522
- Add patch to fix correct display of redistributed flag (BZ #428248)


vm-8.0.7-522-fix-redistributed-flag.patch:

--- NEW FILE vm-8.0.7-522-fix-redistributed-flag.patch ---
--- lisp/vm-folder.el.orig	2008-01-13 18:09:56.000000000 +0000
+++ lisp/vm-folder.el	2008-01-13 18:11:20.000000000 +0000
@@ -302,6 +302,7 @@
 				   'vm-ml-message-written
 				   'vm-ml-message-deleted
 				   'vm-ml-message-marked
+				   'vm-ml-message-redistributed
 				   'vm-ml-message-number
 				   'vm-ml-highest-message-number
 				   'vm-folder-read-only
@@ -329,6 +330,7 @@
 				   'vm-ml-message-written
 				   'vm-ml-message-deleted
 				   'vm-ml-message-marked
+				   'vm-ml-message-redistributed
 				   'vm-ml-message-number
 				   'vm-ml-highest-message-number
 				   'vm-folder-read-only


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	11 Nov 2007 00:42:06 -0000	1.10
+++ .cvsignore	13 Jan 2008 18:19:39 -0000	1.11
@@ -1 +1 @@
-vm-8.0.5-504.tgz
+vm-8.0.7-522.tgz


Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/emacs-vm.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- emacs-vm.spec	18 Nov 2007 17:54:49 -0000	1.25
+++ emacs-vm.spec	13 Jan 2008 18:19:39 -0000	1.26
@@ -4,8 +4,8 @@
 # Upstream used rather odd versioning: there is a version number, and then a
 # "devo" number which is the BZR tree revision, separated with a hypen. However,
 # rpm doesn't allow a hyphen in the versoion number.
-%define vmversion 8.0.5
-%define devoversion 504
+%define vmversion 8.0.7
+%define devoversion 522
 
 # Note on building VM with support for bbdb: if support for VM in BBDB is
 # required, then the source elisp for VM must be installed at build time. If
@@ -35,13 +35,14 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 2%{?dist}
+Release: 1%{?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.7-522-fix-redistributed-flag.patch
 
 Requires: emacs >= %{emacs_version}
 Requires(pre): /sbin/install-info 
@@ -81,6 +82,8 @@
 mv Makefile.in Makefile.in.bak
 sed -e '/SOURCES =/ a SOURCES += u-vm-color.el' Makefile.in.bak > Makefile.in)
 
+%patch0 -p0
+
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
 %configure
@@ -145,6 +148,10 @@
 %{pkgdir}/*.el
 
 %changelog
+* Sun Jan 13 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.7.522-1
+- Update to version 8.0.7-522
+- Add patch to fix correct display of redistributed flag (BZ #428248)
+
 * Sun Nov 18 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.5.504-2
 - Add -p option to install when copying source elisp files into buildroot to
   preserve mtimes (BZ #389081)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	11 Nov 2007 00:42:06 -0000	1.10
+++ sources	13 Jan 2008 18:19:39 -0000	1.11
@@ -1 +1 @@
-6a818972bf439edbf2c2529168e05ef4  vm-8.0.5-504.tgz
+da071908bd21b7df248a33f0b183c0e5  vm-8.0.7-522.tgz




More information about the fedora-extras-commits mailing list