Hello community, here is the log from the commit of package img2eps for openSUSE:Factory checked in at 2013-02-19 13:34:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/img2eps (Old) and /work/SRC/openSUSE:Factory/.img2eps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "img2eps", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/img2eps/img2eps.changes 2013-01-08 16:39:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.img2eps.new/img2eps.changes 2013-02-19 13:34:05.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Feb 19 08:12:56 UTC 2013 - [email protected] + +- fix build with libpng16 + * libpng16.patch + +------------------------------------------------------------------- New: ---- img2eps-libpng16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ img2eps.spec ++++++ --- /var/tmp/diff_new_pack.0UAt9s/_old 2013-02-19 13:34:06.000000000 +0100 +++ /var/tmp/diff_new_pack.0UAt9s/_new 2013-02-19 13:34:06.000000000 +0100 @@ -29,6 +29,7 @@ Patch2: libpng14.diff Patch3: img2eps-fix-linking.patch Patch4: img2eps-giflib.patch +Patch5: img2eps-libpng16.patch BuildRequires: automake BuildRequires: giflib-devel BuildRequires: libexif-devel @@ -50,6 +51,7 @@ %patch2 -p1 %patch3 %patch4 +%patch5 -p1 %build autoreconf -ifv %configure ++++++ img2eps-libpng16.patch ++++++ Index: img2eps-0.2/src/im_png.c =================================================================== --- img2eps-0.2.orig/src/im_png.c +++ img2eps-0.2/src/im_png.c @@ -41,6 +41,7 @@ #include <errno.h> #include <stdio.h> +#include <string.h> #include <png.h> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
