rpms/emacs-vm/F-7 vm-8.0.7-522-fix-redistributed-flag.patch, NONE, 1.1 emacs-vm.spec, 1.20, 1.21 sources, 1.10, 1.11

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


Author: jgu

Update of /cvs/extras/rpms/emacs-vm/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6755

Modified Files:
	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: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-7/emacs-vm.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- emacs-vm.spec	18 Nov 2007 18:09:11 -0000	1.20
+++ emacs-vm.spec	13 Jan 2008 18:25:00 -0000	1.21
@@ -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)
@@ -153,9 +160,20 @@
 - Update to version 8.0.5
 - Remove patch to fix Makefile from 8.0.3
 
-* Sun Oct 14 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-4
-- Add support for BBDB
-- Add support for pkg-config setting of Emacs specific variables
+* Sat Oct 13 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-7
+- Fix typo in emacs_startdir macro
+- Add ability to build with BBDB support
+
+* Sun Sep  9 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-6
+- Fix typo with start file creation
+
+* Sun Sep  9 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-5
+- Add BuildRequires: emacs since emacs-el doesn't pull this in
+
+* Sat Sep  8 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-4
+- Update for agreement with packaging guidelines - add versioned
+  emacs requirement
+- If no pkg-config is found, revert to sensible defaults
 
 * 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 
@@ -164,17 +182,18 @@
 - Add BuildRequires: texinfo-tex to ensure building of pdf docs
 
 * Tue Aug 21 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.3.495-1
-- Update to version 8.0.3
+- Update to release 8.0.3
 
 * Mon Aug  6 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-4
 - Bump release
+- Fix previous changelog entry
 
-* Mon Aug  6 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-3
-- Bump release
-
-* Sat Aug  4 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-2
+* Sat Aug  4 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-3
 - Clarify license
 
+* Wed Jul 25 2007 Jesse Keating <jkeating at redhat.com> - 8.0.2.482-2
+- Rebuild for RH #249435
+
 * Sun Jul 22 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.2.482-1
 - Update to bugfix release 8.0.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/F-7/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	11 Nov 2007 11:34:27 -0000	1.10
+++ sources	13 Jan 2008 18:25:00 -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