Update to 3.15.90

This commit is contained in:
Richard Hughes 2015-02-19 15:02:42 +00:00
parent 0c1549ebfe
commit 4fbd47c9d6
4 changed files with 6 additions and 31 deletions

1
.gitignore vendored
View File

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

View File

@ -1,26 +0,0 @@
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.14.0
Version: 3.15.90
%global release_version %(echo %{version} | awk -F. '{print $1"."$2}')
Release: 1%{?dist}
Summary: Utility for previewing fonts for GNOME
@ -10,8 +10,6 @@ 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
@ -24,7 +22,6 @@ name, style, type, size, version and copyright of the font.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-silent-rules
@ -57,6 +54,9 @@ update-desktop-database &> /dev/null || :
%changelog
* Thu Feb 19 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
- Update to 3.15.90
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
- Update to 3.14.0

View File

@ -1 +1 @@
0f1253fbe57027478f895eba819db38d gnome-font-viewer-3.14.0.tar.xz
36c457c8bf43eed9cc77a5e9b3c43206 gnome-font-viewer-3.15.90.tar.xz