SHA256
1
0
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:
Stephan Kulow 2014-05-22 07:04:29 +00:00 committed by Git OBS Bridge
commit 80960dddae
11 changed files with 54 additions and 26 deletions

@ -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.

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2614cc553b6f05fa7cea4b1584d1d8edec10a918c3f7f74536e034930186b37
size 702845

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a718625f0c0c1eb3dee78ec1f83409b49e790f4c6c47fd44cd51cb92695535f
size 7355610

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9879e1980ebe8936b8bec6af86b98aa69ca07827422bd15e3b4739cde2d0107c
size 718150

3
doxygen-1.8.7.src.tar.gz Normal file

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c6eac6b6e82148ae15ec5aecee4631547359f284af1ce94474d046ebca6ee3d9
size 4796875

@ -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

@ -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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bb2c899c9732cb9c383375268de821e17eb4fa3d662d34cfb4b32882d5d33039
size 1006634

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6796de1e77f723dcb52f36395161fdfbeaeebf769a297eb78b73e19b9542aa59
size 1053634

@ -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

@ -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