Hello community, here is the log from the commit of package doxygen for openSUSE:Factory checked in at 2013-03-08 10:49:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/doxygen (Old) and /work/SRC/openSUSE:Factory/.doxygen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "doxygen", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/doxygen/doxygen.changes 2012-09-17 13:53:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new/doxygen.changes 2013-03-08 10:49:15.000000000 +0100 @@ -1,0 +2,66 @@ +Tue Jan 22 08:04:18 UTC 2013 - [email protected] + +- updated to 1.8.3.1: + Changes + * Changed to way the search results for multiple projects can + be linked together. A project is now no longer identified by + the tag files name but via new option EXTERNAL_SEARCH_ID giving + a bit more flexibility. + * Disabled the disk cache for member data. Allows removing quite + some complexity in doxygen and is not really needed now that + 64bit systems with >4GB RAM are becoming more common. Let me + know if you think you benefit from this caching. + * id 691607: Using $relpath$ in a custom footer could lead to + ambiguities when followed by a name that could also be a marker, + like 'search'. Now $relpath^ should be used instead. $relpath$ + is still supported for backward compatibility. + + New features + * You can now use EXTENSION_MAPPING on files without any + extension using no_extension as placeholder (thanks to + Jason Majors for the patch). + * To make navindex section inside a layout file that + links to a specific URL you can use usergroup with the + url attribute. + * To make navindex section without any link inside a + layout file you can use usergroup with special title + [none]. + + Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html + +------------------------------------------------------------------- +Mon Dec 31 08:38:17 UTC 2012 - [email protected] + +- updated to 1.8.3: + Changes + * Expanding the tree in an index page of the HTML output, will + now expand only one level instead of the whole sub-tree. + * A blockquote in Markdown does no longer require a whitespace + after the last '>' if the '>' is followed by a newline. + * id 682718: Included patch to add version info to all + generated template files (headers, footers, stylesheets, + layout files, etc). + New features + * Added support for using external tools to index and search + through the HTML documentation. An example index tool is + provided (doxyindexer) and an example search engine + (doxysearch.cgi). To configure the external search engine + the following new options are added to the configuration + file: EXTERNAL_SEARCH (to enable the feature), + SEARCHENGINE_URL (to specify the URL of the search engine), + SEARCHDATA_FILE (to specify the name of the raw search + data to index), EXTRA_SEARCH_MAPPINGS (for search through + multiple projects). See the manual for details. + * Added USE_MDFILE_AS_MAINPAGE config option to select a + markdown page to be used as the main page. + * id 630645: This patch (contributed by Albert) adds support + for simple logic expressions for \cond, \if, and friends, + i.e. you can do \if (SOME_SECTION_NAME && + (!THIS_ALTERNATIVE || THAT_ALTERNATIVE)) + * id 684152: Patch (contributed by Albert) adds a new + configuration option MATHJAX_FORMAT to select the MathJax + output format. Options are HTML-CSS, NativeMML, or SVG. + Bug Fixes + * see http://www.stack.nl/~dimitri/doxygen/changelog.html + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/doxygen/doxywizard.changes 2012-09-17 13:53:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.doxygen.new/doxywizard.changes 2013-03-08 10:49:16.000000000 +0100 @@ -1,0 +2,31 @@ +Tue Jan 22 08:07:54 UTC 2013 - [email protected] + +- updated to 1.8.3.1: + Changes + * Changed to way the search results for multiple projects can + be linked together. A project is now no longer identified by + the tag files name but via new option EXTERNAL_SEARCH_ID giving + a bit more flexibility. + * Disabled the disk cache for member data. Allows removing quite + some complexity in doxygen and is not really needed now that + 64bit systems with >4GB RAM are becoming more common. Let me + know if you think you benefit from this caching. + * id 691607: Using $relpath$ in a custom footer could lead to + ambiguities when followed by a name that could also be a marker, + like 'search'. Now $relpath^ should be used instead. $relpath$ + is still supported for backward compatibility. + + New features + * You can now use EXTENSION_MAPPING on files without any + extension using no_extension as placeholder (thanks to + Jason Majors for the patch). + * To make navindex section inside a layout file that + links to a specific URL you can use usergroup with the + url attribute. + * To make navindex section without any link inside a + layout file you can use usergroup with special title + [none]. + + Details at: http://www.stack.nl/~dimitri/doxygen/changelog.html + +------------------------------------------------------------------- Old: ---- doxygen-1.8.2-html.tar.bz2 doxygen-1.8.2.src.tar.bz2 doxygen_manual-1.8.2.pdf.bz2 New: ---- doxygen-1.8.3.1-html.tar.bz2 doxygen-1.8.3.1.src.tar.bz2 doxygen_manual-1.8.3.1.pdf.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ doxygen.spec ++++++ --- /var/tmp/diff_new_pack.GdNvek/_old 2013-03-08 10:49:17.000000000 +0100 +++ /var/tmp/diff_new_pack.GdNvek/_new 2013-03-08 10:49:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package doxygen # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libpng-devel -Version: 1.8.2 +Version: 1.8.3.1 Release: 0 Summary: Automated C, C++, and Java Documentation Generator License: GPL-2.0+ ++++++ doxywizard.spec ++++++ --- /var/tmp/diff_new_pack.GdNvek/_old 2013-03-08 10:49:17.000000000 +0100 +++ /var/tmp/diff_new_pack.GdNvek/_new 2013-03-08 10:49:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package doxywizard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ BuildRequires: flex BuildRequires: gcc-c++ BuildRequires: libjpeg-devel -Version: 1.8.2 +Version: 1.8.3.1 Release: 0 Requires: doxygen = %{version} Summary: Graphical User Interface for Doxygen ++++++ doxygen-1.5.9-man.patch ++++++ --- /var/tmp/diff_new_pack.GdNvek/_old 2013-03-08 10:49:17.000000000 +0100 +++ /var/tmp/diff_new_pack.GdNvek/_new 2013-03-08 10:49:17.000000000 +0100 @@ -3,20 +3,24 @@ configure | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) +Index: Makefile.in +=================================================================== --- Makefile.in.orig +++ Makefile.in -@@ -44,8 +44,6 @@ distclean: clean +@@ -53,8 +53,6 @@ distclean: clean DATE=$(shell date "+%B %Y") -MAN1DIR = man/man1 - - install: doxywizard_install + install: doxywizard_install doxysearch_install $(INSTTOOL) -d $(DESTDIR)/$(INSTALL)/bin - $(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin + $(INSTTOOL) -m 755 bin/doxygen $(DESTDIR)/$(INSTALL)/bin +Index: configure +=================================================================== --- configure.orig +++ configure -@@ -485,6 +485,7 @@ INSTTOOL = $f_insttool +@@ -514,6 +514,7 @@ INSTTOOL = $f_insttool DOXYDOCS = .. DOCDIR = $f_docdir QTDIR = $QTDIR ++++++ doxygen-1.8.2-html.tar.bz2 -> doxygen-1.8.3.1-html.tar.bz2 ++++++ ++++ 3495 lines of diff (skipped) ++++++ doxygen-1.8.2.src.tar.bz2 -> doxygen-1.8.3.1.src.tar.bz2 ++++++ ++++ 225572 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
