Received: from [131.252.208.82] (helo=gabe.freedesktop.org)
	by mx33.web.de with esmtp (WEB.DE 4.104 #268)
	id 1DNaZN-0000qq-00
	for danny.kukawka@web.de; Mon, 18 Apr 2005 20:02:01 +0200
Received: from gabe.freedesktop.org (localhost.localdomain [127.0.0.1])
	by gabe.freedesktop.org (Postfix) with ESMTP id 24D399EBC5;
	Mon, 18 Apr 2005 11:02:00 -0700 (PDT)
X-Original-To: hal-commit@freedesktop.org
Delivered-To: hal-commit@freedesktop.org
Received: by gabe.freedesktop.org (Postfix, from userid 2559)
	id 3995D9EBBA; Mon, 18 Apr 2005 11:01:58 -0700 (PDT)
To: hal-commit@freedesktop.org
Message-Id: <20050418180158.3995D9EBBA@gabe.freedesktop.org>
Date: Mon, 18 Apr 2005 11:01:58 -0700 (PDT)
From: david@freedesktop.org (David Zeuthen)
Subject: hal ChangeLog,1.504,1.505 configure.in,1.76,1.77
X-BeenThere: hal-commit@lists.freedesktop.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: HAL CVS commit notification <hal-commit.lists.freedesktop.org>
List-Unsubscribe: <http://lists.freedesktop.org/mailman/listinfo/hal-commit>, 
	<mailto:hal-commit-request@lists.freedesktop.org?subject=unsubscribe>
List-Archive: <http://lists.freedesktop.org/archives/hal-commit>
List-Post: <mailto:hal-commit@lists.freedesktop.org>
List-Help: <mailto:hal-commit-request@lists.freedesktop.org?subject=help>
List-Subscribe: <http://lists.freedesktop.org/mailman/listinfo/hal-commit>,
	<mailto:hal-commit-request@lists.freedesktop.org?subject=subscribe>
Errors-To: hal-commit-bounces@lists.freedesktop.org
Sender: hal-commit-bounces@lists.freedesktop.org
Status: RO
X-Status: ORC
X-KMail-EncryptionState: N
X-KMail-SignatureState: N
X-KMail-MDN-Sent:  
X-UID: 0
Content-Type: 

Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv31690

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-04-18  David Zeuthen  <davidz@redhat.com>

        * configure.in: Bump glib-2.0 requirement to 2.6.0; change dbus-1 and
        dbus-glib-1 to back 0.32 so it works with patched 0.32 tarballs. glib
        observation from Rohan <rohan.pm@gmail.com>.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -d -r1.504 -r1.505
--- ChangeLog	14 Apr 2005 04:26:56 -0000	1.504
+++ ChangeLog	18 Apr 2005 18:01:55 -0000	1.505
@@ -1,3 +1,9 @@
+2005-04-18  David Zeuthen  <davidz@redhat.com>
+
+	* configure.in: Bump glib-2.0 requirement to 2.6.0; change dbus-1 and
+	dbus-glib-1 to back 0.32 so it works with patched 0.32 tarballs. glib
+	observation from Rohan <rohan.pm@gmail.com>.
+
 2005-04-14  David Zeuthen  <davidz@redhat.com>
 
 	Make hal handle APM nicely.

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- configure.in	11 Apr 2005 18:51:50 -0000	1.76
+++ configure.in	18 Apr 2005 18:01:55 -0000	1.77
@@ -188,8 +188,8 @@
   fi
 fi
 
-dbus_module="dbus-1 >= 0.33"
-pkg_modules="glib-2.0 >= 2.2.2, gobject-2.0 >= 2.2.2, dbus-glib-1 >= 0.33, $dbus_module"
+dbus_module="dbus-1 >= 0.32"
+pkg_modules="glib-2.0 >= 2.6.0, gobject-2.0 >= 2.6.0, dbus-glib-1 >= 0.32, $dbus_module"
 PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
 
 EXPAT_LIB=""

_______________________________________________
hal-commit mailing list
hal-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/hal-commit
