rpms/emacs-auctex/devel emacs-auctex.spec,1.33,1.34

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Sat Feb 16 21:37:45 UTC 2008


Author: jgu

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

Modified Files:
	emacs-auctex.spec 
Log Message:
* Sat Feb 16 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-6
- Preserve timestamp of RELEASE when converting to UTF8



Index: emacs-auctex.spec
===================================================================
RCS file: /cvs/extras/rpms/emacs-auctex/devel/emacs-auctex.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- emacs-auctex.spec	13 Feb 2008 01:06:06 -0000	1.33
+++ emacs-auctex.spec	16 Feb 2008 21:37:09 -0000	1.34
@@ -24,7 +24,7 @@
 Summary: 	Enhanced TeX modes for Emacs
 Name: 		emacs-auctex
 Version: 	11.85
-Release: 	5%{?dist}
+Release: 	6%{?dist}
 License: 	GPLv3+
 Group: 		Applications/Editors
 URL: 		http://www.gnu.org/software/auctex/
@@ -126,7 +126,7 @@
 popd
 
 # Fix some encodings
-/usr/bin/iconv -f iso8859-1 -t utf-8 RELEASE > RELEASE.conv && /bin/mv -f RELEASE.conv RELEASE
+iconv -f ISO-8859-1 -t UTF8 RELEASE > RELEASE.utf8 && touch -r RELEASE RELEASE.utf8 && mv RELEASE.utf8 RELEASE
 
 %install
 rm -rf %{buildroot}
@@ -195,6 +195,9 @@
 %doc doc/html
 
 %changelog
+* Sat Feb 16 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-6
+- Preserve timestamp of RELEASE when converting to UTF8
+
 * Wed Feb 13 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 11.85-5
 - Re-add creation of emacs_startdir
 




More information about the fedora-extras-commits mailing list