diff --git a/at-spi-1.7.7-miscompile.patch b/at-spi-1.7.7-miscompile.patch index 8bbd055..23348e1 100644 --- a/at-spi-1.7.7-miscompile.patch +++ b/at-spi-1.7.7-miscompile.patch @@ -20,15 +20,6 @@ { *screen_p = '\0'; } -@@ -694,7 +694,7 @@ - - g_free (e.type); - -- if (e.any_data._release) CORBA_free (&e.any_data._value); -+ if (e.any_data._release) CORBA_free (e.any_data._value); - - va_end (args); - --- at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c.miscompile 2006-04-04 14:20:31.000000000 -0400 +++ at-spi-1.7.7/cspi/bonobo/cspi-bonobo.c 2006-04-04 14:21:18.000000000 -0400 @@ -26,6 +26,9 @@ diff --git a/at-spi.spec b/at-spi.spec index 4b578d4..6250d63 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -7,7 +7,7 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.7.7 -Release: 5 +Release: 6 URL: http://developer.gnome.org/projects/gap/ Source0: %{name}-%{version}.tar.bz2 Patch0: at-spi-1.7.7-miscompile.patch @@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Mon Apr 17 2006 Matthias Clasen - 1.7.7-6 +- Revert the previous change + * Tue Apr 4 2006 Matthias Clasen - 1.7.7-5 - Fix a missing declaration - Fix segfaults on x86_64