Hello community, here is the log from the commit of package swi-prolog checked in at Sun May 13 16:54:27 CEST 2007. -------- --- swi-prolog/swi-prolog.changes 2007-04-20 21:10:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/swi-prolog/swi-prolog.changes 2007-05-12 22:24:04.000000000 +0200 @@ -1,0 +2,6 @@ +Sat May 12 22:23:38 CEST 2007 - sndirsch@suse.de + +- update to 5.6.34 + * various bugfixes + +------------------------------------------------------------------- Old: ---- pl-5.6.22.diff pl-5.6.22.tar.gz New: ---- pl-5.6.34.diff pl-5.6.34.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ swi-prolog.spec ++++++ --- /var/tmp/diff_new_pack.OK4734/_old 2007-05-13 16:53:28.000000000 +0200 +++ /var/tmp/diff_new_pack.OK4734/_new 2007-05-13 16:53:28.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package swi-prolog (Version 5.6.22) +# spec file for package swi-prolog (Version 5.6.34) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,8 +21,8 @@ Provides: swi_pl swi-pl Obsoletes: swi_pl Autoreqprov: on -Version: 5.6.22 -Release: 37 +Version: 5.6.34 +Release: 1 Summary: SWI-Prolog distribution Source: pl-%{version}.tar.gz Source1: refman.pdf @@ -56,7 +56,7 @@ cd packages autoreconf -f -i cd ../src -autoreconf -f -i +#autoreconf -f -i cd .. export COFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" ./configure --prefix=%{_prefix} --mandir=%{_mandir} @@ -140,6 +140,9 @@ %doc %{_prefix}/share/man/*/* %changelog +* Sat May 12 2007 - sndirsch@suse.de +- update to 5.6.34 + * various bugfixes * Fri Apr 20 2007 - sndirsch@suse.de - switched to TeXLive packages * Fri Oct 20 2006 - sndirsch@suse.de ++++++ pl-5.6.22.diff -> pl-5.6.34.diff ++++++ --- swi-prolog/pl-5.6.22.diff 2006-11-28 19:59:49.000000000 +0100 +++ /mounts/work_src_done/STABLE/swi-prolog/pl-5.6.34.diff 2007-05-12 22:39:27.000000000 +0200 @@ -11,19 +11,6 @@ ], [ pid_t t = gettid(); ], AC_DEFINE(HAVE_GETTID, 1, ---- src/pl-thread.c -+++ src/pl-thread.c -@@ -74,8 +74,8 @@ - - #include <errno.h> - #if defined(__linux__) && defined(HAVE_GETTID) --#include <linux/unistd.h> --_syscall0(pid_t,gettid) -+#include <sys/syscall.h> -+static inline pid_t gettid() { return syscall(SYS_gettid); } - #endif - - #ifdef HAVE_SEMA_INIT /* Solaris */ --- src/pl-trace.c +++ src/pl-trace.c @@ -581,8 +581,7 @@ ++++++ pl-5.6.22.tar.gz -> pl-5.6.34.tar.gz ++++++ swi-prolog/pl-5.6.22.tar.gz /mounts/work_src_done/STABLE/swi-prolog/pl-5.6.34.tar.gz differ: byte 5, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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