diff --git a/.gitignore b/.gitignore index 6f43d0e..a988cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -100,3 +100,4 @@ orca-2.31.6.tar.bz2 /orca-3.19.3.tar.xz /orca-3.19.90.tar.xz /orca-3.19.91.tar.xz +/orca-3.19.92.tar.xz diff --git a/0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch b/0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch new file mode 100644 index 0000000..b907e53 --- /dev/null +++ b/0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch @@ -0,0 +1,26 @@ +From 70f40c868d76f902ded56b349d3e33e83ac74212 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Sun, 20 Mar 2016 17:09:15 +0100 +Subject: [PATCH] Fix desktop file keywords in Slovenian translation + +It's a string list and must be terminated with a semicolon. +--- + po/sl.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/sl.po b/po/sl.po +index 55d8e05..72e3dba 100644 +--- a/po/sl.po ++++ b/po/sl.po +@@ -41,7 +41,7 @@ msgstr "" + + #: ../orca.desktop.in.h:4 + msgid "screen reader;speech;braille;" +-msgstr "govor;zaslonski bralnik;Braillova pisava;brajica;povečevalnik" ++msgstr "govor;zaslonski bralnik;Braillova pisava;brajica;povečevalnik;" + + #. Translators: short braille for the rolename of an invalid GUI object. + #. We strive to keep it under three characters to preserve real estate. +-- +2.5.0 + diff --git a/orca.spec b/orca.spec index 5eab826..e64dbbf 100644 --- a/orca.spec +++ b/orca.spec @@ -1,5 +1,5 @@ Name: orca -Version: 3.19.91 +Version: 3.19.92 Release: 1%{?dist} Summary: Assistive technology for people with visual impairments @@ -9,6 +9,9 @@ URL: https://wiki.gnome.org/Projects/Orca #VCS: git:git://git.gnome.org/orca Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz +# Backported from upstream +Patch0: 0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch + BuildArch: noarch BuildRequires: pkgconfig(atk-bridge-2.0) @@ -42,6 +45,7 @@ provider interface (AT-SPI), e.g. the GNOME desktop. %prep %setup -q +%patch0 -p1 %build @@ -90,6 +94,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Sun Mar 20 2016 Kalev Lember - 3.19.92-1 +- Update to 3.19.92 + * Fri Mar 04 2016 Kalev Lember - 3.19.91-1 - Update to 3.19.91 diff --git a/sources b/sources index b83ff6a..6b2b69d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d27f43a9a21c49daf15be8b75367862f orca-3.19.91.tar.xz +1eb4d7f7ffcd72dbc04cb585f0f18bf5 orca-3.19.92.tar.xz