Hello community,

here is the log from the commit of package doxygen for openSUSE:11.3
checked in at Thu Apr 28 17:36:26 CEST 2011.



--------
--- old-versions/11.3/UPDATES/all/doxygen/doxygen.changes       2010-11-23 
16:08:29.000000000 +0100
+++ 11.3/doxygen/doxygen.changes        2011-04-28 10:31:41.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Apr 28 09:23:38 CEST 2011 - pgaj...@suse.cz
+
+- check if parent() don't return 0 when dereferencing it 
+  [bnc#650330c22]
+  * modified pure-virtual-method-called.patch
+
+-------------------------------------------------------------------

calling whatdependson for 11.3-i586


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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.000000000 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package doxygen (Version 1.6.3)
+# spec file for package doxygen
 #
-# Copyright (c) 2010 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
@@ -21,7 +21,7 @@
 Name:           doxygen
 BuildRequires:  bison flex gcc-c++ libpng-devel
 Version:        1.6.3
-Release:        4.<RELEASE1>
+Release:        4.<RELEASE5>
 AutoReqProv:    on
 License:        GPLv2+
 Group:          Development/Tools/Doc Generators

++++++ doxywizard.spec ++++++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.000000000 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package doxywizard (Version 1.6.3)
+# spec file for package doxywizard
 #
-# Copyright (c) 2010 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
@@ -21,7 +21,7 @@
 Name:           doxywizard
 BuildRequires:  bison flex gcc-c++ libdrm-devel libjpeg-devel
 Version:        1.6.3
-Release:        4.<RELEASE1>
+Release:        4.<RELEASE3>
 AutoReqProv:    on
 Requires:       doxygen = %{version}
 License:        GPLv2+

++++++ doxygen-1.6.3-pure-virtual-method-called.patch ++++++
--- /var/tmp/diff_new_pack.e2U7qu/_old  2011-04-28 17:35:55.000000000 +0200
+++ /var/tmp/diff_new_pack.e2U7qu/_new  2011-04-28 17:35:55.000000000 +0200
@@ -11,3 +11,16 @@
  
      /*! Acceptor function for node visitors. Part of the visitor pattern. 
       *  @param v Abstract visitor.
+Index: src/docparser.cpp
+===================================================================
+--- src/docparser.cpp.orig
++++ src/docparser.cpp
+@@ -5602,7 +5602,7 @@ reparsetoken:
+         break;
+       case TK_ENDLIST:     
+         DBG(("Found end of list inside of paragraph at line 
%d\n",doctokenizerYYlineno));
+-        if (parent()->kind()==DocNode::Kind_AutoListItem)
++        if (parent()->kind()==DocNode::Kind_AutoListItem && 
parent()->parent()!=0)
+         {
+           ASSERT(parent()->parent()->kind()==DocNode::Kind_AutoList);
+           DocAutoList *al = (DocAutoList *)parent()->parent();



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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to