rpms/xterm/F-13 .cvsignore, 1.44, 1.45 sources, 1.44, 1.45 xterm.spec, 1.86, 1.87

Miroslav Lichvar mlichvar at fedoraproject.org
Mon Jun 21 14:45:18 UTC 2010


Author: mlichvar

Update of /cvs/pkgs/rpms/xterm/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32022

Modified Files:
	.cvsignore sources xterm.spec 
Log Message:
- update to 260
- convert THANKS to UTF-8



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/F-13/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- .cvsignore	9 Mar 2010 12:09:17 -0000	1.44
+++ .cvsignore	21 Jun 2010 14:45:17 -0000	1.45
@@ -1,2 +1,2 @@
 16colors.txt
-xterm-256.tgz
+xterm-260.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/F-13/sources,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- sources	9 Mar 2010 12:09:17 -0000	1.44
+++ sources	21 Jun 2010 14:45:17 -0000	1.45
@@ -1,2 +1,2 @@
 6093439b8d79089f4ff1cdfed358b401  16colors.txt
-6da5c166e1c633fc26917b66d6433f1f  xterm-256.tgz
+1db28bd91f66278b836162e960ad4e22  xterm-260.tgz


Index: xterm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xterm/F-13/xterm.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -p -r1.86 -r1.87
--- xterm.spec	9 Mar 2010 12:09:17 -0000	1.86
+++ xterm.spec	21 Jun 2010 14:45:17 -0000	1.87
@@ -1,6 +1,6 @@
 Summary: Terminal emulator for the X Window System
 Name: xterm
-Version: 256
+Version: 260
 Release: 1%{?dist}
 URL: http://dickey.his.com/xterm
 License: MIT
@@ -32,6 +32,11 @@ programs that can't use the window syste
 %patch1 -p1 -b .resources
 %patch3 -p1 -b .man-page_paths
 
+for f in THANKS; do
+	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
+		touch -r ${f}{,_} && mv -f ${f}{_,}
+done
+
 %build
 %configure \
 	--enable-256-color \
@@ -78,6 +83,17 @@ rm -rf $RPM_BUILD_ROOT
 %{x11_app_defaults_dir}/XTerm*
 
 %changelog
+* Mon Jun 21 2010 Miroslav Lichvar <mlichvar at redhat.com> 260-1
+- update to 260
+
+* Thu Jun 10 2010 Miroslav Lichvar <mlichvar at redhat.com> 259-1
+- update to 259
+- link with -lICE
+- convert THANKS to UTF-8
+
+* Wed May 05 2010 Miroslav Lichvar <mlichvar at redhat.com> 258-1
+- update to 258
+
 * Tue Mar 09 2010 Miroslav Lichvar <mlichvar at redhat.com> 256-1
 - update to 256
 - enable XKB Bell support (#568748)



More information about the scm-commits mailing list