From 37569a374aca6db3b4e2835e077f09fe77b9ce5e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Nov 26 2015 09:14:08 +0000 Subject: Update to 3.19.2 --- diff --git a/.gitignore b/.gitignore index e4ecc95..4bb62ac 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch b/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch deleted file mode 100644 index e9ade3d..0000000 --- a/0001-Add-NotShowIn-GNOME-to-the-desktop-file.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f110838893dfeb15fb71bbad3441df5c007bd89e Mon Sep 17 00:00:00 2001 -From: Michael Catanzaro -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 - diff --git a/orca.spec b/orca.spec index 889b8ae..135c0df 100644 --- a/orca.spec +++ b/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 - 3.19.2-1 +- Update to 3.19.2 + * Tue Nov 10 2015 Fedora Release Engineering - 3.18.2-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 diff --git a/sources b/sources index 9b92696..187b59b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddbfcedd7ce9d8d01193dbe54093dcd3 orca-3.18.2.tar.xz +7e3701da7ce90f66f0beadbc3c2c593e orca-3.19.2.tar.xz