Accepting request 425168 from devel:tools

1

OBS-URL: https://build.opensuse.org/request/show/425168
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=65
This commit is contained in:
Dominique Leuenberger 2016-09-09 08:20:15 +00:00 committed by Git OBS Bridge
commit c628df29ec
9 changed files with 29 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65d08b46e48bd97186aef562dc366681045b119e00f83c5b61d05d37ea154049
size 4834291

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:792d4091cbdf228549ff2033dd71ff7ea5029c6b436317cc5ec866e71302df6c
size 4880613

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 6 21:07:53 UTC 2016 - foss@grueninger.de
- Update to 1.8.12
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
-------------------------------------------------------------------
Mon Apr 25 07:29:18 UTC 2016 - pgajdos@suse.com

View File

@ -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+

View File

@ -4,19 +4,13 @@ Date: Wed, 07 Oct 2015 14:11:22 +0200
doxygen ppc64le ignore DOT NUM THREADS to 0 as a bypass to boo#921577
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
---
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 @@ Index: doxygen-1.8.10/src/dot.cpp
for (i=0;i<numThreads;i++)
{
DotWorkerThread *thread = new DotWorkerThread(m_queue);

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Sep 6 17:31:33 UTC 2016 - foss@grueninger.de
- Update to 1.8.12
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
- update patch doxygen-dot-one-thread.patch
-------------------------------------------------------------------
Thu Apr 21 12:43:38 UTC 2016 - normand@linux.vnet.ibm.com

View File

@ -17,7 +17,7 @@
Name: doxygen
Version: 1.8.11
Version: 1.8.12
Release: 0
Summary: Automated C, C++, and Java Documentation Generator
License: GPL-2.0+

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 6 21:07:24 UTC 2016 - foss@grueninger.de
- Update to 1.8.12
See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
-------------------------------------------------------------------
Sun Feb 21 00:41:56 UTC 2016 - crrodriguez@opensuse.org

View File

@ -17,7 +17,7 @@
Name: doxywizard
Version: 1.8.11
Version: 1.8.12
Release: 0
Summary: Graphical User Interface for Doxygen
License: GPL-2.0+