Hello community, here is the log from the commit of package silc-toolkit for openSUSE:Factory checked in at 2012-05-29 11:43:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/silc-toolkit (Old) and /work/SRC/openSUSE:Factory/.silc-toolkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "silc-toolkit", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/silc-toolkit/silc-toolkit.changes 2011-11-28 12:57:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.silc-toolkit.new/silc-toolkit.changes 2012-05-29 11:44:20.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 28 08:52:41 UTC 2012 - [email protected] + +- fix ppc build + +------------------------------------------------------------------- New: ---- silc-ppc-return.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ silc-toolkit.spec ++++++ --- /var/tmp/diff_new_pack.hvlqe2/_old 2012-05-29 11:44:21.000000000 +0200 +++ /var/tmp/diff_new_pack.hvlqe2/_new 2012-05-29 11:44:21.000000000 +0200 @@ -29,6 +29,7 @@ Source: http://www.silcnet.org/download/toolkit/sources/%{name}-%{version}.tar.bz2 Patch1: silc-buildroot.patch Patch2: silc-tutorial-makefile.patch +Patch3: silc-ppc-return.patch BuildRequires: dante-devel libtool nasm yasm BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -166,6 +167,7 @@ %setup -q %patch1 %patch2 +%patch3 -p1 %build ACLOCAL="aclocal -I ." autoreconf -f -i ++++++ silc-ppc-return.patch ++++++ Index: silc-toolkit-1.1.10/lib/silcutil/silcatomic.h =================================================================== --- silc-toolkit-1.1.10.orig/lib/silcutil/silcatomic.h +++ silc-toolkit-1.1.10/lib/silcutil/silcatomic.h @@ -1156,6 +1156,7 @@ SILC_ATOMIC_CAS_F(bits) \ { \ /* GCC + PowerPC */ \ /* XXX TODO */ \ + return FALSE; \ } #else /* SILC_ATOMIC_MUTEX */ @@ -1236,6 +1237,7 @@ SilcBool silc_atomic_cas_pointer(SilcAto #elif defined(__GNUC__) && defined(SILC_POWERPC) /* GCC + PowerPC */ /* XXX TODO */ + return FALSE; #else /* Mutex */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
