diff --git a/.gitignore b/.gitignore index db4194f..0ceb9fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ 16colors.txt -xterm-266.tgz +xterm-267.tgz diff --git a/sources b/sources index 05a5d9c..5c03458 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 6093439b8d79089f4ff1cdfed358b401 16colors.txt -bb53ddd4933736a50e6391cef3472c12 xterm-266.tgz +3945ab70cfa2a9e95804157ee1b0f8e8 xterm-267.tgz diff --git a/xterm.spec b/xterm.spec index 84c9a8c..32ff498 100644 --- a/xterm.spec +++ b/xterm.spec @@ -1,6 +1,6 @@ Summary: Terminal emulator for the X Window System Name: xterm -Version: 266 +Version: 267 Release: 1%{?dist} URL: http://dickey.his.com/xterm License: MIT @@ -51,8 +51,6 @@ done --with-tty-group=tty \ --disable-full-tgetent -sed -i 's|^LIBS.*$|\0 -lXmu|' Makefile - make %{?_smp_mflags} %install @@ -86,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT %{x11_app_defaults_dir}/XTerm* %changelog +* Tue Nov 23 2010 Miroslav Lichvar 267-1 +- update to 267 + * Fri Nov 05 2010 Miroslav Lichvar 266-1 - update to 266 - fix building with new libXaw