rpms/emacs-vm/FC-6 emacs-vm.spec,1.8,1.9

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Tue Jun 26 22:45:31 UTC 2007


Author: jgu

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

Modified Files:
	emacs-vm.spec 
Log Message:
* Tue Jun 26 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-2
- Ensure all files in /usr/bin have exec bit set (BZ #245740)
- Correct a date of the pgg*.el CVS checkout in the comments
- Fix changelog typo



Index: emacs-vm.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-vm/FC-6/emacs-vm.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- emacs-vm.spec	21 Jun 2007 22:16:48 -0000	1.8
+++ emacs-vm.spec	26 Jun 2007 22:44:56 -0000	1.9
@@ -20,7 +20,7 @@
 Summary: Emacs VM mailreader
 Name: emacs-vm
 Version: %{vmversion}.%{devoversion}
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Internet
 URL: http://www.nongnu.org/viewmail/
@@ -91,6 +91,9 @@
 # Copy source lisp files into buildroot for emacs-vm-el sub-package
 (cd lisp ; install -m 644 *.el %{buildroot}%{pkgdir})
 
+# Ensure all files in /usr/bin have exec bit set (BZ #245740)
+chmod +x %{buildroot}%{_bindir}\*
+
 # Create initialization file.
 install -d %{buildroot}/%{startd}
 cat > %{buildroot}/%{initfile} <<EOF
@@ -135,8 +138,13 @@
 %{pkgdir}/*.el
 
 %changelog
+* Tue Jun 26 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-2
+- Ensure all files in /usr/bin have exec bit set (BZ #245740)
+- Correct a date of the pgg*.el CVS checkout in the comments
+- Fix changelog typo
+
 * Tue Jun 19 2007 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 8.0.0.453-1
-- Update to version 8.0.0 devo 453 which removes the need for thr vmrf patch
+- Update to version 8.0.0 devo 453 which removes the need for the vmrf patch
 - No longer need to bundle vcard stuff as that is included upstream
 - Spec file cleanups
 - No longer use separate pixmaps




More information about the fedora-extras-commits mailing list