[xchat-gnome] Fix Czech translation that broke /me messages (#789365, <vondruch at redhat.com>)

Bill Nottingham notting at fedoraproject.org
Thu Sep 27 19:19:04 UTC 2012


commit a0c0256fbc8ebf52a59b32b14f24d754ea56beeb
Author: Bill Nottingham <notting at redhat.com>
Date:   Thu Sep 27 15:17:09 2012 -0400

    Fix Czech translation that broke /me messages (#789365, <vondruch at redhat.com>)

 0001-Fix-ME-messages-in-czech-translation.patch |   25 +++++++++++++++++++++++
 xchat-gnome.spec                                |    8 ++++++-
 2 files changed, 32 insertions(+), 1 deletions(-)
---
diff --git a/0001-Fix-ME-messages-in-czech-translation.patch b/0001-Fix-ME-messages-in-czech-translation.patch
new file mode 100644
index 0000000..0b05c62
--- /dev/null
+++ b/0001-Fix-ME-messages-in-czech-translation.patch
@@ -0,0 +1,25 @@
+From ce1ef68680aca8cc4e3760fc200d9b71bffed3f6 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch at redhat.com>
+Date: Fri, 21 Sep 2012 14:27:12 +0200
+Subject: [PATCH] Fix /ME messages in czech translation.
+
+---
+ po/cs.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/cs.po b/po/cs.po
+index f91a5b0..15f1060 100644
+--- a/po/cs.po
++++ b/po/cs.po
+@@ -1865,7 +1865,7 @@ msgstr "%C22*%O$t$1 byl přejmenován na $2"
+ 
+ #: ../src/common/textevents.h:21
+ msgid "%C13*%O$t$1 $2%O"
+-msgstr "%C16*%O$t$1%O"
++msgstr "%C16*%O$t$1 $2%O"
+ 
+ #: ../src/common/textevents.h:24
+ msgid "%C13*%O$t%C8%B$1%B%O $2%O"
+-- 
+1.7.11.4
+
diff --git a/xchat-gnome.spec b/xchat-gnome.spec
index 989518d..0ac84df 100644
--- a/xchat-gnome.spec
+++ b/xchat-gnome.spec
@@ -2,7 +2,7 @@
 
 Name:           xchat-gnome
 Version:        0.26.2
-Release:        8.git%{gitrev}%{?dist}
+Release:        9.git%{gitrev}%{?dist}
 Summary:        GNOME front-end to xchat
 
 Group:          Applications/Internet
@@ -36,6 +36,8 @@ Patch102:	0003-Ensure-pixmap-depth-matches-screen-window-depth.patch
 Patch103:	0004-Call-g_slist_remove-on-items-before-free-not-after.patch
 # Don't iterate over an empty hash
 Patch104:	0001-Fix-crash-on-NULL-networks-hash-table.patch
+# Fix czech translation that breaks /me messages (<vondruch at redhat.com>)
+Patch105: 0001-Fix-ME-messages-in-czech-translation.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -89,6 +91,7 @@ common settings will be included in the main user interface. .
 %patch102 -p1 -b .depth
 %patch103 -p1 -b .free
 %patch104 -p1 -b .hash
+%patch105 -p1
 
 %build
 ./autogen.sh
@@ -155,6 +158,9 @@ fi
 
 
 %changelog
+* Thu Sep 27 2012 Bill Nottingham <notting at redhat.com> - 0.26.2-8.git40c5bf988
+- fix czech translation that broke /me messages (#789365, <vondruch at redhat.com>)
+
 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26.2-8.git40c5bf988
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list