forked from pool/doxygen
Accepting request 234799 from devel:tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/234799 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/doxygen?expand=0&rev=54
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 07:05:09 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.7:
|
||||
* many bugfixes and features, see
|
||||
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
|
||||
for details
|
||||
- altered modify_footer.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 09:28:07 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 13 07:05:39 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
- updated to 1.8.7:
|
||||
* many bugfixes and features, see
|
||||
http://www.stack.nl/~dimitri/doxygen/manual/changelog.html
|
||||
for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 09:29:23 UTC 2014 - pgajdos@suse.com
|
||||
|
||||
|
||||
+2
-1
@@ -23,8 +23,9 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: python-base
|
||||
BuildRequires: python-xml
|
||||
BuildRequires: unzip
|
||||
Version: 1.8.6
|
||||
Version: 1.8.7
|
||||
Release: 0
|
||||
Summary: Automated C, C++, and Java Documentation Generator
|
||||
License: GPL-2.0+
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ BuildRequires: bison
|
||||
BuildRequires: flex
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjpeg-devel
|
||||
Version: 1.8.6
|
||||
Version: 1.8.7
|
||||
Release: 0
|
||||
Requires: doxygen = %{version}
|
||||
Summary: Graphical User Interface for Doxygen
|
||||
|
||||
@@ -1,16 +1,26 @@
|
||||
Index: src/configoptions.cpp
|
||||
Index: Doxyfile
|
||||
===================================================================
|
||||
--- src/configoptions.cpp.orig
|
||||
+++ src/configoptions.cpp
|
||||
@@ -1497,9 +1497,9 @@ void addConfigOptions(Config *cfg)
|
||||
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
|
||||
"page will contain the date and time when the page was generated. Setting this\n"
|
||||
"to NO can help when comparing the output of multiple runs.\n"
|
||||
- "The default value is: YES.\n"
|
||||
+ "The default value is: NO.\n"
|
||||
"This tag requires that the tag GENERATE_HTML is set to YES.",
|
||||
- TRUE
|
||||
+ FALSE
|
||||
);
|
||||
cb->addDependency("GENERATE_HTML");
|
||||
//----
|
||||
--- Doxyfile.orig 2014-02-08 14:06:14.000000000 +0100
|
||||
+++ Doxyfile 2014-05-13 09:07:52.475141202 +0200
|
||||
@@ -148,7 +148,7 @@
|
||||
HTML_COLORSTYLE_HUE = 220
|
||||
HTML_COLORSTYLE_SAT = 100
|
||||
HTML_COLORSTYLE_GAMMA = 80
|
||||
-HTML_TIMESTAMP = YES
|
||||
+HTML_TIMESTAMP = NO
|
||||
HTML_DYNAMIC_SECTIONS = YES
|
||||
HTML_INDEX_NUM_ENTRIES = 100
|
||||
GENERATE_DOCSET = YES
|
||||
Index: doc/config.doc
|
||||
===================================================================
|
||||
--- doc/config.doc.orig 2014-04-13 10:34:33.000000000 +0200
|
||||
+++ doc/config.doc 2014-05-13 09:08:41.420140828 +0200
|
||||
@@ -2035,7 +2035,7 @@
|
||||
multiple runs.
|
||||
|
||||
|
||||
-The default value is: <code>YES</code>.
|
||||
+The default value is: <code>NO</code>.
|
||||
|
||||
|
||||
This tag requires that the tag \ref cfg_generate_html "GENERATE_HTML" is set to \c YES.
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user