Update to 3.19.92
This commit is contained in:
parent
94aced91db
commit
402dfae0b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -0,0 +1,26 @@
|
||||
From 70f40c868d76f902ded56b349d3e33e83ac74212 Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <klember@redhat.com>
|
||||
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
|
||||
|
||||
@ -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 <klember@redhat.com> - 3.19.92-1
|
||||
- Update to 3.19.92
|
||||
|
||||
* Fri Mar 04 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
|
||||
- Update to 3.19.91
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user