diff --git a/dbus-glib.spec b/dbus-glib.spec index dc6088c..821400c 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -7,11 +7,10 @@ Summary: GLib bindings for D-Bus Name: dbus-glib -Version: 0.82 -Release: 2%{?dist} +Version: 0.84 +Release: 1%{?dist} URL: http://www.freedesktop.org/software/dbus/ Source0: http://dbus.freedesktop.org/releases/dbus-glib/%{name}-%{version}.tar.gz -Source1: dbus-bus-introspect.xml License: AFL and GPLv2+ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,8 +65,7 @@ autoreconf %configure --disable-tests \ --enable-verbose-mode=yes \ --enable-asserts=yes \ - --disable-gtk-doc \ - --with-introspect-xml=%{SOURCE1} + --disable-gtk-doc #build with checks for right now but disable checks for final release #%configure --disable-tests --disable-verbose-mode --disable-asserts @@ -117,6 +115,10 @@ rm -rf %{buildroot} %endif %changelog +* Wed Jan 27 2010 Colin Walters - 0.84-1 +- New upstream + Has introspect.xml internally, drop it from here + * Fri Jan 15 2010 Colin Walters - 0.82-3 - Add ListActivatableNames to dbus-bus-introspect.xml to help tracker build