upgrade to 213 (fixes bug 192627); fix bug 189161 - make -r work with or
without xterm*ground resources set
This commit is contained in:
parent
079a6ba28c
commit
bc49892bca
@ -11,3 +11,4 @@ xterm-208.tgz
|
||||
xterm-209.tgz
|
||||
xterm-211.tgz
|
||||
xterm-212.tgz
|
||||
xterm-213.tgz
|
||||
|
2
sources
2
sources
@ -1,4 +1,4 @@
|
||||
0048925cb45d60429bc2f7665d563680 ctlseqs.txt.gz
|
||||
92826989d4f4aa610cf6222359f3f83a UnicodeData-Latest.txt.gz
|
||||
6093439b8d79089f4ff1cdfed358b401 16colors.txt
|
||||
d39ec47dbf846e0e7dddb354280c4074 xterm-212.tgz
|
||||
20827d968ed7406d01b2125a84b7a2cd xterm-213.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: xterm terminal emulator for the X Window System
|
||||
Name: xterm
|
||||
Version: 212
|
||||
Version: 213
|
||||
Release: 1.FC6
|
||||
URL: http://dickey.his.com/xterm
|
||||
License: MIT
|
||||
@ -25,6 +25,7 @@ Patch11: xterm-211-bz186094.patch
|
||||
Patch12: xterm-212-bz186935.patch
|
||||
Patch13: xterm-212-redhat-resources.patch
|
||||
Patch14: xterm-212-man-page_paths.patch
|
||||
Patch15: xterm-213-bz189161.patch
|
||||
BuildRequires: libXft-devel
|
||||
BuildRequires: freetype-devel
|
||||
BuildRequires: libXrender-devel
|
||||
@ -82,6 +83,7 @@ programs that can't use the window system directly.
|
||||
%patch12 -p1 -b .bz186935
|
||||
%patch13 -p1 -b .redhat-resources
|
||||
%patch14 -p1 -b .man-page_paths
|
||||
%patch15 -p1 -b .bz189161
|
||||
|
||||
%build
|
||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -DPROJECTROOT='\"/usr\"'"
|
||||
@ -138,6 +140,11 @@ exit 0
|
||||
%doc xterm.log.html ctlseqs.ms ctlseqs.txt UnicodeData.txt 16colors.txt README.i18n
|
||||
|
||||
%changelog
|
||||
* Wed May 31 2006 Jason Vas Dias <jvdias@redhat.com> - 213-1
|
||||
- Upgrade to upstream version 213 (fixes bug 192627)
|
||||
- fix bug 189161 : make -r/-rv do reverseVideo with or without
|
||||
xterm*{fore,back}ground set
|
||||
|
||||
* Thu Apr 13 2006 Jason Vas Dias <jvdias@redhat.com> - 212-1
|
||||
- Upgrade to upstream version 212
|
||||
- fix bug 188031 : paths in man-page
|
||||
|
Loading…
Reference in New Issue
Block a user