Hello community,

here is the log from the commit of package clanlib for openSUSE:Factory checked 
in at 2012-03-22 12:31:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/clanlib (Old)
 and      /work/SRC/openSUSE:Factory/.clanlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "clanlib", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/clanlib/clanlib.changes  2012-02-01 
09:57:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.clanlib.new/clanlib.changes     2012-03-22 
12:31:42.000000000 +0100
@@ -1,0 +2,12 @@
+Thu Mar 15 20:20:15 UTC 2012 - [email protected]
+
+- Update to version 2.3.5:
+  * complete list of changes is available at
+    http://clanlib.org/wiki/ClanLib_2.3.5_Release_Notes
+
+-------------------------------------------------------------------
+Thu Mar 15 20:13:20 UTC 2012 - [email protected]
+
+- Add clanlib-gcc47.patch: Fix build with gcc 4.7.
+
+-------------------------------------------------------------------

Old:
----
  ClanLib-2.3.4.tgz

New:
----
  ClanLib-2.3.5.tgz
  clanlib-gcc47.patch

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

Other differences:
------------------
++++++ clanlib-doc.spec ++++++
--- /var/tmp/diff_new_pack.WQizU4/_old  2012-03-22 12:31:46.000000000 +0100
+++ /var/tmp/diff_new_pack.WQizU4/_new  2012-03-22 12:31:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clanlib-doc
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,18 +20,18 @@
 
 Name:           clanlib-doc
 Summary:        A Portable Interface for Writing Games
+License:        Other uncritical OpenSource License
 Group:          Documentation/HTML
 BuildArch:      noarch
-Version:        2.3.4
-Release:        1
-License:        Other uncritical OpenSource License
+Version:        2.3.5
+Release:        0
 Url:            http://www.clanlib.org/
 Source:         ClanLib-%{version}.tgz
-BuildRequires:  clanlib-devel = %{version}
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_gfx-devel
 BuildRequires:  alsa-devel
+BuildRequires:  clanlib-devel = %{version}
 BuildRequires:  dos2unix
 BuildRequires:  doxygen
 BuildRequires:  fdupes

++++++ clanlib.spec ++++++
--- /var/tmp/diff_new_pack.WQizU4/_old  2012-03-22 12:31:46.000000000 +0100
+++ /var/tmp/diff_new_pack.WQizU4/_new  2012-03-22 12:31:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package clanlib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -19,13 +19,14 @@
 %define clan_ver 2.3
 
 Name:           clanlib
-Version:        2.3.4
-Release:        1
-License:        Zlib
+Version:        2.3.5
+Release:        0
 Summary:        A Portable Interface for Writing Games
-Url:            http://www.clanlib.org/
+License:        Zlib
 Group:          System/Libraries
+Url:            http://www.clanlib.org/
 Source:         ClanLib-%{version}.tgz
+Patch0:         clanlib-gcc47.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  SDL-devel
 BuildRequires:  SDL_gfx-devel
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q -n ClanLib-%{version}
+%patch0 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ ClanLib-2.3.4.tgz -> ClanLib-2.3.5.tgz ++++++
/work/SRC/openSUSE:Factory/clanlib/ClanLib-2.3.4.tgz 
/work/SRC/openSUSE:Factory/.clanlib.new/ClanLib-2.3.5.tgz differ: char 5, line 1

++++++ clanlib-gcc47.patch ++++++
Index: ClanLib-2.3.4/Sources/Core/precomp.h
===================================================================
--- ClanLib-2.3.4.orig/Sources/Core/precomp.h
+++ ClanLib-2.3.4/Sources/Core/precomp.h
@@ -37,6 +37,7 @@
 #include <cstdlib>
 #endif
 
+#include <unistd.h>
 #include "API/Core/Text/string_types.h"
 #include "API/Core/System/exception.h"
 
Index: ClanLib-2.3.4/Sources/Display/X11/x11_window.cpp
===================================================================
--- ClanLib-2.3.4.orig/Sources/Display/X11/x11_window.cpp
+++ ClanLib-2.3.4/Sources/Display/X11/x11_window.cpp
@@ -28,6 +28,7 @@
 **    Mark Page
 */
 
+#include <unistd.h>
 #include "Display/precomp.h"
 #include "API/Core/Math/rect.h"
 #include "API/Core/Math/point.h"
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to