update to 271

This commit is contained in:
Miroslav Lichvar 2011-07-15 13:41:31 +02:00
parent 1b4c9ab1ca
commit e14adb9650
4 changed files with 19 additions and 15 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/16colors.txt
/xterm-270.tgz
/xterm-271.tgz

View File

@ -1,2 +1,2 @@
6093439b8d79089f4ff1cdfed358b401 16colors.txt
92d654f3aa4ad694a4f61d980d14c24b xterm-270.tgz
e07b05bd3d3a666a8cf086fcc8d227f3 xterm-271.tgz

View File

@ -1,6 +1,6 @@
diff -up xterm-256/minstall.sh.man-page_paths xterm-256/minstall.sh
--- xterm-256/minstall.sh.man-page_paths 2010-03-04 00:44:49.000000000 +0100
+++ xterm-256/minstall.sh 2010-03-09 12:11:26.000000000 +0100
diff -up xterm-271/minstall.sh.man-page_paths xterm-271/minstall.sh
--- xterm-271/minstall.sh.man-page_paths 2010-03-04 00:44:49.000000000 +0100
+++ xterm-271/minstall.sh 2011-07-15 13:23:02.758313247 +0200
@@ -109,6 +109,10 @@ WTMP_PATH=$WTMP_PATH/$WTMP_NAME
X_MANSECT=`man X 2>&1 | tr '\012' '\020' | sed -e 's/^[^0123456789]*\([^) ][^) ]*\).*/\1/'`
test -z "$X_MANSECT" && X_MANSECT=$suffix
@ -22,17 +22,18 @@ diff -up xterm-256/minstall.sh.man-page_paths xterm-256/minstall.sh
$OLD_FILE >$NEW_FILE
echo "$MINSTALL $OLD_FILE $END_FILE"
diff -up xterm-256/xterm.man.man-page_paths xterm-256/xterm.man
--- xterm-256/xterm.man.man-page_paths 2010-03-03 23:30:35.000000000 +0100
+++ xterm-256/xterm.man 2010-03-09 12:11:26.000000000 +0100
@@ -1699,17 +1699,17 @@ Since X11R6, bitmap fonts have been scal
diff -up xterm-271/xterm.man.man-page_paths xterm-271/xterm.man
--- xterm-271/xterm.man.man-page_paths 2011-07-13 10:59:37.000000000 +0200
+++ xterm-271/xterm.man 2011-07-15 13:27:51.653634499 +0200
@@ -1825,18 +1825,18 @@ Since X11R6, bitmap fonts have been scal
The font server claims to provide the bold font that \fIxterm\fP requests,
but the result is not always readable.
XFree86 provides a feature which can be used to suppress the scaling.
-In the X server's configuration file (e.g., "/etc/X11/XFree86"), you
+In the X server's configuration file (e.g., __xorgcfgdir__/__xorgcfgfil__), you
can add ":unscaled" to the end of the directory specification for the
"misc" fonts, which comprise the fixed-pitch fonts that are used by \fIxterm\fP.
-In the X server's configuration file (e.g., \*(``/etc/X11/XFree86\*(''), you
+In the X server's configuration file (e.g., \*(``__xorgcfgdir__/__xorgcfgfil__\*(''), you
can add \*(``:unscaled\*('' to the end of the directory specification for the
\*(``misc\*('' fonts,
which comprise the fixed-pitch fonts that are used by \fIxterm\fP.
For example
.RS
- FontPath "/usr/lib/X11/fonts/misc/"

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 270
Version: 271
Release: 1%{?dist}
URL: http://dickey.his.com/xterm
License: MIT
@ -15,7 +15,7 @@ Source1: ftp://invisible-island.net/xterm/16colors.txt
Patch1: xterm-245-resources.patch
Patch2: xterm-261-desk.patch
Patch3: xterm-256-man-page_paths.patch
Patch3: xterm-271-man-page_paths.patch
%bcond_with trace
@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
%{x11_app_defaults_dir}/XTerm*
%changelog
* Fri Jul 15 2011 Miroslav Lichvar <mlichvar@redhat.com> 271-1
- update to 271
* Wed Apr 27 2011 Miroslav Lichvar <mlichvar@redhat.com> 270-1
- update to 270