tags 667373 + pending
thanks

Dear maintainer,

I've prepared an NMU for simgear (versioned as 2.4.0-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: The Beatles: Eight Days A Week
diff -u simgear-2.4.0/debian/changelog simgear-2.4.0/debian/changelog
--- simgear-2.4.0/debian/changelog
+++ simgear-2.4.0/debian/changelog
@@ -1,3 +1,12 @@
+simgear (2.4.0-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "ftbfs with GCC-4.7": apply patch from Matthias Klose:
+    add this-> qualifier in simgear/structure/SGExpression.hxx.
+    (Closes: #667373)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 13 May 2012 16:45:34 +0200
+
 simgear (2.4.0-1.1) unstable; urgency=low
 
   * Non-Maintainer Upload.
only in patch2:
unchanged:
--- simgear-2.4.0.orig/simgear/structure/SGExpression.hxx
+++ simgear-2.4.0/simgear/structure/SGExpression.hxx
@@ -1248,7 +1248,7 @@
     ConvertExpression() {}
     ConvertExpression(::SGExpression<OpType>* expr0)
     {
-      addOperand(expr0);
+      this->addOperand(expr0);
     }
     virtual void eval(T& value, const simgear::expression::Binding* b) const
     {

Attachment: signature.asc
Description: Digital signature

Reply via email to