From 49fe6dff3d7effd6c7d7ea8a31f25412f98168ef Mon Sep 17 00:00:00 2001 From: deejay1 Date: Thu, 23 Oct 2003 19:31:50 +0000 Subject: [PATCH] - added 2 official patches: fix-emptyword: # fix skiping of "" in word[] array. # Side effect: fixes DCC RESUME with mIRC >= 6.1 fix-64bit: # fixes 64bit issues (where a pointer to int was given, instead of gsize). - changelog cosmetics Changed files: xchat.spec -> 1.136 --- xchat.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xchat.spec b/xchat.spec index c0c3a4c..987e5a3 100644 --- a/xchat.spec +++ b/xchat.spec @@ -21,7 +21,7 @@ Summary(uk): Gtk+ IRC Summary(zh_CN): GTK+ IRC (ÁÄÌì) ¿Í»§¡£ Name: xchat Version: 2.0.5 -Release: 2 +Release: 3 Epoch: 1 License: GPL Group: X11/Applications/Networking @@ -30,6 +30,8 @@ Source0: http://xchat.org/files/source/2.0/%{name}-%{version}.tar.bz2 #Source1: %{name}-pl.po #Patch0: %{name}-po.patch #Patch1: %{name}-fixperlui.patch +Patch2: %{name}-fix64bit.patch +Patch3: %{name}-fix-emptyword.patch Icon: xchat.xpm URL: http://xchat.org/ BuildRequires: autoconf @@ -127,6 +129,8 @@ X-Chat - %setup -q #%patch0 -p1 #%patch1 -p1 +%patch2 -p1 +%patch3 -p1 #cp %{SOURCE1} po/pl.po -- 2.44.0