Hello community, here is the log from the commit of package hal checked in at Thu Mar 1 19:31:00 CET 2007. -------- --- hal/hal.changes 2007-02-19 11:29:29.000000000 +0100 +++ /mounts/work_src_done/STABLE/hal/hal.changes 2007-02-28 14:52:36.310237000 +0100 @@ -1,0 +2,7 @@ +Wed Feb 28 14:41:51 CET 2007 - dkukawka@suse.de + +- fixed bugs: + - b.n.c #249757: remove useless debug putput from marcro to + avoid missformated DBusError + +------------------------------------------------------------------- New: ---- hal-fix-missformated_dbus_error.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hal.spec ++++++ --- /var/tmp/diff_new_pack.o27558/_old 2007-03-01 19:30:48.000000000 +0100 +++ /var/tmp/diff_new_pack.o27558/_new 2007-03-01 19:30:48.000000000 +0100 @@ -19,7 +19,7 @@ License: Other uncritical OpenSource License Group: System/Daemons Version: 0.5.8_git20061106 -Release: 36 +Release: 38 Autoreqprov: on Summary: Daemon for Collecting Hardware Information # SUSE specific patches @@ -52,6 +52,7 @@ Patch116: hal-fix-consider-nice-logic_223517.diff Patch117: hal-fix-lcd_brightness_sonypi.diff Patch118: hal-fix-mountpoint-hal_mtab_nonASCII.diff +Patch119: hal-fix-missformated_dbus_error.diff # # patches for testing: #Patch300: @@ -175,6 +176,7 @@ %patch116 -p0 %patch117 -p0 %patch118 -p1 +%patch119 -p0 #%patch300 -p1 %build @@ -289,6 +291,10 @@ %{_bindir}/hal-device-manager %changelog +* Wed Feb 28 2007 - dkukawka@suse.de +- fixed bugs: + - b.n.c #249757: remove useless debug putput from marcro to + avoid missformated DBusError * Mon Feb 19 2007 - dkukawka@suse.de - fixed bugs: - b.n.c #242466: don't use g_strescape() for mount points in ++++++ hal-fix-missformated_dbus_error.diff ++++++ --- libhal/libhal.h 2007-02-28 14:38:19.000000000 +0100 +++ libhal/libhal.h 2007-02-28 14:38:42.000000000 +0100 @@ -46,11 +46,6 @@ do { \ if (dbus_error_is_set(_dbus_error_)) \ dbus_error_free (_dbus_error_); \ - else \ - fprintf (stderr, \ - "%s %d : INFO: called LIBHAL_FREE_DBUS_ERROR " \ - "but dbusError was not set.\n", \ - __FILE__, __LINE__); \ } while (0) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de