From c1b10c0276068850d72e8f624361bc02be7843777c7862ad4d5f44464c8aad42 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 14 Feb 2017 10:16:35 +0000 Subject: [PATCH] Accepting request 457042 from home:mathletic:branches:devel:tools update to 1.8.13 OBS-URL: https://build.opensuse.org/request/show/457042 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=114 --- doxygen-1.8.12.src.tar.gz | 3 --- doxygen-1.8.13.src.tar.gz | 3 +++ doxygen-doc.changes | 7 +++++++ doxygen-doc.spec | 2 +- doxygen-fix-QCH-files.patch | 28 ---------------------------- doxygen.changes | 6 ++++++ doxygen.spec | 5 +---- doxywizard.changes | 6 ++++++ doxywizard.spec | 4 ++-- 9 files changed, 26 insertions(+), 38 deletions(-) delete mode 100644 doxygen-1.8.12.src.tar.gz create mode 100644 doxygen-1.8.13.src.tar.gz delete mode 100644 doxygen-fix-QCH-files.patch diff --git a/doxygen-1.8.12.src.tar.gz b/doxygen-1.8.12.src.tar.gz deleted file mode 100644 index 3f26b7c..0000000 --- a/doxygen-1.8.12.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:792d4091cbdf228549ff2033dd71ff7ea5029c6b436317cc5ec866e71302df6c -size 4880613 diff --git a/doxygen-1.8.13.src.tar.gz b/doxygen-1.8.13.src.tar.gz new file mode 100644 index 0000000..71afe27 --- /dev/null +++ b/doxygen-1.8.13.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af667887bd7a87dc0dbf9ac8d86c96b552dfb8ca9c790ed1cbffaa6131573f6b +size 4893912 diff --git a/doxygen-doc.changes b/doxygen-doc.changes index 0e5ee39..639588f 100644 --- a/doxygen-doc.changes +++ b/doxygen-doc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 14 08:09:53 UTC 2017 - foss@grueninger.de + +- Update to 1.8.13 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_13 +- dropped doxygen-fix-QCH-files.patch, it is part of the release + ------------------------------------------------------------------- Tue Sep 6 21:07:53 UTC 2016 - foss@grueninger.de diff --git a/doxygen-doc.spec b/doxygen-doc.spec index a185947..38b9646 100644 --- a/doxygen-doc.spec +++ b/doxygen-doc.spec @@ -17,7 +17,7 @@ Name: doxygen-doc -Version: 1.8.12 +Version: 1.8.13 Release: 0 Summary: Automated C, C++, and Java Documentation Generator License: GPL-2.0+ diff --git a/doxygen-fix-QCH-files.patch b/doxygen-fix-QCH-files.patch deleted file mode 100644 index 774ab2a..0000000 --- a/doxygen-fix-QCH-files.patch +++ /dev/null @@ -1,28 +0,0 @@ -From bf9415698e53d79b4b94bdf64a52be4347eb3150 Mon Sep 17 00:00:00 2001 -From: "Friedrich W. H. Kossebau" -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"); -+ } - } - } - diff --git a/doxygen.changes b/doxygen.changes index 1f431f7..8e4380c 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 14 08:10:21 UTC 2017 - foss@grueninger.de + +- Update to 1.8.13 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_13 + ------------------------------------------------------------------- Tue Jan 24 12:28:25 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/doxygen.spec b/doxygen.spec index 194323c..2f11948 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -17,7 +17,7 @@ Name: doxygen -Version: 1.8.12 +Version: 1.8.13 Release: 0 Summary: Automated C, C++, and Java Documentation Generator License: GPL-2.0+ @@ -32,8 +32,6 @@ Patch1: %{name}-no-lowercase-man-names.patch 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 # Submitted upstream, fix for https://bugzilla.gnome.org/show_bug.cgi?id=777672 Patch6: res2cc_sort_resources.diff BuildRequires: bison @@ -60,7 +58,6 @@ as well. %ifarch ppc64le ppc64 %patch4 -p1 %endif -%patch5 -p1 %patch6 -p0 %build diff --git a/doxywizard.changes b/doxywizard.changes index 56f0e80..3bcc3d3 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 14 08:10:28 UTC 2017 - foss@grueninger.de + +- Update to 1.8.13 + See changelog at http://www.stack.nl/~dimitri/doxygen/manual/changelog.html#log_1_8_13 + ------------------------------------------------------------------- Tue Sep 6 21:07:24 UTC 2016 - foss@grueninger.de diff --git a/doxywizard.spec b/doxywizard.spec index a1f17ce..70c0022 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -17,7 +17,7 @@ Name: doxywizard -Version: 1.8.12 +Version: 1.8.13 Release: 0 Summary: Graphical User Interface for Doxygen License: GPL-2.0+ @@ -28,7 +28,7 @@ Source1: doxywizard.desktop # PATCH-FIX-UPSTREAM: add missing returns to non-void functions Patch3: vhdlparser-no-return.patch BuildRequires: bison -BuildRequires: cmake >= 2.8.12 +BuildRequires: cmake >= 2.8.13 BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libjpeg-devel