Update to 3.19.2
This commit is contained in:
parent
088ec05f10
commit
37569a374a
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@ orca-2.31.6.tar.bz2
|
||||
/orca-3.18.0.tar.xz
|
||||
/orca-3.18.1.tar.xz
|
||||
/orca-3.18.2.tar.xz
|
||||
/orca-3.19.2.tar.xz
|
||||
|
||||
@ -1,28 +0,0 @@
|
||||
From f110838893dfeb15fb71bbad3441df5c007bd89e Mon Sep 17 00:00:00 2001
|
||||
From: Michael Catanzaro <mcatanzaro@gnome.org>
|
||||
Date: Fri, 2 Oct 2015 10:58:44 -0500
|
||||
Subject: [PATCH] Add NotShowIn=GNOME; to the desktop file
|
||||
|
||||
In other desktops this might be considered an application, but in GNOME,
|
||||
applications must have windows and must not affect any other
|
||||
application. In GNOME, Orca is core functionality of the OS, not an app.
|
||||
Activate it using System Settings or Alt+Super+S.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=735761
|
||||
---
|
||||
orca.desktop.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/orca.desktop.in b/orca.desktop.in
|
||||
index c7fa534..29d2acb 100644
|
||||
--- a/orca.desktop.in
|
||||
+++ b/orca.desktop.in
|
||||
@@ -13,4 +13,4 @@ Categories=GTK;GNOME;Utility;Accessibility;
|
||||
X-GNOME-Bugzilla-Bugzilla=GNOME
|
||||
X-GNOME-Bugzilla-Product=orca
|
||||
X-GNOME-Bugzilla-Component=general
|
||||
-
|
||||
+NotShowIn=GNOME;
|
||||
--
|
||||
2.5.0
|
||||
|
||||
14
orca.spec
14
orca.spec
@ -1,16 +1,13 @@
|
||||
Name: orca
|
||||
Version: 3.18.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.19.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Assistive technology for people with visual impairments
|
||||
|
||||
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.18/%{name}-%{version}.tar.xz
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=735761
|
||||
Patch0: 0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.19/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -45,7 +42,7 @@ provider interface (AT-SPI), e.g. the GNOME desktop.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -93,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Nov 26 2015 Kalev Lember <klember@redhat.com> - 3.19.2-1
|
||||
- Update to 3.19.2
|
||||
|
||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.18.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user