From 0c1549ebfed8530d96fc38472555c3602125b1c8 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 23 Sep 2014 09:55:10 +0200 Subject: [PATCH] Update to 3.14.0 --- .gitignore | 1 + ...-file-keywords-in-Nepali-translation.patch | 26 +++++++++++++++++++ gnome-font-viewer.spec | 8 +++++- sources | 2 +- 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 0001-Fix-desktop-file-keywords-in-Nepali-translation.patch diff --git a/.gitignore b/.gitignore index c1af231..3e3e561 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch b/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch new file mode 100644 index 0000000..46fcbac --- /dev/null +++ b/0001-Fix-desktop-file-keywords-in-Nepali-translation.patch @@ -0,0 +1,26 @@ +From 4cd2fec42224c13c4625707f89be307b89a84128 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +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 " + + #: ../src/gnome-font-viewer.desktop.in.in.h:3 + msgid "fonts;fontface;" +-msgstr "फन्ट;फन्टफेस" ++msgstr "फन्ट;फन्टफेस;" + + #, fuzzy + #~ msgid "Size:" +-- +2.1.0 + diff --git a/gnome-font-viewer.spec b/gnome-font-viewer.spec index b4928e8..df77844 100644 --- a/gnome-font-viewer.spec +++ b/gnome-font-viewer.spec @@ -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 - 3.14.0-1 +- Update to 3.14.0 + * Thu Aug 21 2014 Kalev Lember - 3.13.90-1 - Update to 3.13.90 diff --git a/sources b/sources index 80a4613..af5e053 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb4709ee47931eadedb5ac196fa41590 gnome-font-viewer-3.13.90.tar.xz +0f1253fbe57027478f895eba819db38d gnome-font-viewer-3.14.0.tar.xz