Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at 2016-09-09 10:20:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-doc.changes 2016-04-28 16:52:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen-doc.changes 2016-09-09 10:20:16.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 6 21:07:53 UTC 2016 - [email protected] + +- Update to 1.8.12 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes 2016-04-28 16:52:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes 2016-09-09 10:20:16.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Sep 6 17:31:33 UTC 2016 - [email protected] + +- Update to 1.8.12 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html +- update patch doxygen-dot-one-thread.patch + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes 2016-03-01 09:36:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes 2016-09-09 10:20:16.000000000 +0200 @@ -1,0 +2,6 @@ +Tue Sep 6 21:07:24 UTC 2016 - [email protected] + +- Update to 1.8.12 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html + +------------------------------------------------------------------- Old: ---- doxygen-1.8.11.src.tar.gz New: ---- doxygen-1.8.12.src.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen-doc.spec ++++++ --- /var/tmp/diff_new_pack.PVsl4b/_old 2016-09-09 10:20:18.000000000 +0200 +++ /var/tmp/diff_new_pack.PVsl4b/_new 2016-09-09 10:20:18.000000000 +0200 @@ -17,7 +17,7 @@ Name: doxygen-doc -Version: 1.8.11 +Version: 1.8.12 Release: 0 Summary: Automated C, C++, and Java Documentation Generator License: GPL-2.0+ doxygen.spec: same change doxywizard.spec: same change ++++++ doxygen-1.8.11.src.tar.gz -> doxygen-1.8.12.src.tar.gz ++++++ ++++ 36736 lines of diff (skipped) ++++++ doxygen-dot-one-thread.patch ++++++ --- /var/tmp/diff_new_pack.PVsl4b/_old 2016-09-09 10:20:19.000000000 +0200 +++ /var/tmp/diff_new_pack.PVsl4b/_new 2016-09-09 10:20:19.000000000 +0200 @@ -4,19 +4,13 @@ doxygen ppc64le ignore DOT NUM THREADS to 0 as a bypass to boo#921577 -Signed-off-by: Michel Normand <[email protected]> ---- - src/dot.cpp | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) - -Index: doxygen-1.8.10/src/dot.cpp =================================================================== ---- doxygen-1.8.10.orig/src/dot.cpp -+++ doxygen-1.8.10/src/dot.cpp -@@ -1240,9 +1240,12 @@ DotManager::DotManager() : m_dotMaps(100 +--- doxygen-1.8.12/src/dot.cpp 2016-05-10 21:51:52.000000000 +0200 ++++ doxygen-1.8.12_new/src/dot.cpp 2016-09-06 19:42:27.244474872 +0200 +@@ -1192,9 +1192,12 @@ m_queue = new DotRunnerQueue; int i; - int numThreads = QMIN(32,Config_getInt("DOT_NUM_THREADS")); + int numThreads = QMIN(32,Config_getInt(DOT_NUM_THREADS)); + if (numThreads==0) { + numThreads = 1; + msg("use single threaded despite DOT_NUM_THREADS=0 (bypass boo#921577)\n"); @@ -27,4 +21,3 @@ for (i=0;i<numThreads;i++) { DotWorkerThread *thread = new DotWorkerThread(m_queue); -
