Hello community, here is the log from the commit of package libgxps for openSUSE:Factory checked in at 2013-03-20 11:43:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgxps (Old) and /work/SRC/openSUSE:Factory/.libgxps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgxps", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libgxps/libgxps.changes 2012-03-23 12:06:09.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libgxps.new/libgxps.changes 2013-03-20 11:43:55.000000000 +0100 @@ -1,0 +2,5 @@ +Fri Feb 15 14:37:54 UTC 2013 - [email protected] + +- Add libgxps-libpng16.patch, also build against libpng16. + +------------------------------------------------------------------- New: ---- libgxps-libpng16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgxps.spec ++++++ --- /var/tmp/diff_new_pack.jOTeRG/_old 2013-03-20 11:43:56.000000000 +0100 +++ /var/tmp/diff_new_pack.jOTeRG/_new 2013-03-20 11:43:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libgxps # -# 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: System/Libraries Url: https://live.gnome.org/libgxps Source0: http://download.gnome.org/sources/libgxps/0.2/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM libgxps-libpng16.patch [email protected] -- Also build against libpng16, patch from upstream git. +Patch0: libgxps-libpng16.patch BuildRequires: gobject-introspection-devel BuildRequires: libjpeg-devel BuildRequires: libtiff-devel @@ -84,6 +86,7 @@ %prep %setup -q +%patch0 -p1 %build %configure --disable-static ++++++ libgxps-libpng16.patch ++++++ Index: libgxps-0.2.2/tools/gxps-png-writer.c =================================================================== --- libgxps-0.2.2.orig/tools/gxps-png-writer.c +++ libgxps-0.2.2/tools/gxps-png-writer.c @@ -22,6 +22,7 @@ #include "gxps-png-writer.h" #include <png.h> #include <stdint.h> +#include <string.h> /* starting with libpng15, png.h no longer #includes zlib.h */ #ifndef Z_BEST_COMPRESSION -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
