From 8e557e8e2edaf107a8d248addaed01042514f3cb Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 3 May 2016 12:07:29 +0200 Subject: [PATCH] Update to 3.21.1 --- .gitignore | 1 + ...le-keywords-in-Slovenian-translation.patch | 26 +++++++++++++++++++ orca.spec | 9 +++++-- sources | 2 +- 4 files changed, 35 insertions(+), 3 deletions(-) create mode 100644 0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch diff --git a/.gitignore b/.gitignore index 301429f..d77dad6 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,4 @@ orca-2.31.6.tar.bz2 /orca-3.19.91.tar.xz /orca-3.19.92.tar.xz /orca-3.20.0.tar.xz +/orca-3.21.1.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..cdcc4cf --- /dev/null +++ b/0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch @@ -0,0 +1,26 @@ +From ea68726f961a5d9ff551a5b43c9b7b79d0a2e0dc Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Tue, 3 May 2016 12:11:26 +0200 +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 f2cf6f6..a37123a 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.5 + diff --git a/orca.spec b/orca.spec index 4339d76..482ba4e 100644 --- a/orca.spec +++ b/orca.spec @@ -1,5 +1,5 @@ Name: orca -Version: 3.20.0 +Version: 3.21.1 Release: 1%{?dist} Summary: Assistive technology for people with visual impairments @@ -7,7 +7,8 @@ Group: User Interface/Desktops License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Orca #VCS: git:git://git.gnome.org/orca -Source0: https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/%{name}/3.21/%{name}-%{version}.tar.xz +Patch0: 0001-Fix-desktop-file-keywords-in-Slovenian-translation.patch BuildArch: noarch @@ -42,6 +43,7 @@ provider interface (AT-SPI), e.g. the GNOME desktop. %prep %setup -q +%patch0 -p1 %build @@ -90,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue May 03 2016 Kalev Lember - 3.21.1-1 +- Update to 3.21.1 + * Tue Mar 22 2016 Kalev Lember - 3.20.0-1 - Update to 3.20.0 diff --git a/sources b/sources index cc3efc2..245a6cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5435c9058c6adfdbd591efa0b0dbd017 orca-3.20.0.tar.xz +cca6c00cf1674c38cbf2f4a7781c422c orca-3.21.1.tar.xz