From ade4ff71bdecea9c62251744436df908dfdb3197 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Nov 26 2012 16:33:21 +0000 Subject: update to 287 --- diff --git a/.gitignore b/.gitignore index 6202936..b2c9fcf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /xterm-284.tgz /xterm-286.tgz +/xterm-287.tgz diff --git a/sources b/sources index d7670fa..d4be48b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a72ac3809b3338899d97c17e13a9102a xterm-286.tgz +0e4385e66d40b5dd6017d02c3db2a4af xterm-287.tgz diff --git a/xterm-man-paths.patch b/xterm-man-paths.patch index 107d9d4..7673905 100644 --- a/xterm-man-paths.patch +++ b/xterm-man-paths.patch @@ -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. diff --git a/xterm.spec b/xterm.spec index e745874..20b01ad 100644 --- a/xterm.spec +++ b/xterm.spec @@ -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 287-1 +- update to 287 + * Tue Oct 30 2012 Miroslav Lichvar 286-1 - update to 286