From ff3259d99491967622218de1381a0bc55623c24d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Dec 02 2008 15:17:41 +0000 Subject: 1.25.2 --- diff --git a/.cvsignore b/.cvsignore index 639c290..13b610f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -at-spi-1.25.1.tar.bz2 +at-spi-1.25.2.tar.bz2 diff --git a/at-spi.spec b/at-spi.spec index 9e25692..0c18bca 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -9,8 +9,8 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi -Version: 1.25.1 -Release: 3%{?dist} +Version: 1.25.2 +Release: 1%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://download.gnome.org/sources/at-spi/1.25/%{name}-%{version}.tar.bz2 @@ -45,8 +45,6 @@ BuildRequires: libXevie-devel BuildRequires: libXt-devel BuildRequires: automake, autoconf, libtool, intltool -# http://bugzilla.gnome.org/show_bug.cgi?id=554953 -Patch3: atk-bridge-make-resident.patch # http://bugzilla.gnome.org/show_bug.cgi?id=548782 Patch4: evo-crash.patch @@ -85,7 +83,6 @@ This package contains Python bindings allowing to use at-spi in Python programs. %prep %setup -q -%patch3 -p1 -b .atk-bridge-make-resident %patch4 -p1 -b .evo-crash autoconf @@ -151,6 +148,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Dec 2 2008 Matthias Clasen - 1.25.2-1 +- Update to 1.25.2 + * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.25.1-3 - Rebuild for Python 2.6 diff --git a/atk-bridge-make-resident.patch b/atk-bridge-make-resident.patch deleted file mode 100644 index c34fd14..0000000 --- a/atk-bridge-make-resident.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -up at-spi-1.24.0/atk-bridge/bridge.c.make-resident at-spi-1.24.0/atk-bridge/bridge.c ---- at-spi-1.24.0/atk-bridge/bridge.c.make-resident 2008-10-03 22:09:21.000000000 -0400 -+++ at-spi-1.24.0/atk-bridge/bridge.c 2008-10-03 22:10:58.000000000 -0400 -@@ -41,6 +41,7 @@ - #include "accessible.h" - #include "application.h" - #include -+#include - - #undef SPI_BRIDGE_DEBUG - -@@ -1395,3 +1396,10 @@ spi_atk_bridge_init_rect (CORBA_any *any - spi_init_any_rect (any, app, role, name, rect); - } - -+const char * -+g_module_check_init (GModule *module) -+{ -+ g_module_make_resident (module); -+ -+ return NULL; -+} -diff -up at-spi-1.24.0/configure.in.make-resident at-spi-1.24.0/configure.in ---- at-spi-1.24.0/configure.in.make-resident 2008-09-22 04:25:21.000000000 -0400 -+++ at-spi-1.24.0/configure.in 2008-10-03 22:09:21.000000000 -0400 -@@ -116,6 +116,7 @@ AC_SUBST(TESTS_CFLAGS) - PKG_CHECK_MODULES(ATK_BRIDGE, [ - libbonobo-2.0 >= req_ver_libbonobo - atk >= req_ver_atk -+ gmodule-2.0 - ]) - AC_SUBST(ATK_BRIDGE_LIBS) - AC_SUBST(ATK_BRIDGE_CFLAGS) diff --git a/sources b/sources index 5584d16..a7dad1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6746087af98dc79894aa80a8404f7a20 at-spi-1.25.1.tar.bz2 +9580090e3f4023bcea35aa0502463dda at-spi-1.25.2.tar.bz2