diff --git a/.cvsignore b/.cvsignore index 2c57e26..0125785 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dbus-glib-0.71.tar.gz +dbus-glib-0.73.tar.gz diff --git a/dbus-bus-introspect.xml b/dbus-bus-introspect.xml new file mode 100644 index 0000000..2a58f6c --- /dev/null +++ b/dbus-bus-introspect.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dbus-glib.spec b/dbus-glib.spec index cbe3820..61f244c 100644 --- a/dbus-glib.spec +++ b/dbus-glib.spec @@ -7,13 +7,11 @@ Summary: GLib bindings for D-Bus Name: dbus-glib -Version: 0.71 -Release: 4%{?dist} +Version: 0.73 +Release: 1%{?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 +Source1: dbus-bus-introspect.xml License: AFL/GPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -60,14 +58,14 @@ D-Bus tools written using the gtk+ GUI libaries %prep %setup -q -%patch1 -p1 -b .dontgeneratexml -%patch2 -p0 -b .fix-info-leak -%patch3 -p1 -b .use-default-threads autoreconf -i -f %build -%configure --disable-tests --enable-verbose-mode=yes --enable-asserts=yes +%configure --disable-tests \ + --enable-verbose-mode=yes \ + --enable-asserts=yes \ + --with-introspect-xml=%{SOURCE1} #build with checks for right now but disable checks for final release #%configure --disable-tests --disable-verbose-mode --disable-asserts @@ -104,6 +102,7 @@ rm -rf %{buildroot} %{_libdir}/lib*.so %{_libdir}/pkgconfig/dbus-glib-1.pc %{_includedir}/* +%{_datadir}/gtk-doc/html/dbus-glib %if 0 %files gtk @@ -114,6 +113,10 @@ rm -rf %{buildroot} %endif %changelog +* Wed Apr 4 2007 Matthias Clasen - 0.73-1 +- Update to 0.73 (#233631) +- Drop upstreamed patches + * Tue Dec 19 2006 John (J5) Palmieri - 0.71-4 - Add dbus-glib-0.70-use-default-threads.patch - Partial fix to #219257 diff --git a/sources b/sources index 621f2fe..cf7ba29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e1e7348b26ee8b6485452113f4221cc dbus-glib-0.71.tar.gz +4563eeebae66828e30b72e2c1d90a92c dbus-glib-0.73.tar.gz