diff commited package against linked revision 0f0d3802a0f2105bfd91ec3cf58fd4b1 Index: gnome-pilot-hal.patch =================================================================== --- gnome-pilot-hal.patch (revision 0f0d3802a0f2105bfd91ec3cf58fd4b1) +++ gnome-pilot-hal.patch (revision cce56982fe453b408bdf32e412b1983f) @@ -1,5 +1,5 @@ ---- gnome-pilot-2.0.14/configure.in -+++ gnome-pilot-2.0.14/configure.in +--- gnome-pilot-2.0.16.orig/configure.in ++++ gnome-pilot-2.0.16/configure.in @@ -157,6 +157,8 @@ BONOBO_ACTIVATION_REQUIRED="bonobo-activation-2.0 >= 1.0.3" LIBPANELAPPLET_REQUIRED="libpanelapplet-2.0 >= 2.0.6" @@ -18,7 +18,7 @@ ]) GNOME_PILOT_CFLAGS="$GNOME_PILOT_CFLAGS $PISOCK_CFLAGS $HAL_CFLAGS" -@@ -240,12 +244,12 @@ +@@ -245,12 +249,12 @@ dnl Set platform specific libs and defines here dnl For defines, remember an addition to acconfig.h @@ -33,8 +33,8 @@ ;; esac ---- gnome-pilot-2.0.14/gpilotd/gpilotd.c -+++ gnome-pilot-2.0.14/gpilotd/gpilotd.c +--- gnome-pilot-2.0.16.orig/gpilotd/gpilotd.c ++++ gnome-pilot-2.0.16/gpilotd/gpilotd.c @@ -28,10 +28,10 @@ #endif @@ -50,9 +50,9 @@ #endif #define _BSD_SOURCE 1 /* Or gethostname won't be declared properly -@@ -673,9 +673,8 @@ - int ret; - +@@ -717,9 +717,8 @@ + #endif + ret = stat (pilot->sync_options.basedir, &buf); - - if (ret < 0 || !( S_ISDIR (buf.st_mode) && (buf.st_mode & (S_IRUSR | S_IWUSR |S_IXUSR))) ) { Index: gnome-pilot.changes =================================================================== --- gnome-pilot.changes (revision 0f0d3802a0f2105bfd91ec3cf58fd4b1) +++ gnome-pilot.changes (revision cce56982fe453b408bdf32e412b1983f) @@ -4,6 +4,7 @@ - Added support for translation-update-upstream (bnc#583580, FATE#301344). - Fixed BuildRequires to build in SLE11-SP1. +- Refreshed gnome-pilot-hal.patch. ------------------------------------------------------------------- Thu Apr 3 20:04:47 CEST 2008 - maw@suse.de Index: ready =================================================================== --- ready (revision 0f0d3802a0f2105bfd91ec3cf58fd4b1) +++ ready (deleted)