hal ChangeLog,1.504,1.505 configure.in,1.76,1.77

David Zeuthen david at freedesktop.org
Mon Apr 18 11:01:58 PDT 2005


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

Modified Files:
	ChangeLog configure.in 
Log Message:
2005-04-18  David Zeuthen  <davidz at 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 at 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 at 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 at gmail.com>.
+
 2005-04-14  David Zeuthen  <davidz at 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=""




More information about the hal-commit mailing list