diff --git a/at-spi-1.7.7-miscompile.patch b/at-spi-1.7.7-miscompile.patch new file mode 100644 index 0000000..5daac40 --- /dev/null +++ b/at-spi-1.7.7-miscompile.patch @@ -0,0 +1,11 @@ +--- at-spi-1.7.7/libspi/util.c.miscompile 2006-04-04 13:47:50.000000000 -0400 ++++ at-spi-1.7.7/libspi/util.c 2006-04-04 13:48:35.000000000 -0400 +@@ -36,6 +36,8 @@ + + static char *spi_atk_bridge_null_string = ""; + ++Accessibility_Role spi_accessible_role_from_atk_role (AtkRole role); ++ + Accessibility_Role + spi_role_from_atk_role (AtkRole role) + { diff --git a/at-spi.spec b/at-spi.spec index f9e2b96..45d17fd 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -7,9 +7,10 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.7.7 -Release: 1 +Release: 3 URL: http://developer.gnome.org/projects/gap/ Source0: %{name}-%{version}.tar.bz2 +Patch0: at-spi-1.7.7-miscompile.patch License: LGPL Group: System Environment/Libraries @@ -50,6 +51,7 @@ Libraries and header files allowing compilation of apps that use at-spi. %prep %setup -q +%patch -p1 -b .miscompile %build %configure --disable-gtk-doc @@ -90,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Tue Apr 4 2006 Matthias Clasen - 1.7.7-3 +- Fix a missing declaration + * Tue Apr 4 2006 Matthias Clasen - 1.7.7-1 - Update to 1.7.7