Hello community,

here is the log from the commit of package kde3-celestia for openSUSE:Factory 
checked in at 2013-04-12 20:33:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde3-celestia (Old)
 and      /work/SRC/openSUSE:Factory/.kde3-celestia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde3-celestia", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde3-celestia/kde3-celestia.changes      
2012-10-08 07:13:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kde3-celestia.new/kde3-celestia.changes 
2013-04-12 20:34:00.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr  9 09:45:33 UTC 2013 - [email protected]
+
+- build also against libpng16
+  * libpng16.patch
+
+-------------------------------------------------------------------

New:
----
  celestia-libpng16.patch

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

Other differences:
------------------
++++++ kde3-celestia.spec ++++++
--- /var/tmp/diff_new_pack.XRFyBX/_old  2013-04-12 20:34:13.000000000 +0200
+++ /var/tmp/diff_new_pack.XRFyBX/_new  2013-04-12 20:34:13.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kde3-celestia
 #
-# 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
@@ -31,6 +31,7 @@
 Patch4:         celestia-1.6.1-no_copy_dt_needed_entries.patch
 Patch5:         celestia-gcc47.patch
 Patch6:         celestia-libpng15.patch
+Patch7:         celestia-libpng16.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
 BuildRequires:  kdelibs3-devel
@@ -67,6 +68,7 @@
 %patch4
 %patch5
 %patch6 -p1
+%patch7 -p1
 
 %build
 . /etc/opt/kde3/common_options
@@ -92,9 +94,6 @@
 cat celestia_constellations.lang >>celestia.lang
 %fdupes -s %{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %files -f celestia.lang
 %defattr(-,root,root)
 %doc AUTHORS COPYING INSTALL README

++++++ celestia-libpng16.patch ++++++
@@ -0,0 +1,24 @@
Index: celestia-1.6.1/src/celengine/image.cpp
===================================================================
--- celestia-1.6.1.orig/src/celengine/image.cpp
+++ celestia-1.6.1/src/celengine/image.cpp
@@ -42,6 +42,7 @@ extern "C" {
 #include "jpeglib.h"
 #else
 #include <cstdio>
+#include <cstring>
 #include <jpeglib.h>
 #endif
 }
Index: celestia-1.6.1/src/celengine/texture.cpp
===================================================================
--- celestia-1.6.1.orig/src/celengine/texture.cpp
+++ celestia-1.6.1/src/celengine/texture.cpp
@@ -28,6 +28,7 @@
 #include <cstdlib>
 #include <cstdio>
 #include <cassert>
+#include <cstring>
 
 #ifndef _WIN32
 #ifndef TARGET_OS_MAC
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to