Hello community,

here is the log from the commit of package vegastrike for openSUSE:Factory 
checked in at 2013-04-18 15:01:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vegastrike (Old)
 and      /work/SRC/openSUSE:Factory/.vegastrike.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vegastrike", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/vegastrike/vegastrike.changes    2013-02-15 
18:52:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.vegastrike.new/vegastrike.changes       
2013-04-18 15:01:17.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Mar 19 17:44:41 UTC 2013 - [email protected]
+
+- Add patch vegastrike-src-0.5.1.r1-boost150_compat.patch
+  Fixes build with latest boost versions (1.5x)
+
+-------------------------------------------------------------------

New:
----
  vegastrike-src-0.5.1.r1-boost150_compat.patch

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

Other differences:
------------------
++++++ vegastrike.spec ++++++
--- /var/tmp/diff_new_pack.khxfWL/_old  2013-04-18 15:01:18.000000000 +0200
+++ /var/tmp/diff_new_pack.khxfWL/_new  2013-04-18 15:01:18.000000000 +0200
@@ -39,6 +39,8 @@
 Patch4:         vegastrike-src-0.5.1.r1-r13498-al_fix.patch
 # PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-libpng16.patch -- fix build with 
libpng16 [email protected]; [email protected] notified
 Patch5:         vegastrike-src-0.5.1.r1-libpng16.patch
+# PATCH-FIX-UPSTREAM vegastrike-src-0.5.1.r1-boost150_compat.patch -- fix 
build with latest boost (seemingly unrelated change but boost makes it blow 
without)
+Patch6:         vegastrike-src-0.5.1.r1-boost150_compat.patch
 BuildRequires:  SDL_mixer-devel
 BuildRequires:  boost-devel
 BuildRequires:  freealut-devel
@@ -97,6 +99,7 @@
 %patch3 -p0
 %patch4 -p0
 %patch5 -p0
+%patch6 -p1
 iconv -f ISO-8859-1 -t UTF-8 README > README.tmp
 touch -r README README.tmp
 mv README.tmp README

++++++ vegastrike-src-0.5.1.r1-boost150_compat.patch ++++++
diff -ur vegastrike-src-0.5.1.r1.orig/src/networking/lowlevel/packetmem.cpp 
vegastrike-src-0.5.1.r1/src/networking/lowlevel/packetmem.cpp
--- vegastrike-src-0.5.1.r1.orig/src/networking/lowlevel/packetmem.cpp  
2008-03-31 05:20:19.000000000 -0300
+++ vegastrike-src-0.5.1.r1/src/networking/lowlevel/packetmem.cpp       
2013-03-19 13:58:25.106390477 -0300
@@ -102,7 +102,7 @@
     }
     else
     {
-        _buffer.reset( 0 );
+        _buffer.reset();
         _len = 0;
     }
 }
diff -ur vegastrike-src-0.5.1.r1.orig/src/SharedPool.h 
vegastrike-src-0.5.1.r1/src/SharedPool.h
--- vegastrike-src-0.5.1.r1.orig/src/SharedPool.h       2010-02-25 
11:26:53.000000000 -0300
+++ vegastrike-src-0.5.1.r1/src/SharedPool.h    2013-03-19 13:17:06.366995932 
-0300
@@ -207,12 +207,6 @@
     return stream<<ref.get();
 }
 
-template < typename T >
-bool operator==( const typename SharedPool< T >::Reference &r, const T &s )
-{
-    return r.get() == s;
-}
-
 #include "SharedPool.cpp"
 #endif //__STRINGPOOL_H__INCLUDED__
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to