diff --git a/at-spi.spec b/at-spi.spec index 2408099..362dd36 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -8,7 +8,7 @@ Summary: Assistive Technology Service Provider Interface Name: at-spi Version: 1.17.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://developer.gnome.org/projects/gap/ Source0: http://ftp.gnome.org/pub/gnome/sources/at-spi/1.17/%{name}-%{version}.tar.bz2 @@ -36,6 +36,8 @@ BuildRequires: libXi-devel BuildRequires: libXevie-devel BuildRequires: libXt-devel +Patch0: at-spi-1.17.2-fix-some-deadlock-issues.patch + %description at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for @@ -60,6 +62,7 @@ Libraries and header files allowing compilation of apps that use at-spi. %prep %setup -q +%patch0 -p1 -b .fix-some-deadlock-issues %build %configure --disable-gtk-doc @@ -67,7 +70,7 @@ make %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT %find_lang at-spi @@ -99,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu Mar 8 2007 Ray Strode - 1.17.2-2 +- add a patch that might fix some deadlock issues (bug 329454) + * Tue Feb 27 2007 Matthias Clasen - 1.17.2-1 - Update to 1.17.2