[at-spi2-atk] 0.31.91.1

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 31 12:23:06 UTC 2010


commit 95d96afd1d6490643253b9aaceb89ce4515619b8
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 31 08:21:36 2010 -0400

    0.31.91.1

 .gitignore       |    1 +
 at-spi2-atk.spec |   15 ++++++---------
 sources          |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de06f9f..b974a92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 at-spi2-atk-0.3.5.tar.bz2
 at-spi2-atk-0.3.6.tar.bz2
 /at-spi2-atk-0.3.90.tar.bz2
+/at-spi2-atk-0.3.91.1.tar.bz2
diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec
index 8d16cb0..e8c26b5 100644
--- a/at-spi2-atk.spec
+++ b/at-spi2-atk.spec
@@ -1,6 +1,6 @@
 Name:           at-spi2-atk
-Version:        0.3.90
-Release:        2%{?dist}
+Version:        0.3.91.1
+Release:        1%{?dist}
 Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
 
 Group:          System Environment/Libraries
@@ -25,10 +25,6 @@ Requires(pre): GConf2
 Requires(post): GConf2
 Requires(preun): GConf2
 
-# https://bugzilla.gnome.org/show_bug.cgi?id=628152
-Patch0: resident-module.patch
-Patch1: tab-not-space.patch
-
 %description
 at-spi allows assistive technologies to access GTK-based
 applications. Essentially it exposes the internals of applications for
@@ -45,13 +41,11 @@ D-Bus based at-spi.
 
 %prep
 %setup -q
-%patch0 -p1 -b .resident-module
 
 %build
-%configure
+%configure --disable-relocate
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
-patch -p1 < %{PATCH1}
 
 make %{?_smp_mflags}
 
@@ -90,6 +84,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/libatk-bridge.la
 
 
 %changelog
+* Tue Aug 31 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.91.1-1
+- Update to 0.3.91.1
+
 * Fri Aug 27 2010 Matthias Clasen <mclasen at redhat.com> - 0.3.90-2
 - Make the gtk module resident to prevent crashes
 
diff --git a/sources b/sources
index 9eb3218..4cf6e5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1567171dcc92bbf0a0b3a615fd2e6fd  at-spi2-atk-0.3.90.tar.bz2
+954923fb224ac1940410ce7e1e147b85  at-spi2-atk-0.3.91.1.tar.bz2


More information about the scm-commits mailing list