Update to 3.14.0

This commit is contained in:
Kalev Lember 2014-09-23 09:55:10 +02:00
parent 861887d3c4
commit 0c1549ebfe
4 changed files with 35 additions and 2 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/gnome-font-viewer-3.10.0.tar.xz
/gnome-font-viewer-3.12.0.tar.xz
/gnome-font-viewer-3.13.90.tar.xz
/gnome-font-viewer-3.14.0.tar.xz

View File

@ -0,0 +1,26 @@
From 4cd2fec42224c13c4625707f89be307b89a84128 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
Date: Tue, 23 Sep 2014 09:57:08 +0200
Subject: [PATCH] Fix desktop file keywords in Nepali translation
It's a string list and must be terminated with a semicolon.
---
po/ne.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/ne.po b/po/ne.po
index 3dc61ff..23aea0a 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -133,7 +133,7 @@ msgstr "Pawan Chitrakar <chautari@gmail.com>"
#: ../src/gnome-font-viewer.desktop.in.in.h:3
msgid "fonts;fontface;"
-msgstr "फन्ट;फन्टफेस"
+msgstr "फन्ट;फन्टफेस;"
#, fuzzy
#~ msgid "Size:"
--
2.1.0

View File

@ -1,5 +1,5 @@
Name: gnome-font-viewer
Version: 3.13.90
Version: 3.14.0
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Release: 1%{?dist}
Summary: Utility for previewing fonts for GNOME
@ -10,6 +10,8 @@ License: GPLv2+
URL: http://www.gnome.org/gnome-3/
Source0: http://ftp.gnome.org/pub/GNOME/sources/gnome-font-viewer/%{release_version}/%{name}-%{version}.tar.xz
Patch0: 0001-Fix-desktop-file-keywords-in-Nepali-translation.patch
BuildRequires: gnome-desktop3-devel
BuildRequires: gtk3-devel
BuildRequires: intltool
@ -22,6 +24,7 @@ name, style, type, size, version and copyright of the font.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-silent-rules
@ -54,6 +57,9 @@ update-desktop-database &> /dev/null || :
%changelog
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0
* Thu Aug 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
- Update to 3.13.90

View File

@ -1 +1 @@
cb4709ee47931eadedb5ac196fa41590 gnome-font-viewer-3.13.90.tar.xz
0f1253fbe57027478f895eba819db38d gnome-font-viewer-3.14.0.tar.xz