From 917fa791a1edfd30556f0391e18f416e71103c22 Mon Sep 17 00:00:00 2001 From: Warren Togami Date: Aug 28 2006 04:42:26 +0000 Subject: add upstream 2.6.6 es patch Does anyone actually read these checkin messages? =) --- diff --git a/xchat-2.6.6-es.patch b/xchat-2.6.6-es.patch new file mode 100644 index 0000000..8ed2899 --- /dev/null +++ b/xchat-2.6.6-es.patch @@ -0,0 +1,33 @@ +# +# Fix a few bad translation errors in xchat-2.6.6 Spanish. +# +--- xchat-2.6.6/po/es.po 2006-08-28 14:09:43.000000000 +1000 ++++ xchat-2.6.6p/po/es.po 2006-08-28 14:12:13.000000000 +1000 +@@ -747,15 +747,15 @@ + + #: src/common/textevents.h:60 + msgid "%C22*%O$t%C22Channel $1 modes: $2" +-msgstr "C22*%O$t%C22Canal $1 modos: $2" ++msgstr "%C22*%O$t%C22Canal $1 modos: $2" + + #: src/common/textevents.h:63 + msgid "$4%C21%B%H<%H$1%H>%H%O%C21$t$2" +-msgstr "4%C21%B%H<%H$1%H>%H%O%C21$t$2" ++msgstr "$4%C21%B%H<%H$1%H>%H%O%C21$t$2" + + #: src/common/textevents.h:66 + msgid "%C28-%C29$1/$2%C28-%O$t$3" +-msgstr "C28-%C29$1/$2%C28-%O$t$3" ++msgstr "%C28-%C29$1/$2%C28-%O$t$3" + + #: src/common/textevents.h:69 + msgid "%C22*%O$t%C26$1%O gives channel operator status to%C26 $2" +@@ -799,7 +799,7 @@ + + #: src/common/textevents.h:99 + msgid "%C22*%O$t%C22Connecting to $1 ($2) port $3%O..." +-msgstr "%C22*%O$t%C22Conectando a %1 ($2) puerto $3%O..." ++msgstr "%C22*%O$t%C22Conectando a $1 ($2) puerto $3%O..." + + #: src/common/textevents.h:102 + msgid "%C21*%O$t%C21Connection failed. Error: $1" diff --git a/xchat.spec b/xchat.spec index b89a22d..2ec858c 100644 --- a/xchat.spec +++ b/xchat.spec @@ -5,7 +5,7 @@ Summary: A popular and easy to use graphical IRC (chat) client Name: xchat Version: 2.6.6 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Group: Applications/Internet License: GPL @@ -25,6 +25,8 @@ Patch34: xchat-2.4.4-unrealize.patch # upstream 2.6.6 fi patch Patch35: xchat-2.6.6-fi.patch +# upstream 2.6.6 es patch +Patch36: xchat-2.6.6-es.patch BuildRequires: perl python-devel openssl-devel pkgconfig BuildRequires: GConf2-devel, gtkspell-devel @@ -56,6 +58,7 @@ System. %patch33 -p1 -b .im_context_filter_keypress %patch34 -p1 -b .unrealize %patch35 -p1 -b .fi266 +%patch36 -p1 -b .es266 %build # Remove CVS files from source dirs so they're not installed into doc dirs. @@ -118,6 +121,9 @@ unset GCONF_CONFIG_SOURCE %{_sysconfdir}/gconf/schemas/apps_xchat_url_handler.schemas %changelog +* Mon Aug 28 2006 Warren Togami - 1:2.6.6-4 +- add upstream 2.6.6 es patch + * Wed Aug 23 2006 Warren Togami - 1:2.6.6-3 - enable optional spell checking if you install enchant because gtkspell is currently unusable (#201116)