- Add dbus-glib-0.70-fix-info-leak.patch

- Resolves: #216034
This commit is contained in:
David Zeuthen 2006-11-29 20:29:48 +00:00
parent b85e18bbed
commit b3f1660094

View File

@ -8,10 +8,11 @@
Summary: GLib bindings for D-Bus
Name: dbus-glib
Version: 0.71
Release: 2%{?dist}
Release: 3%{?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
License: AFL/GPL
Group: System Environment/Libraries
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -57,7 +58,9 @@ D-Bus tools written using the gtk+ GUI libaries
%prep
%setup -q
%patch1 -p1 -b .dontgeneratexml
%patch2 -p0 -b .fix-info-leak
autoreconf -i -f
@ -110,6 +113,10 @@ rm -rf %{buildroot}
%endif
%changelog
* Wed Nov 29 2006 David Zeuthen <davidz@redhat.com> - 0.71-3%{?dist}
- Add dbus-glib-0.70-fix-info-leak.patch
- Resolves: #216034
* Sun Nov 5 2006 Matthias Clasen <mclasen@redhat.com> - 0.71-2
- Fix up Requires for the -devel package