Accepting request 84396 from home:vuntz:branches:GNOME:Factory

Update to 3.1.92

OBS-URL: https://build.opensuse.org/request/show/84396
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/orca?expand=0&rev=114
This commit is contained in:
Vincent Untz 2011-09-22 12:02:08 +00:00 committed by Git OBS Bridge
parent 19bb22f3cc
commit fdb2bc160e
5 changed files with 25 additions and 65 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:20e33d9942ad8d55aa81d8b1ac421749df9c1d023af2dc445629411eb33fde70
size 3579624

3
orca-3.1.92.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ca01a48c3f3ed17f1758a846c206868d4d66cb347105821c134792bd5a9b1c42
size 3567804

View File

@ -1,51 +0,0 @@
commit 6d1f94e54536ac8944adfd684568785483b6c4a5
Author: Vincent Untz <vuntz@gnome.org>
Date: Wed Sep 14 22:37:29 2011 +0200
build: Do not reference non-existing doc figures
https://bugzilla.gnome.org/show_bug.cgi?id=659092
diff --git a/help/Makefile.am b/help/Makefile.am
index 30d1acb..48c21fb 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -7,20 +7,14 @@ DOC_FIGURES = \
figures/orca-logo.png \
figures/perferences_table_navigation.png \
figures/preferences_abbreviated_role_names.png \
- figures/preferences_advanced_button.png \
- figures/preferences_border.png \
figures/preferences_braille_contracted.png \
figures/preferences_braille_indicators.png \
figures/preferences_braille_verbosity.png \
figures/preferences_break_speech_into_chunks.png \
figures/preferences_character_echo.png \
figures/preferences_chat.png \
- figures/preferences_color.png \
- figures/preferences_cross-hair.png \
- figures/preferences_cursor.png \
figures/preferences_date_and_time.png \
figures/preferences_disable_eol_symbol.png \
- figures/preferences_disable_gksu_keyboard_grab.png \
figures/preferences_enable_braille_monitor.png \
figures/preferences_enable_braille_support.png \
figures/preferences_enable_speech.png \
@@ -43,17 +37,14 @@ DOC_FIGURES = \
figures/preferences_speak_multicase_strings_as_words.png \
figures/preferences_speak_object_under_mouse.png \
figures/preferences_speech_verbosity.png \
- figures/preferences_start_Orca_when_you_login.png \
figures/preferences_system_voice_options.png \
figures/preferences_table_navigation.png \
figures/preferences_table_rows.png \
figures/preferences_text_attributes_braille.png \
figures/preferences_text_attributes_rearranging.png \
figures/preferences_text_attributes_table.png \
- figures/preferences_tracking_and_alignment.png \
figures/preferences_tts_options.png \
figures/preferences_word_and_sentence_echo.png \
- figures/preferences_zoomer.png \
figures/profiles_conflict.png \
figures/profiles_load.png \
figures/profiles_save_as.png

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Sep 20 07:55:47 UTC 2011 - vuntz@opensuse.org
- Update to version 3.1.92:
+ General:
- bgo#659054: Orca fails to present decimal values of GtkScale
widgets in Gtk+ 3
- bgo#659379: Orca is not presenting panel menus and menu items
in fallback mode
- bgo#617833: Orca should indicate state of NumLock key
- Other bug fixes: bgo#652485, bgo#658134, bgo#658781,
bgo#658993, bgo#659015, bgo#659122, bgo#659264.
+ Build fix (bgo#659092).
+ Updated translations.
- Drop orca-fix-doc-figures.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh:
they were only needed for the dropped patch.
-------------------------------------------------------------------
Wed Sep 14 20:42:11 UTC 2011 - vuntz@opensuse.org

View File

@ -18,19 +18,15 @@
Name: orca
Version: 3.1.91
Release: 2
Version: 3.1.92
Release: 1
License: LGPLv2.1+
Summary: Screen reader for GNOME
Url: http://www.gnome.org/
Group: System/GUI/GNOME
Source: http://download.gnome.org/sources/orca/3.1/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM orca-fix-doc-figures.patch bgo#659092 vuntz@opensuse.org -- Fix build system to not install non-existing figures
Patch0: orca-fix-doc-figures.patch
BuildRequires: dbus-1-python
BuildRequires: fdupes
# needed by patch0
BuildRequires: gnome-common
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
BuildRequires: liblouis-devel
@ -41,8 +37,8 @@ BuildRequires: python-speechd
BuildRequires: python-xdg
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(atspi-2) >= 2.1.90
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.14
BuildRequires: pkgconfig(atspi-2) >= 2.1.92
BuildRequires: pkgconfig(gtk+-3.0) >= 3.1.91
BuildRequires: pkgconfig(pygobject-3.0) >= 2.90.3
Requires: dbus-1-python
# the gsettings tool is used to know if a11y is enabled
@ -72,11 +68,8 @@ combinations of speech, braille, and/or magnification.
%prep
%setup -q
translation-update-upstream
%patch0 -p1
%build
# needed by patch0
NOCONFIGURE=1 gnome-autogen.sh
%configure
make %{?_smp_mflags}