diff --git a/irssi-support-meta-cursor-xterm.patch b/irssi-support-meta-cursor-xterm.patch new file mode 100644 index 0000000..0b9a5a5 --- /dev/null +++ b/irssi-support-meta-cursor-xterm.patch @@ -0,0 +1,12 @@ +Index: src/fe-text/gui-readline.c +=================================================================== +--- src/fe-text/gui-readline.c (revision 4490) ++++ src/fe-text/gui-readline.c (working copy) +@@ -1058,6 +1058,7 @@ + key_bind("key", NULL, "meta-[", "meta2", (SIGNAL_FUNC) key_combo); + key_bind("key", NULL, "meta-O", "meta2", (SIGNAL_FUNC) key_combo); + key_bind("key", NULL, "meta-[O", "meta2", (SIGNAL_FUNC) key_combo); ++ key_bind("key", NULL, "[1;3", "meta2", (SIGNAL_FUNC) key_combo); + + /* arrow keys */ + key_bind("key", NULL, "meta2-A", "up", (SIGNAL_FUNC) key_combo); diff --git a/irssi.changes b/irssi.changes index cf47b2c..7a30e8f 100644 --- a/irssi.changes +++ b/irssi.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Aug 23 00:47:49 CEST 2007 - mrueckert@suse.de + +- added irssi-support-meta-cursor-xterm.patch: (#294166) + fix meta-key in newer xterms. patch from upstream bug + http://bugs.irssi.org/?do=details&task_id=496#comment737 +- delete unneeded static lib and la file for libirc_proxy +- a little spec file cleanup + ------------------------------------------------------------------- Wed Aug 1 16:40:00 CEST 2007 - mrueckert@suse.de diff --git a/irssi.spec b/irssi.spec index f019da6..e5afbe8 100644 --- a/irssi.spec +++ b/irssi.spec @@ -11,19 +11,23 @@ # norootforbuild Name: irssi -BuildRequires: glib2-devel ncurses-devel openssl-devel +Version: 0.8.11 +Release: 11 +# License: GPL v2 or later Group: Productivity/Networking/IRC -Requires: perl = %perl_version -Autoreqprov: on -Version: 0.8.11 -Release: 1 -Summary: A Modular, Secure, and Well Designed IRC Client -URL: http://www.irssi.org -Source: %{name}-%{version}.tar.bz2 -Patch: %{name}-0.8.10rc5-install_vendor.diff -Patch1: irssi-0.8.11-avoid_version.patch +# BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: glib2-devel ncurses-devel openssl-devel +Requires: perl = %perl_version +# +URL: http://www.irssi.org +Source: http://www.irssi.org/files/irssi-%{version}.tar.bz2 +Patch: irssi-0.8.10rc5-install_vendor.diff +Patch1: irssi-0.8.11-avoid_version.patch +Patch2: irssi-support-meta-cursor-xterm.patch +# +Summary: A Modular, Secure, and Well Designed IRC Client %description Irssi is a modular IRC client for UNIX that currently only has a text @@ -43,9 +47,10 @@ Authors: Timo Sirainen %package devel -Summary: Development package for irssi Group: Development/Languages/C and C++ Requires: %{name} +# +Summary: Development package for irssi %description devel This package contains the development files for irssi. It allows to @@ -61,6 +66,7 @@ Authors: %setup %patch %patch1 +%patch2 %build # cp curses.m4 acinclude.m4 @@ -83,6 +89,7 @@ Authors: %install %makeinstall docdir=%{_docdir}/%{name} %perl_process_packlist +%{__rm} %{buildroot}%{_libdir}/irssi/modules/libirc_proxy.{a,la} %clean rm -rf %{buildroot} @@ -114,9 +121,14 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root) %{_includedir}/irssi/ -%{_libdir}/irssi/modules/*.*a %changelog +* Thu Aug 23 2007 - mrueckert@suse.de +- added irssi-support-meta-cursor-xterm.patch: (#294166) + fix meta-key in newer xterms. patch from upstream bug + http://bugs.irssi.org/?do=details&task_id=496#comment737 +- delete unneeded static lib and la file for libirc_proxy +- a little spec file cleanup * Wed Aug 01 2007 - mrueckert@suse.de - added irssi-0.8.11-avoid_version.patch: plugins dont need to be versioned