update to 287

This commit is contained in:
Miroslav Lichvar 2012-11-26 17:33:21 +01:00
parent aac15b1faf
commit ade4ff71bd
4 changed files with 15 additions and 10 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/xterm-284.tgz
/xterm-286.tgz
/xterm-287.tgz

View File

@ -1 +1 @@
a72ac3809b3338899d97c17e13a9102a xterm-286.tgz
0e4385e66d40b5dd6017d02c3db2a4af xterm-287.tgz

View File

@ -1,6 +1,6 @@
diff -up xterm-286/minstall.in.man-paths xterm-286/minstall.in
--- xterm-286/minstall.in.man-paths 2012-10-29 10:23:22.000000000 +0100
+++ xterm-286/minstall.in 2012-10-30 14:28:00.740493383 +0100
diff -up xterm-287/minstall.in.man-paths xterm-287/minstall.in
--- xterm-287/minstall.in.man-paths 2012-10-29 10:23:22.000000000 +0100
+++ xterm-287/minstall.in 2012-11-26 17:24:37.331416504 +0100
@@ -122,6 +122,11 @@ VERSION_H=`echo "$OLD_FILE" | sed -e 's,
PATCH_NUM=`fgrep XTERM_PATCH $VERSION_H|sed -e 's/[^0-9]*//g'`
PATCH_YMD=`fgrep XTERM_DATE $VERSION_H|sed -e 's,[^0-9/.-]*,,g'`
@ -23,10 +23,10 @@ diff -up xterm-286/minstall.in.man-paths xterm-286/minstall.in
$OLD_FILE >$NEW_FILE
echo "$MINSTALL $OLD_FILE $END_FILE"
diff -up xterm-286/xterm.man.man-paths xterm-286/xterm.man
--- xterm-286/xterm.man.man-paths 2012-10-26 01:25:26.000000000 +0200
+++ xterm-286/xterm.man 2012-10-30 14:23:29.450221640 +0100
@@ -1962,17 +1962,17 @@ Since X11R6, bitmap fonts have been scal
diff -up xterm-287/xterm.man.man-paths xterm-287/xterm.man
--- xterm-287/xterm.man.man-paths 2012-11-22 19:42:30.000000000 +0100
+++ xterm-287/xterm.man 2012-11-26 17:25:43.593546008 +0100
@@ -1970,18 +1970,18 @@ Since X11R6, bitmap fonts have been scal
The font server claims to provide the bold font that \fI\*n\fP requests,
but the result is not always readable.
XFree86 introduced a feature which can be used to suppress the scaling.
@ -40,10 +40,11 @@ diff -up xterm-286/xterm.man.man-paths xterm-286/xterm.man
-FontPath "/usr/lib/X11/fonts/misc/"
+FontPath "__fontpath__/misc/"
.NE
.IP
would become
.NS
-FontPath "/usr/lib/X11/fonts/misc/:unscaled"
+FontPath "__fontpath__/misc/:unscaled"
.NE
.IP
Depending on your configuration, the font server may have its own configuration
file.

View File

@ -1,6 +1,6 @@
Summary: Terminal emulator for the X Window System
Name: xterm
Version: 286
Version: 287
Release: 1%{?dist}
URL: http://invisible-island.net/xterm
License: MIT
@ -95,6 +95,9 @@ fi
%{x11_app_defaults_dir}/XTerm*
%changelog
* Mon Nov 26 2012 Miroslav Lichvar <mlichvar@redhat.com> 287-1
- update to 287
* Tue Oct 30 2012 Miroslav Lichvar <mlichvar@redhat.com> 286-1
- update to 286