diff --git a/.gitignore b/.gitignore index 3ea3ef8..5129def 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ orca-2.31.6.tar.bz2 /orca-3.0.1.tar.bz2 /orca-3.1.1.tar.bz2 /orca-3.1.2.tar.xz +/orca-3.1.3.tar.xz diff --git a/orca.spec b/orca.spec index 17f31fa..bfd8af7 100644 --- a/orca.spec +++ b/orca.spec @@ -11,7 +11,7 @@ %define brltty_version 3.7.2 Name: orca -Version: 3.1.2 +Version: 3.1.3 Release: 1%{?dist} Summary: Assistive technology for people with visual impairments @@ -109,6 +109,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Tue Jul 05 2011 Bastien Nocera 3.1.3-1 +- Update to 3.1.3 + * Thu Jun 16 2011 Tomas Bzatek - 3.1.2-1 - Update to 3.1.2 diff --git a/sources b/sources index 046c193..6c368f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1813e7125163ff3b65652ca9581a37ba orca-3.1.2.tar.xz +7ad1cfdceec984b303f066750b14f95a orca-3.1.3.tar.xz diff --git a/use-gsettings.patch b/use-gsettings.patch deleted file mode 100644 index b7393b5..0000000 --- a/use-gsettings.patch +++ /dev/null @@ -1,15 +0,0 @@ -Index: orca-2.91.92/src/orca/orca.in -=================================================================== ---- orca-2.91.92.orig/src/orca/orca.in -+++ orca-2.91.92/src/orca/orca.in -@@ -131,8 +131,8 @@ runOrca() - # all set and we don't need to muck around. - # - if [ "x$LOGNAME" != "xgdm" ] ; then -- ACCESSIBILITY_ENABLED=`gconftool-2 \ -- --get /desktop/gnome/interface/accessibility` -+ ACCESSIBILITY_ENABLED=`gsettings \ -+ get org.gnome.desktop.interface toolkit-accessibility` - if [ "x$ACCESSIBILITY_ENABLED" != "xtrue" ] ; then - # Because we will be running Orca in text-setup mode, we want to - # make sure it is run in a terminal window. If we're already in