- Add dbus-glib-0.70-use-default-threads.patch

- Partial fix to #219257
This commit is contained in:
John (J5) Palmieri 2006-12-19 23:32:18 +00:00
parent b3f1660094
commit e9afde2844

View File

@ -8,11 +8,12 @@
Summary: GLib bindings for D-Bus
Name: dbus-glib
Version: 0.71
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://www.freedesktop.org/software/dbus/
Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
Patch1: dbus-glib-0.70-dontgeneratexml.patch
Patch2: dbus-glib-0.70-fix-info-leak.patch
Patch3: dbus-glib-0.70-use-default-threads.patch
License: AFL/GPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -61,7 +62,7 @@ D-Bus tools written using the gtk+ GUI libaries
%patch1 -p1 -b .dontgeneratexml
%patch2 -p0 -b .fix-info-leak
%patch3 -p1 -b .use-default-threads
autoreconf -i -f
%build
@ -113,6 +114,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Dec 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.71-4
- Add dbus-glib-0.70-use-default-threads.patch
- Partial fix to #219257
* Wed Nov 29 2006 David Zeuthen <davidz@redhat.com> - 0.71-3%{?dist}
- Add dbus-glib-0.70-fix-info-leak.patch
- Resolves: #216034