Hello community,

here is the log from the commit of package doxygen for openSUSE:Factory checked 
in at 2016-12-03 18:25:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doxygen (Old)
 and      /work/SRC/openSUSE:Factory/.doxygen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doxygen"

Changes:
--------
--- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes  2016-09-09 
10:20:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes     2016-12-03 
18:25:26.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Nov 30 11:32:31 UTC 2016 - pgaj...@suse.com
+
+- Fix: Add missing jquery.js, dynsections.js & optional
+ svgpan.js to QCH file [bsc#1011331]
+ + doxygen-fix-QCH-files.patch
+
+-------------------------------------------------------------------

New:
----
  doxygen-fix-QCH-files.patch

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

Other differences:
------------------
++++++ doxygen.spec ++++++
--- /var/tmp/diff_new_pack.X5Julg/_old  2016-12-03 18:25:28.000000000 +0100
+++ /var/tmp/diff_new_pack.X5Julg/_new  2016-12-03 18:25:28.000000000 +0100
@@ -32,6 +32,8 @@
 Patch3:         vhdlparser-no-return.patch
 # suse specific, for ppc64le ppc64, workaround for bnc#921577
 Patch4:         doxygen-dot-one-thread.patch
+# is upstreamed, bnc#1011331
+Patch5:         doxygen-fix-QCH-files.patch
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  flex
@@ -56,6 +58,7 @@
 %ifarch ppc64le ppc64
 %patch4 -p1
 %endif
+%patch5 -p1
 
 %build
 export CFLAGS="%{optflags} -fPIC"

++++++ doxygen-fix-QCH-files.patch ++++++
>From bf9415698e53d79b4b94bdf64a52be4347eb3150 Mon Sep 17 00:00:00 2001
From: "Friedrich W. H. Kossebau" <kosse...@kde.org>
Date: Sun, 30 Oct 2016 11:15:14 +0100
Subject: [PATCH] Fix: Add missing jquery.js, dynsections.js & optional
 svgpan.js to QCH file

---
 src/htmlgen.cpp | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index 5b4519b..0ca7182 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -1026,6 +1026,13 @@ void HtmlGenerator::writeStyleInfo(int part)
         }
       }
     }
+
+    Doxygen::indexList->addStyleSheetFile("jquery.js");
+    Doxygen::indexList->addStyleSheetFile("dynsections.js");
+    if (Config_getBool(INTERACTIVE_SVG))
+    {
+      Doxygen::indexList->addStyleSheetFile("svgpan.js");
+    }
   }
 }
 

Reply via email to