forked from pool/doxygen
- 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 - updated to 1.8.7: * many bugfixes and features, see http://www.stack.nl/~dimitri/doxygen/manual/changelog.html for details OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=75
This commit is contained in:
parent
82448eb679
commit
7ff6ea6bd5
@ -1,16 +1,26 @@
|
|||||||
Index: src/configoptions.cpp
|
Index: Doxyfile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- src/configoptions.cpp.orig
|
--- Doxyfile.orig 2014-02-08 14:06:14.000000000 +0100
|
||||||
+++ src/configoptions.cpp
|
+++ Doxyfile 2014-05-13 09:07:52.475141202 +0200
|
||||||
@@ -1497,9 +1497,9 @@ void addConfigOptions(Config *cfg)
|
@@ -148,7 +148,7 @@
|
||||||
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
|
HTML_COLORSTYLE_HUE = 220
|
||||||
"page will contain the date and time when the page was generated. Setting this\n"
|
HTML_COLORSTYLE_SAT = 100
|
||||||
"to NO can help when comparing the output of multiple runs.\n"
|
HTML_COLORSTYLE_GAMMA = 80
|
||||||
- "The default value is: YES.\n"
|
-HTML_TIMESTAMP = YES
|
||||||
+ "The default value is: NO.\n"
|
+HTML_TIMESTAMP = NO
|
||||||
"This tag requires that the tag GENERATE_HTML is set to YES.",
|
HTML_DYNAMIC_SECTIONS = YES
|
||||||
- TRUE
|
HTML_INDEX_NUM_ENTRIES = 100
|
||||||
+ FALSE
|
GENERATE_DOCSET = YES
|
||||||
);
|
Index: doc/config.doc
|
||||||
cb->addDependency("GENERATE_HTML");
|
===================================================================
|
||||||
//----
|
--- 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
|
|
3
doxygen-1.8.7-html.tar.bz2
Normal file
3
doxygen-1.8.7-html.tar.bz2
Normal file
@ -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
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
|
Thu Jan 2 09:28:07 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -23,8 +23,9 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: python-base
|
BuildRequires: python-base
|
||||||
|
BuildRequires: python-xml
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Automated C, C++, and Java Documentation Generator
|
Summary: Automated C, C++, and Java Documentation Generator
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb2c899c9732cb9c383375268de821e17eb4fa3d662d34cfb4b32882d5d33039
|
|
||||||
size 1006634
|
|
3
doxygen_manual-1.8.7.pdf.zip
Normal file
3
doxygen_manual-1.8.7.pdf.zip
Normal file
@ -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
|
Thu Jan 2 09:29:23 UTC 2014 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
Version: 1.8.6
|
Version: 1.8.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Requires: doxygen = %{version}
|
Requires: doxygen = %{version}
|
||||||
Summary: Graphical User Interface for Doxygen
|
Summary: Graphical User Interface for Doxygen
|
||||||
|
Loading…
Reference in New Issue
Block a user