Hello community,

here is the log from the commit of package armagetron for openSUSE:Factory
checked in at Thu May 12 08:40:11 CEST 2011.



--------
--- armagetron/armagetron.changes       2009-07-10 22:47:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/armagetron/armagetron.changes  2011-05-09 
13:54:46.000000000 +0200
@@ -1,0 +2,5 @@
+Mon May  9 11:54:38 UTC 2011 - [email protected]
+
+- Add gcc46_add_default_ctors.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  gcc46_add_default_ctors.patch

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

Other differences:
------------------
++++++ armagetron.spec ++++++
--- /var/tmp/diff_new_pack.kMQ0K9/_old  2011-05-12 08:38:54.000000000 +0200
+++ /var/tmp/diff_new_pack.kMQ0K9/_new  2011-05-12 08:38:54.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package armagetron (Version 0.2.8.2.1)
+# spec file for package armagetron
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -23,13 +23,14 @@
 PreReq:         sh-utils fileutils
 Summary:        OpenGL Game Similar to the Film Tron
 Version:        0.2.8.2.1
-Release:        2
+Release:        12
 License:        GPL v2 or later
 Group:          Amusements/Games
 Url:            http://armagetronad.sourceforge.net
 Source:         %{name}ad-%{version}.tar.bz2
 Source1:        armagetron_add.tar.gz
 Patch1:         armagetronad-missing_headers.patch
+Patch4:         gcc46_add_default_ctors.patch
 #backports from 0.2.8.3
 Patch2:         armagetronad-0.2.8.2.1-no_type_punning.patch
 Patch3:         armagetronad-0.2.8.2.1-string_const.patch
@@ -50,6 +51,7 @@
 %patch1
 %patch2
 %patch3
+%patch4
 
 %build
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"

++++++ gcc46_add_default_ctors.patch ++++++
--- src/tools/tDirectories.h    2011-05-09 12:09:05.717372144 +0200
+++ src/tools/tDirectories.h    2011-05-09 12:14:28.192786036 +0200
@@ -55,6 +55,9 @@
 
 class tPathResource: public tPath {
 public:
+    tPathResource()
+    {
+    }
     tString GetWritePath(const char *filename) const;
     tString GetIncluded() const; //!< returns the path to the included 
resources
 private:
--- src/tools/tDirectories.cpp  2011-05-09 12:08:56.011780938 +0200
+++ src/tools/tDirectories.cpp  2011-05-09 12:13:33.905073680 +0200
@@ -469,6 +469,9 @@
 class tPathConfig: public tPath
 {
 public:
+    tPathConfig()
+    {
+    }
 private:
     void Paths ( tArray< tString >& paths ) const
     {
@@ -500,6 +503,9 @@
 class tPathData: public tPath
 {
 public:
+    tPathData()
+    {
+    }
 private:
     void Paths ( tArray< tString >& paths ) const
     {
@@ -521,6 +527,9 @@
 class tPathVar: public tPath
 {
 public:
+    tPathVar()
+    {
+    }
 private:
     void Paths ( tArray< tString >& paths ) const
     {
@@ -547,6 +556,9 @@
 class tPathScreenshot: public tPath
 {
 public:
+    tPathScreenshot()
+    {
+    }
 private:
     void Paths ( tArray< tString >& paths ) const
     {

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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to