Hello community,

here is the log from the commit of package xaos for openSUSE:Factory checked in 
at 2013-04-10 20:42:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xaos (Old)
 and      /work/SRC/openSUSE:Factory/.xaos.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xaos", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xaos/xaos.changes        2012-09-14 
12:42:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xaos.new/xaos.changes   2013-04-10 
20:42:47.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr  9 10:02:28 UTC 2013 - pgaj...@suse.com
+
+- builds also with libpng16
+
+-------------------------------------------------------------------

New:
----
  xaos-libpng16.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xaos.spec ++++++
--- /var/tmp/diff_new_pack.yzGak7/_old  2013-04-10 20:42:48.000000000 +0200
+++ /var/tmp/diff_new_pack.yzGak7/_new  2013-04-10 20:42:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xaos
 #
-# 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
@@ -29,8 +29,9 @@
 Source3:        %{name}.png
 Patch0:         %{name}-%{version}-strip.patch
 Patch1:         fix-prototypes.diff
-# libpng15.patch should be upstreamed yet
+# libpng15.patch http://code.google.com/p/gnuxaos/issues/detail?id=55
 Patch2:         xaos-libpng15.patch
+Patch3:         xaos-libpng16.patch
 BuildRequires:  aalib-devel
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
@@ -56,6 +57,7 @@
 %patch0
 %patch1 -p1
 %patch2
+%patch3 -p1
 
 %build
 # convert all xpf-files to UNIX format

++++++ xaos-libpng16.patch ++++++
Index: xaos-3.5/src/util/png.c
===================================================================
--- xaos-3.5.orig/src/util/png.c
+++ xaos-3.5/src/util/png.c
@@ -3,6 +3,7 @@
 #include <aconfig.h>
 #ifdef USE_PNG
 #include <png.h>
+#include <string.h>
 #include <zlib.h>
 #endif
 #include <stdlib.h>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to