From b472e4aef016339dbeec4b71321a5924a902d0d0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mar 09 2006 13:59:28 +0000 Subject: fix a crash on x86_64 --- diff --git a/at-spi-1.7.6-x86_64-crash.patch b/at-spi-1.7.6-x86_64-crash.patch new file mode 100644 index 0000000..967a74b --- /dev/null +++ b/at-spi-1.7.6-x86_64-crash.patch @@ -0,0 +1,11 @@ +--- at-spi-1.7.6/atk-bridge/bridge.c.crash 2006-02-27 12:28:13.000000000 -0500 ++++ at-spi-1.7.6/atk-bridge/bridge.c 2006-03-09 08:59:03.000000000 -0500 +@@ -694,8 +694,6 @@ + + g_free (e.type); + +- if (e.any_data._release) CORBA_free (&e.any_data._value); +- + va_end (args); + + } diff --git a/at-spi.spec b/at-spi.spec index 42c97de..d1168c7 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -7,9 +7,12 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.7.6 -Release: 1 +Release: 2 URL: http://developer.gnome.org/projects/gap/ Source0: %{name}-%{version}.tar.bz2 + +Patch0: at-spi-1.7.6-x86_64-crash.patch + License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -49,6 +52,7 @@ Libraries and header files allowing compilation of apps that use at-spi. %prep %setup -q +%patch0 -p1 -b .crash %build %configure --disable-gtk-doc @@ -89,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu Mar 9 2006 Matthias Clasen - 1.7.6-2 +- Fix a crash on x86_64 + * Mon Feb 27 2006 Matthias Clasen - 1.7.6-1 - Update to 1.7.6