kalev pushed to hitori (f22). "Update to 3.16.0"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 16 19:31:00 UTC 2015


>From 429c16213b53697b51543361085aeae6a2dc34bd Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember at gmail.com>
Date: Thu, 16 Apr 2015 21:28:58 +0200
Subject: Update to 3.16.0


diff --git a/.gitignore b/.gitignore
index 13493f0..b736b44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /hitori-3.14.1.tar.xz
 /hitori-3.14.2.1.tar.xz
 /hitori-3.14.3.tar.xz
+/hitori-3.16.0.tar.xz
diff --git a/0001-Fix-desktop-file-keywords-Bosnian-translation.patch b/0001-Fix-desktop-file-keywords-Bosnian-translation.patch
new file mode 100644
index 0000000..e54d2f2
--- /dev/null
+++ b/0001-Fix-desktop-file-keywords-Bosnian-translation.patch
@@ -0,0 +1,27 @@
+From cca8ba3974ac6bdd7c18508e325dc2281a42f62b Mon Sep 17 00:00:00 2001
+From: Kalev Lember <kalevlember at gmail.com>
+Date: Thu, 16 Apr 2015 21:27:14 +0200
+Subject: [PATCH] Fix desktop file keywords Bosnian translation
+
+The keywords are a string list and need to be terminated with a
+semicolon to pass validation.
+---
+ po/bs.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/po/bs.po b/po/bs.po
+index 1c47800..6c1b923 100644
+--- a/po/bs.po
++++ b/po/bs.po
+@@ -31,7 +31,7 @@ msgstr "Igraj Hitori logičku igru"
+ #. Translators: Search terms to find this application. Do NOT translate or localise the semicolons! The list MUST also end with a semicolon!
+ #: ../data/hitori.desktop.in.h:4
+ msgid "puzzle;game;logic;grid;"
+-msgstr "puzzle;game;logic;grid;igra;zagonetka;logika;mreža"
++msgstr "puzzle;game;logic;grid;igra;zagonetka;logika;mreža;"
+ 
+ #. Translators: the nami of the application as it appears in a software center
+ #: ../data/hitori.appdata.xml.in.h:2
+-- 
+2.3.5
+
diff --git a/hitori.spec b/hitori.spec
index f5cdeff..2ec6eae 100644
--- a/hitori.spec
+++ b/hitori.spec
@@ -1,5 +1,5 @@
 Name:		hitori
-Version:	3.14.3
+Version:	3.16.0
 Release:	1%{?dist}
 Summary:	Logic puzzle game for GNOME
 Summary(de):	Logikpuzzle für GNOME
@@ -8,7 +8,8 @@ Group:		Amusements/Games
 # The executable is licensed under GPLv3+, while the user manual is CC-BY-SA.
 License:	GPLv3+ and CC-BY-SA
 URL:		http://live.gnome.org/Hitori
-Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.14/%{name}-%{version}.tar.xz
+Source0:	http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.16/%{name}-%{version}.tar.xz
+Patch0:		0001-Fix-desktop-file-keywords-Bosnian-translation.patch
 
 BuildRequires:	desktop-file-utils
 BuildRequires:	itstool
@@ -37,6 +38,7 @@ Lösung zu erleichtern. Mögliche Spielfeldgrößen reichen von 5x5 bis hin zu
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -72,11 +74,13 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/appdata/hitori.appdata.xml
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.hitori.gschema.xml
-%{_datadir}/%{name}/
 %{_datadir}/icons/hicolor/*x*/apps/%{name}.png
 
 
 %changelog
+* Tue Apr 14 2015 Kalev Lember <kalevlember at gmail.com> - 3.16.0-1
+- Update to 3.16.0
+
 * Wed Mar 04 2015 Kalev Lember <kalevlember at gmail.com> - 3.14.3-1
 - Update to 3.14.3
 - Use the %%license macro for the COPIYNG files
diff --git a/sources b/sources
index 9c9dbf6..8476239 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1c181d5c72fdb76e70b46d28b57e9b30  hitori-3.14.3.tar.xz
+2dedd3c360e0db5e45552a76138f8695  hitori-3.16.0.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/hitori.git/commit/?h=f22&id=429c16213b53697b51543361085aeae6a2dc34bd


More information about the scm-commits mailing list