Hello community, here is the log from the commit of package gnome-pilot checked in at Fri Mar 31 15:34:49 CEST 2006. -------- --- GNOME/gnome-pilot/gnome-pilot.changes 2006-03-20 21:08:28.000000000 +0100 +++ gnome-pilot/gnome-pilot.changes 2006-03-30 11:09:26.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 30 11:03:31 CEST 2006 - dgollub@suse.de + +- fixed build problem which appeared on downgrade to pilot-link 0.11.8 + (#161722) (-build-fix.patch) + +------------------------------------------------------------------- New: ---- gnome-pilot-build-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-pilot.spec ++++++ --- /var/tmp/diff_new_pack.UbKoXa/_old 2006-03-31 15:34:22.000000000 +0200 +++ /var/tmp/diff_new_pack.UbKoXa/_new 2006-03-31 15:34:22.000000000 +0200 @@ -23,7 +23,7 @@ # http://bugzilla.gnome.org/show_bug.cgi?id=302727 Conflicts: gnome-pilot-32bit Version: 2.0.13 -Release: 32 +Release: 35 Summary: GNOME PalmPilot Programs Source: ftp://ftp.gnome.org/pub/GNOME/sources/gnome-pilot/2.0/%{name}-%{version}.tar.bz2 Patch: gnome-pilot-no-susepath.patch @@ -33,6 +33,7 @@ Patch5: gnome-pilot-pilot-link-0-12.patch Patch6: gnome-pilot-fix-panel-add-icon.patch Patch7: gnome-pilot-hal.patch +Patch8: gnome-pilot-build-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -72,6 +73,7 @@ %patch5 %patch6 %patch7 -p1 +%patch8 # Work-around biarch problems: # http://bugzilla.gnome.org/show_bug.cgi?id=302727 sed -i s:@prefix@/lib:@prefix@/%_lib:g conduits/*/*.conduit.in @@ -164,6 +166,9 @@ %{prefix}/%_lib/pkgconfig/*.pc %changelog -n gnome-pilot +* Thu Mar 30 2006 - dgollub@suse.de +- fixed build problem which appeared on downgrade to pilot-link 0.11.8 + (#161722) (-build-fix.patch) * Mon Mar 20 2006 - fejj@suse.de - Fixed a build problem by removing #define _XOPEN_SOURCE, it should have been #define _GNU_SOURCE * Fri Mar 17 2006 - fejj@suse.de ++++++ gnome-pilot-build-fix.patch ++++++ --- utils/make-password.c +++ utils/make-password.c @@ -7,6 +7,7 @@ #include <unistd.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <pi-source.h> #include <pi-socket.h> #include <pi-dlp.h> ++++++ gnome-pilot-hal.patch ++++++ --- /var/tmp/diff_new_pack.UbKoXa/_old 2006-03-31 15:34:22.000000000 +0200 +++ /var/tmp/diff_new_pack.UbKoXa/_new 2006-03-31 15:34:22.000000000 +0200 @@ -1,6 +1,5 @@ -diff -ur gnome-pilot-2.0.13.orig/configure.in gnome-pilot-2.0.13/configure.in ---- gnome-pilot-2.0.13.orig/configure.in 2006-03-17 09:47:10.000000000 -0500 -+++ gnome-pilot-2.0.13/configure.in 2006-03-20 14:58:42.000000000 -0500 +--- gnome-pilot-2.0.13/configure.in ++++ gnome-pilot-2.0.13/configure.in @@ -117,6 +117,8 @@ BONOBO_ACTIVATION_REQUIRED="bonobo-activation-2.0 >= 1.0.3" LIBPANELAPPLET_REQUIRED="libpanelapplet-2.0 >= 2.0.6" @@ -34,10 +33,8 @@ ;; esac -Only in gnome-pilot-2.0.13/: configure.in~ -diff -ur gnome-pilot-2.0.13.orig/gpilotd/gpilotd.c gnome-pilot-2.0.13/gpilotd/gpilotd.c ---- gnome-pilot-2.0.13.orig/gpilotd/gpilotd.c 2006-03-17 09:47:10.000000000 -0500 -+++ gnome-pilot-2.0.13/gpilotd/gpilotd.c 2006-03-20 14:58:24.000000000 -0500 +--- gnome-pilot-2.0.13/gpilotd/gpilotd.c ++++ gnome-pilot-2.0.13/gpilotd/gpilotd.c @@ -28,10 +28,10 @@ #endif @@ -1148,4 +1145,3 @@ /* It is unlikely that we will end here */ remove_pid_file (); gpilotd_corba_quit (); -Only in gnome-pilot-2.0.13/gpilotd: gpilotd.c~ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun...
participants (1)
-
root@suse.de