[gnome-chess/f20] Update to 3.10.4

Kalev Lember kalev at fedoraproject.org
Mon Jul 21 14:38:49 UTC 2014


commit 69f48a14a06ec57a44249cf747a016840aa151c1
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jul 21 13:30:34 2014 +0200

    Update to 3.10.4

 .gitignore                                         |    1 +
 ...plified-Chinese-fix-desktop-file-keywords.patch |   25 ++++++++++++++++++++
 gnome-chess.spec                                   |    8 +++++-
 sources                                            |    2 +-
 4 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a1a54b5..cb44aa3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gnome-chess-3.10.0.tar.xz
 /gnome-chess-3.10.1.1.tar.xz
 /gnome-chess-3.10.2.tar.xz
+/gnome-chess-3.10.4.tar.xz
diff --git a/0001-Simplified-Chinese-fix-desktop-file-keywords.patch b/0001-Simplified-Chinese-fix-desktop-file-keywords.patch
new file mode 100644
index 0000000..b1d64cf
--- /dev/null
+++ b/0001-Simplified-Chinese-fix-desktop-file-keywords.patch
@@ -0,0 +1,25 @@
+From 67b75e24b099da08af94775d23eba53a5f3e653f Mon Sep 17 00:00:00 2001
+From: Michael Catanzaro <mcatanzaro at gnome.org>
+Date: Mon, 16 Dec 2013 09:28:22 -0600
+Subject: [PATCH] Simplified Chinese: fix desktop file keywords
+
+---
+ po/zh_CN.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/zh_CN.po b/po/zh_CN.po
+index f6ed4a8..9b0791f 100644
+--- a/po/zh_CN.po
++++ b/po/zh_CN.po
+@@ -33,7 +33,7 @@ msgstr "经典的两人国际象棋对弈"
+ 
+ #: ../data/glchess.desktop.in.in.h:3
+ msgid "game;strategy;"
+-msgstr "game;strategy;游戏;策略;棋"
++msgstr "game;strategy;游戏;策略;棋;"
+ 
+ #. Tooltip for start new game toolbar button
+ #: ../data/gnome-chess.ui.h:2
+-- 
+2.0.1
+
diff --git a/gnome-chess.spec b/gnome-chess.spec
index 63d7a7b..1a1d5ab 100644
--- a/gnome-chess.spec
+++ b/gnome-chess.spec
@@ -1,5 +1,5 @@
 Name:           gnome-chess
-Version:        3.10.2
+Version:        3.10.4
 Release:        1%{?dist}
 Summary:        GNOME Chess game
 
@@ -7,6 +7,8 @@ License:        GPLv2+ and GFDL
 URL:            https://live.gnome.org/Chess
 Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.10/%{name}-%{version}.tar.xz
 
+Patch0:         0001-Simplified-Chinese-fix-desktop-file-keywords.patch
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  gtk3-devel
 BuildRequires:  intltool
@@ -28,6 +30,7 @@ support if OpenGL is present.
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -73,6 +76,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Mon Jul 21 2014 Kalev Lember <kalevlember at gmail.com> - 3.10.4-1
+- Update to 3.10.4
+
 * Mon Nov 11 2013 Richard Hughes <rhughes at redhat.com> - 3.10.2-1
 - Update to 3.10.2
 
diff --git a/sources b/sources
index e359ec4..f60b835 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7c9e900213173491d653d61febe3c2a  gnome-chess-3.10.2.tar.xz
+5d46dd72866079e6f570dbd925b4cd9b  gnome-chess-3.10.4.tar.xz


More information about the scm-commits mailing list