From 272ac2badd6882c47a58c8e224432327bf6ab1a7aad19cfe6929aff742438290 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 27 Jul 2007 11:03:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=6 --- doxygen-1.5.2-html.tar.bz2 | 3 -- doxygen-1.5.2.src.tar.bz2 | 3 -- ...1.5.2-arm.patch => doxygen-1.5.3-arm.patch | 0 doxygen-1.5.3-html.tar.bz2 | 3 ++ ...2-libpng.diff => doxygen-1.5.3-libpng.diff | 0 ...1.5.2-man.patch => doxygen-1.5.3-man.patch | 0 doxygen-1.5.3.src.tar.bz2 | 3 ++ doxygen.changes | 36 ++++++++++++++++ doxygen.spec | 41 +++++++++++++++++-- doxygen_manual-1.5.2.pdf.bz2 | 3 -- doxygen_manual-1.5.3.pdf.bz2 | 3 ++ ....2-flex.diff => doxywizard-1.5.3-flex.diff | 0 ...e.patch => doxywizard-1.5.3-makefile.patch | 0 doxywizard.changes | 5 +++ doxywizard.spec | 10 +++-- 15 files changed, 93 insertions(+), 17 deletions(-) delete mode 100644 doxygen-1.5.2-html.tar.bz2 delete mode 100644 doxygen-1.5.2.src.tar.bz2 rename doxygen-1.5.2-arm.patch => doxygen-1.5.3-arm.patch (100%) create mode 100644 doxygen-1.5.3-html.tar.bz2 rename doxygen-1.5.2-libpng.diff => doxygen-1.5.3-libpng.diff (100%) rename doxygen-1.5.2-man.patch => doxygen-1.5.3-man.patch (100%) create mode 100644 doxygen-1.5.3.src.tar.bz2 delete mode 100644 doxygen_manual-1.5.2.pdf.bz2 create mode 100644 doxygen_manual-1.5.3.pdf.bz2 rename doxywizard-1.5.2-flex.diff => doxywizard-1.5.3-flex.diff (100%) rename doxywizard-1.5.2-makefile.patch => doxywizard-1.5.3-makefile.patch (100%) diff --git a/doxygen-1.5.2-html.tar.bz2 b/doxygen-1.5.2-html.tar.bz2 deleted file mode 100644 index dbe9455..0000000 --- a/doxygen-1.5.2-html.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45dd6006d11b3ce00fc3ef6736d67bfb6326cc7cbefec576a765bf88f0c77497 -size 455779 diff --git a/doxygen-1.5.2.src.tar.bz2 b/doxygen-1.5.2.src.tar.bz2 deleted file mode 100644 index afbe834..0000000 --- a/doxygen-1.5.2.src.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ffee8baf7cbf32169294bc5be39710949e5c57c9789ab2d5c60d9c67c37428b -size 2938581 diff --git a/doxygen-1.5.2-arm.patch b/doxygen-1.5.3-arm.patch similarity index 100% rename from doxygen-1.5.2-arm.patch rename to doxygen-1.5.3-arm.patch diff --git a/doxygen-1.5.3-html.tar.bz2 b/doxygen-1.5.3-html.tar.bz2 new file mode 100644 index 0000000..bf02fd1 --- /dev/null +++ b/doxygen-1.5.3-html.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98226519c6a2eff0881d83d8c97206963ee9e9db9ea18eb160644baf0a34735f +size 463084 diff --git a/doxygen-1.5.2-libpng.diff b/doxygen-1.5.3-libpng.diff similarity index 100% rename from doxygen-1.5.2-libpng.diff rename to doxygen-1.5.3-libpng.diff diff --git a/doxygen-1.5.2-man.patch b/doxygen-1.5.3-man.patch similarity index 100% rename from doxygen-1.5.2-man.patch rename to doxygen-1.5.3-man.patch diff --git a/doxygen-1.5.3.src.tar.bz2 b/doxygen-1.5.3.src.tar.bz2 new file mode 100644 index 0000000..af5b9f8 --- /dev/null +++ b/doxygen-1.5.3.src.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:631152b68bdff9fa730ae1e88edce991ed0ee1a8dc67cdf0497ed8f5d6e348f6 +size 2961839 diff --git a/doxygen.changes b/doxygen.changes index 3898ac2..b153c0f 100644 --- a/doxygen.changes +++ b/doxygen.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Jul 27 12:53:46 CEST 2007 - anosek@suse.cz + +- updated to version 1.5.3 + Changes: + * When OPTIMIZE_OUTPUT_FOR_C is enabled then a struct definition + of the form typedef struct _S { ... } S_t will be shown + in the output as a struct of type S_t and the typedef itself + is omitted (previousily _S was shown as well as a typedef + of the form typedef _S S_t). + * Improved the line-breaking rules for members whose return types + have many characters (for example a function returning a pointer + to a template class). + * Multiple brief and detailed descriptions are now possible. + It is still not recommended to make use of them, but at least + no documentation is silently hidden when there are two brief + or two detailed descriptions for the same entity. + * Improved dot layout control and page sizing to better fit + images on the screen and paper. + New features: + * Added support for aliases with arguments, see the manual + for more information. + * Added HTML_DYNAMIC_SECTIONS option which, when enabled, will + produce sections in the HTML output that can be expanded/collapsed. + Currently used for diagrams and graphs. + * Added support for type constraints as available in the C# language + ("where" clause) + * id 332263: Added new option EXTRACT_ANON_NSPACES that when set to YES + will extract the contents of anonymous namespaces and show + then in the output. + * id 423765: Added support for style XML comments. + * id 426971: Added QT_AUTOBRIEF config option, which has the same meaning + as JAVADOC_AUTOBRIEF only now for /*! .. */ style comment blocks. + * id 435108: Reintroduced the MAX_DOT_GRAPH_DEPTH option as a means + to further reduce the size of a graph. + ------------------------------------------------------------------- Tue Apr 10 09:33:51 CEST 2007 - anosek@suse.cz diff --git a/doxygen.spec b/doxygen.spec index 9c1e615..0a0a079 100644 --- a/doxygen.spec +++ b/doxygen.spec @@ -1,5 +1,5 @@ # -# spec file for package doxygen (Version 1.5.2) +# spec file for package doxygen (Version 1.5.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,10 +12,10 @@ Name: doxygen BuildRequires: bison flex gcc-c++ libpng-devel -Version: 1.5.2 -Release: 3 +Version: 1.5.3 +Release: 1 Autoreqprov: on -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Development/Tools/Doc Generators Summary: Automated C, C++, and Java Documentation Generator URL: http://www.stack.nl/~dimitri/doxygen/ @@ -83,6 +83,39 @@ rm -rf %{buildroot} %attr(755,root,root) /usr/bin/* %changelog +* Fri Jul 27 2007 - anosek@suse.cz +- updated to version 1.5.3 + Changes: + * When OPTIMIZE_OUTPUT_FOR_C is enabled then a struct definition + of the form typedef struct _S { ... } S_t will be shown + in the output as a struct of type S_t and the typedef itself + is omitted (previousily _S was shown as well as a typedef + of the form typedef _S S_t). + * Improved the line-breaking rules for members whose return types + have many characters (for example a function returning a pointer + to a template class). + * Multiple brief and detailed descriptions are now possible. + It is still not recommended to make use of them, but at least + no documentation is silently hidden when there are two brief + or two detailed descriptions for the same entity. + * Improved dot layout control and page sizing to better fit + images on the screen and paper. + New features: + * Added support for aliases with arguments, see the manual + for more information. + * Added HTML_DYNAMIC_SECTIONS option which, when enabled, will + produce sections in the HTML output that can be expanded/collapsed. + Currently used for diagrams and graphs. + * Added support for type constraints as available in the C# language + ("where" clause) + * id 332263: Added new option EXTRACT_ANON_NSPACES that when set to YES + will extract the contents of anonymous namespaces and show + then in the output. + * id 423765: Added support for style XML comments. + * id 426971: Added QT_AUTOBRIEF config option, which has the same meaning + as JAVADOC_AUTOBRIEF only now for /*! .. */ style comment blocks. + * id 435108: Reintroduced the MAX_DOT_GRAPH_DEPTH option as a means + to further reduce the size of a graph. * Tue Apr 10 2007 - anosek@suse.cz - fixed build of Doxywizard * Thu Apr 05 2007 - anosek@suse.cz diff --git a/doxygen_manual-1.5.2.pdf.bz2 b/doxygen_manual-1.5.2.pdf.bz2 deleted file mode 100644 index 18088d2..0000000 --- a/doxygen_manual-1.5.2.pdf.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c134d7beab247db2555494a3ad64ce304f381ce58b028ed5d52ae99f1764b8f -size 552644 diff --git a/doxygen_manual-1.5.3.pdf.bz2 b/doxygen_manual-1.5.3.pdf.bz2 new file mode 100644 index 0000000..df28928 --- /dev/null +++ b/doxygen_manual-1.5.3.pdf.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c49c39054556558fac36475eba535809a95e1379b5bf16056fed39618731e1 +size 560192 diff --git a/doxywizard-1.5.2-flex.diff b/doxywizard-1.5.3-flex.diff similarity index 100% rename from doxywizard-1.5.2-flex.diff rename to doxywizard-1.5.3-flex.diff diff --git a/doxywizard-1.5.2-makefile.patch b/doxywizard-1.5.3-makefile.patch similarity index 100% rename from doxywizard-1.5.2-makefile.patch rename to doxywizard-1.5.3-makefile.patch diff --git a/doxywizard.changes b/doxywizard.changes index 8f2206c..634cece 100644 --- a/doxywizard.changes +++ b/doxywizard.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 12:58:08 CEST 2007 - anosek@suse.cz + +- updated to version 1.5.3 + ------------------------------------------------------------------- Tue Apr 10 09:34:13 CEST 2007 - anosek@suse.cz diff --git a/doxywizard.spec b/doxywizard.spec index 07ebd87..408bbe5 100644 --- a/doxywizard.spec +++ b/doxywizard.spec @@ -1,5 +1,5 @@ # -# spec file for package doxywizard (Version 1.5.2) +# spec file for package doxywizard (Version 1.5.3) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,11 +12,11 @@ Name: doxywizard BuildRequires: bison flex libdrm-devel libjpeg-devel qt3-devel update-desktop-files -Version: 1.5.2 -Release: 3 +Version: 1.5.3 +Release: 1 Autoreqprov: on Requires: doxygen = %{version} -License: GNU General Public License (GPL) +License: GPL v2 or later Group: Development/Tools/Doc Generators Summary: Graphical User Interface for Doxygen URL: http://www.stack.nl/~dimitri/doxygen/ @@ -80,6 +80,8 @@ rm -rf %{buildroot} %attr(444,root,root) %doc %{_mandir}/man1/doxywizard.1.gz %changelog +* Fri Jul 27 2007 - anosek@suse.cz +- updated to version 1.5.3 * Tue Apr 10 2007 - anosek@suse.cz - fixed build of Doxywizard * Thu Apr 05 2007 - anosek@suse.cz