From 2f9f0a17f85083f3dd63fcfcf12e00b716c5940fb780044cea956b4ed0d4faf5 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 12 Dec 2011 09:18:49 +0000 Subject: [PATCH] - updated to 1.7.6.1: * Doxygen now reports its cache usage (for the symbol and the lookup cache) at the end of a run (if QUIET=NO), and recommends settings for SYMBOL_CACHE_SIZE and LOOKUP_CACHE_SIZE for your project if either cache is too small. * Added new option LOOKUP_CACHE_SIZE to control the internal cache doxygen uses to find symbols given their name and a context. * Python: added support for @staticmethod. * Python: scopes are now shown with . instead of :: * id 665313: Space before @if was not preserved, causing problems with inline @if .. @endif constructs. * id 665583: Fixed XHTML validity problem when using mscgen graphs. * id 665641: Fixed XHTML validity problem when GENERATE_TREEVIEW was disabled. * id 665720: Included patch to fix hang issue when non-empty INCLUDE_PATH was used. * id 665778: Fixed parse issue when a comma appeared as part of an enum's value. OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=42 --- doxygen-1.7.6-html.tar.bz2 | 3 --- doxygen-1.7.6.1-html.tar.bz2 | 3 +++ doxygen-1.7.6.1.src.tar.bz2 | 3 +++ doxygen-1.7.6.src.tar.bz2 | 3 --- doxygen.changes | 25 +++++++++++++++++++++++++ doxygen.spec | 2 +- doxygen_manual-1.7.6.1.pdf.bz2 | 3 +++ doxygen_manual-1.7.6.pdf.bz2 | 3 --- doxywizard.spec | 2 +- 9 files changed, 36 insertions(+), 11 deletions(-) delete mode 100644 doxygen-1.7.6-html.tar.bz2 create mode 100644 doxygen-1.7.6.1-html.tar.bz2 create mode 100644 doxygen-1.7.6.1.src.tar.bz2 delete mode 100644 doxygen-1.7.6.src.tar.bz2 create mode 100644 doxygen_manual-1.7.6.1.pdf.bz2 delete mode 100644 doxygen_manual-1.7.6.pdf.bz2 diff --git a/doxygen-1.7.6-html.tar.bz2 b/doxygen-1.7.6-html.tar.bz2 deleted file mode 100644 index 2a1a418..0000000 --- a/doxygen-1.7.6-html.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:886d3843a63c443564658e041c258982d0774af1c3af4f8153495becb21c431c -size 514568 diff --git a/doxygen-1.7.6.1-html.tar.bz2 b/doxygen-1.7.6.1-html.tar.bz2 new file mode 100644 index 0000000..390a183 --- /dev/null +++ b/doxygen-1.7.6.1-html.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74c9aaadaeba40b3a9e654ffa35d8cdb96d5cba724d5baf91b294d516f94142 +size 516059 diff --git a/doxygen-1.7.6.1.src.tar.bz2 b/doxygen-1.7.6.1.src.tar.bz2 new file mode 100644 index 0000000..3ee3991 --- /dev/null +++ b/doxygen-1.7.6.1.src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d2e3ad53b686212246b404c8f3340edf6803ffcf370ba66f5f1c453d69fab3 +size 4011253 diff --git a/doxygen-1.7.6.src.tar.bz2 b/doxygen-1.7.6.src.tar.bz2 deleted file mode 100644 index 52caf04..0000000 --- a/doxygen-1.7.6.src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2624b9caba8cfb041d7927300b3bd443e2267edd788906870fc8313ca2ac23ff -size 4007042 diff --git a/doxygen.changes b/doxygen.changes index ca1a3e6..0c8c83e 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Mon Dec 12 08:59:26 UTC 2011 - pgajdos@suse.com + +- updated to 1.7.6.1: + * Doxygen now reports its cache usage (for the symbol and the + lookup cache) at the end of a run (if QUIET=NO), and + recommends settings for SYMBOL_CACHE_SIZE and + LOOKUP_CACHE_SIZE for your project if either cache is too + small. + * Added new option LOOKUP_CACHE_SIZE to control the internal + cache doxygen uses to find symbols given their name and + a context. + * Python: added support for @staticmethod. + * Python: scopes are now shown with . instead of :: + * id 665313: Space before @if was not preserved, causing + problems with inline @if .. @endif constructs. + * id 665583: Fixed XHTML validity problem when using mscgen + graphs. + * id 665641: Fixed XHTML validity problem when + GENERATE_TREEVIEW was disabled. + * id 665720: Included patch to fix hang issue when non-empty + INCLUDE_PATH was used. + * id 665778: Fixed parse issue when a comma appeared as part + of an enum's value. + ------------------------------------------------------------------- Mon Dec 5 09:38:29 UTC 2011 - pgajdos@suse.com diff --git a/doxygen.spec b/doxygen.spec index da95e37..a9e9d89 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -19,7 +19,7 @@ Name: doxygen BuildRequires: bison flex gcc-c++ libpng-devel -Version: 1.7.6 +Version: 1.7.6.1 Release: 1 License: GPL-2.0+ Group: Development/Tools/Doc Generators diff --git a/doxygen_manual-1.7.6.1.pdf.bz2 b/doxygen_manual-1.7.6.1.pdf.bz2 new file mode 100644 index 0000000..a7b097b --- /dev/null +++ b/doxygen_manual-1.7.6.1.pdf.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19059d27a00da7ccb8178924c18c25cae73996da2d5989e840a92caaf2acb663 +size 757324 diff --git a/doxygen_manual-1.7.6.pdf.bz2 b/doxygen_manual-1.7.6.pdf.bz2 deleted file mode 100644 index 1b17d99..0000000 --- a/doxygen_manual-1.7.6.pdf.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3434bd247873563ffc5e9a5a6b3385b56ee01596a5af37fc82564f24f1f59931 -size 756678 diff --git a/doxywizard.spec b/doxywizard.spec index 8f22d17..79d60cf 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -19,7 +19,7 @@ Name: doxywizard BuildRequires: bison flex gcc-c++ libjpeg-devel -Version: 1.7.6 +Version: 1.7.6.1 Release: 1 Requires: doxygen = %{version} License: GPL-2.0+