From bc03ab2c5b49dbfb6181f9f4d1454af2679d47ee Mon Sep 17 00:00:00 2001 From: John (J5) Palmieri Date: Nov 13 2006 19:19:12 +0000 Subject: - update to D-Bus 1.0.0 "Blue Bird" - build with verbose mode on but tests and asserts off --- diff --git a/.cvsignore b/.cvsignore index c89c728..5c54565 100644 --- a/.cvsignore +++ b/.cvsignore @@ -16,3 +16,4 @@ dbus-0.90.tar.gz dbus-0.92.tar.gz dbus-0.93.tar.gz dbus-0.94.tar.gz +dbus-1.0.0.tar.gz diff --git a/dbus.spec b/dbus.spec index 074352f..0507ceb 100644 --- a/dbus.spec +++ b/dbus.spec @@ -7,8 +7,8 @@ Summary: D-BUS message bus Name: dbus -Version: 0.95 -Release: 3%{?dist} +Version: 1.0.0 +Release: 1%{?dist} URL: http://www.freedesktop.org/software/dbus/ Source0: %{name}-%{version}.tar.gz License: AFL/GPL @@ -84,16 +84,16 @@ function make_fast() { } #### Build once with tests to make check -%configure $COMMON_ARGS --enable-tests=no --enable-verbose-mode=yes --enable-asserts=yes +%configure $COMMON_ARGS --enable-tests=yes --enable-verbose-mode=yes --enable-asserts=yes make_fast - -#keep debug mode for now. -exit 0 +make check #### Clean up and build again make clean -%configure $COMMON_ARGS --disable-tests --disable-verbose-mode --disable-asserts +# leave verbose mode so people can debug their apps but make sure to +# turn it off on stable releases with --disable-verbose-mode +%configure $COMMON_ARGS --disable-tests --disable-asserts make %install @@ -174,6 +174,10 @@ fi %{_includedir}/* %changelog +* Mon Nov 13 2006 Ray Strode - 1.0.0-1 +- update to D-Bus 1.0.0 "Blue Bird" +- build with verbose mode on but tests and asserts off + * Sun Nov 12 2006 Ray Strode - 0.95-3 - dont let dbus-launch session sitter crash in the non-autolaunch code path (bug 214649) diff --git a/sources b/sources index d8ded18..ff27ea5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c660e2c6345cbe5edc5e2486570148af dbus-0.95.tar.gz +8261b2abac8281007fd3176930017302 dbus-1.0.0.tar.gz