Hello community, here is the log from the commit of package thunar checked in at Thu Dec 6 01:37:45 CET 2007. -------- --- thunar/thunar.changes 2007-12-03 23:15:50.000000000 +0100 +++ /mounts/work_src_done/STABLE/thunar/thunar.changes 2007-12-05 11:28:12.000000000 +0100 @@ -1,0 +2,10 @@ +Tue Dec 4 11:08:35 CET 2007 - prusnak@suse.cz + +- fixed typo in vfs-volume-hal_missing-audio-cds-for-volman.patch + +------------------------------------------------------------------- +Tue Dec 4 09:43:52 CET 2007 - bwalle@suse.de + +- disable HAL for 10.0 because of build errors + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ thunar.spec ++++++ --- /var/tmp/diff_new_pack.jn9195/_old 2007-12-06 01:37:29.000000000 +0100 +++ /var/tmp/diff_new_pack.jn9195/_new 2007-12-06 01:37:29.000000000 +0100 @@ -16,14 +16,14 @@ BuildRequires: fam-devel gconf2-devel BuildRequires: libxfcegui4-devel >= 4.3 BuildRequires: libxfce4mcs-devel >= 4.3 -BuildRequires: exo-devel >= 0.3.2 +BuildRequires: exo-devel >= 0.3.4 BuildRequires: xfce4-panel-devel >= 4.3 %if 0%{?suse_version} > 1020 BuildRequires: fdupes %endif Summary: New modern file manager for the Xfce Desktop Environment Version: 0.9.0 -Release: 1 +Release: 2 License: GPL v2 or later Url: http://www.xfce.org/ Source: Thunar-%{version}.tar.bz2 @@ -194,6 +194,10 @@ %dir %{_datadir}/gtk-doc/html/thunar-vfs %changelog +* Tue Dec 04 2007 - prusnak@suse.cz +- fixed typo in vfs-volume-hal_missing-audio-cds-for-volman.patch +* Tue Dec 04 2007 - bwalle@suse.de +- disable HAL for 10.0 because of build errors * Mon Dec 03 2007 - bwalle@suse.de - update to Thunar 0.9.0 o Do not display volumes without mountable file systems ++++++ thunar-vfs-volume-hal_missing-audio-cds-for-volman.patch ++++++ --- /var/tmp/diff_new_pack.jn9195/_old 2007-12-06 01:37:30.000000000 +0100 +++ /var/tmp/diff_new_pack.jn9195/_new 2007-12-06 01:37:30.000000000 +0100 @@ -21,7 +21,7 @@ - drive_udi = libhal_volume_get_storage_device_udi (hv); - if (G_LIKELY (drive_udi != NULL)) + /* check if we have a mountable file system here */ -+ if (libhal_volume_get_fsusage (hv) != LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM) ++ if (libhal_volume_get_fsusage (hv) == LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM) { - /* determine the drive for the volume */ - hd = libhal_drive_from_udi (context, drive_udi); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org