Hello community,

here is the log from the commit of package OpenGTL for openSUSE:Factory checked 
in at 2013-02-19 13:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenGTL (Old)
 and      /work/SRC/openSUSE:Factory/.OpenGTL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenGTL", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenGTL/OpenGTL.changes  2012-12-03 
11:11:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.OpenGTL.new/OpenGTL.changes     2013-02-19 
13:37:36.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb 18 15:31:34 UTC 2013 - [email protected]
+
+- build also with libpng16
+  * libpng16.patch
+
+-------------------------------------------------------------------

New:
----
  OpenGTL-libpng16.patch

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

Other differences:
------------------
++++++ OpenGTL.spec ++++++
--- /var/tmp/diff_new_pack.q7cYE1/_old  2013-02-19 13:37:38.000000000 +0100
+++ /var/tmp/diff_new_pack.q7cYE1/_new  2013-02-19 13:37:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package OpenGTL
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2009 Buschmann <[email protected]>
 # Copyright (c) 2012 Asterios Dramis <[email protected]>.
 #
@@ -37,6 +37,8 @@
 Patch2:         llvm.patch
 # PATCH-FIX-UPSTREAM targetData.patch [email protected] -- Rename from 
"llvm/Target/TargetData.h" to "llvm/DataLayout.h"
 Patch3:         targetData.patch
+# PATCH-FIX-UPSTREAM OpenGTL-libpng16.patch [email protected] -- build also 
with libpng16; sent to  cberger (at) cberger.net
+Patch4:         OpenGTL-libpng16.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
@@ -144,6 +146,7 @@
 %patch2
 %patch3
 %endif
+%patch4 -p1
 
 %build
 mkdir build

++++++ OpenGTL-libpng16.patch ++++++
Index: OpenGTL-0.9.17/Extensions/PngDC/PngDC.cpp
===================================================================
--- OpenGTL-0.9.17.orig/Extensions/PngDC/PngDC.cpp
+++ OpenGTL-0.9.17/Extensions/PngDC/PngDC.cpp
@@ -20,6 +20,7 @@
 #include "PngDC.h"
 
 #include <png.h>
+#include <string.h>
 
 #include <config-endian.h>
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to