Hello community, here is the log from the commit of package xplanet for openSUSE:Factory checked in at 2013-02-15 18:55:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xplanet (Old) and /work/SRC/openSUSE:Factory/.xplanet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xplanet", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/xplanet/xplanet.changes 2012-10-06 18:45:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.xplanet.new/xplanet.changes 2013-02-15 18:55:17.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 15 07:28:36 UTC 2013 - [email protected] + +- build also with libpng16 + * libpng16.patch + +------------------------------------------------------------------- New: ---- xplanet-libpng16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xplanet.spec ++++++ --- /var/tmp/diff_new_pack.JVDjvP/_old 2013-02-15 18:55:18.000000000 +0100 +++ /var/tmp/diff_new_pack.JVDjvP/_new 2013-02-15 18:55:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package xplanet # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -24,6 +24,8 @@ Group: Productivity/Scientific/Astronomy Url: http://xplanet.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz +# build also with libpng16, patch sent to [email protected] +Patch0: xplanet-libpng16.patch BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: giflib-devel @@ -46,6 +48,7 @@ %prep %setup -q +%patch0 -p1 %build # configure does not check if netpbm headers are installed in /usr/include/netpbm ++++++ xplanet-libpng16.patch ++++++ Index: xplanet-1.3.0/src/libimage/png.c =================================================================== --- xplanet-1.3.0.orig/src/libimage/png.c +++ xplanet-1.3.0/src/libimage/png.c @@ -20,6 +20,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <png.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
