diff --git a/.gitignore b/.gitignore index d1d8a2f..2a09d98 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ orca-2.31.6.tar.bz2 /orca-2.91.92.tar.bz2 /orca-2.91.93.tar.bz2 /orca-3.0.0.tar.bz2 +/orca-3.0.1.tar.bz2 diff --git a/orca-not-for-kde.patch b/orca-not-for-kde.patch deleted file mode 100644 index a922368..0000000 --- a/orca-not-for-kde.patch +++ /dev/null @@ -1,8 +0,0 @@ -diff -up orca-3.0.0/orca-autostart.desktop.in.no-orca-for-kde orca-3.0.0/orca-autostart.desktop.in ---- orca-3.0.0/orca-autostart.desktop.in.no-orca-for-kde 2011-04-07 18:31:54.754435205 -0400 -+++ orca-3.0.0/orca-autostart.desktop.in 2011-04-07 18:32:09.448251503 -0400 -@@ -6,3 +6,4 @@ NoDisplay=true - AutostartCondition=GSettings org.gnome.desktop.a11y.applications screen-reader-enabled - X-GNOME-AutoRestart=true - #X-GNOME-Autostart-Phase=Initialization -+OnlyShowIn=GNOME; diff --git a/orca.spec b/orca.spec index 4b3cd96..e6b9b67 100644 --- a/orca.spec +++ b/orca.spec @@ -11,8 +11,8 @@ %define brltty_version 3.7.2 Name: orca -Version: 3.0.0 -Release: 2%{?dist} +Version: 3.0.1 +Release: 1%{?dist} Summary: Assistive technology for people with visual impairments Group: User Interface/Desktops @@ -21,9 +21,6 @@ URL: http://projects.gnome.org/orca/ #VCS: git:git://git.gnome.org/orca Source0: http://download.gnome.org/sources/orca/2.91/orca-%{version}.tar.bz2 -# https://bugzilla.gnome.org/show_bug.cgi?id=647117 -Patch0: orca-not-for-kde.patch - BuildRequires: python-devel >= %{python_version} BuildRequires: brlapi-devel >= %{brlapi_version} BuildRequires: brltty >= %{brltty_version} @@ -65,7 +62,6 @@ toolkits that support AT-SPI (e.g. the GNOME desktop). %prep %setup -q -%patch0 -p1 -b .not-for-kde %build %configure @@ -107,6 +103,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Apr 26 2011 Matthias Clasen 3.0.1-1 +- Update to 3.0.1 + * Thu Apr 7 2011 Matthias Clasen 3.0.0-2 - Only autostart in GNOME diff --git a/sources b/sources index 7dea585..5fcf525 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5674a805075dae47d1624ddb8c0ce39 orca-3.0.0.tar.bz2 +280269877e8e469938afde7cbe42b05b orca-3.0.1.tar.bz2