Hello community, here is the log from the commit of package xaos for openSUSE:Factory checked in at 2012-06-14 21:12:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xaos (Old) and /work/SRC/openSUSE:Factory/.xaos.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xaos", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xaos/xaos.changes 2011-09-23 12:50:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xaos.new/xaos.changes 2012-06-14 21:12:26.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Jun 14 14:42:42 UTC 2012 - [email protected] + +- fix protoype with new gcc + +------------------------------------------------------------------- New: ---- fix-prototypes.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xaos.spec ++++++ --- /var/tmp/diff_new_pack.Rum7zY/_old 2012-06-14 21:12:27.000000000 +0200 +++ /var/tmp/diff_new_pack.Rum7zY/_new 2012-06-14 21:12:27.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xaos # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,19 @@ # - Name: xaos Version: 3.5 Release: 0 -License: GPL-2.0+ Summary: Powerful fractal generator -Url: http://xaos.sourceforge.net +License: GPL-2.0+ Group: Amusements/Toys/Graphics +Url: http://xaos.sourceforge.net Source: %{name}-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.sh Source3: %{name}.png Patch0: %{name}-%{version}-strip.patch +Patch1: fix-prototypes.diff BuildRequires: aalib-devel BuildRequires: dos2unix BuildRequires: fdupes @@ -52,6 +52,7 @@ %prep %setup -q %patch0 +%patch1 -p1 %build # convert all xpf-files to UNIX format ++++++ fix-prototypes.diff ++++++ Index: xaos-3.5/src/engine/zoom.c =================================================================== --- xaos-3.5.orig/src/engine/zoom.c 2009-07-18 01:50:31.000000000 +0200 +++ xaos-3.5/src/engine/zoom.c 2012-06-14 16:40:37.209715612 +0200 @@ -139,12 +139,11 @@ int nperi = 0; #ifndef USE_i386ASM static void -moveoldpoints(void *data1, struct taskinfo *task, int r1, int r2) -REGISTERS(0); -static void fillline_8(int line) REGISTERS(0); -static void fillline_16(int line) REGISTERS(0); -static void fillline_24(int line) REGISTERS(0); -static void fillline_32(int line) REGISTERS(0); +moveoldpoints(void *data1, struct taskinfo *task, int r1, int r2); +static void fillline_8(int line); +static void fillline_16(int line); +static void fillline_24(int line); +static void fillline_32(int line); #endif /*first of all inline driver section */ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
