This commit is contained in:
Than Ngo 2014-05-12 14:01:15 +02:00
parent f4a9c566b3
commit cb30bb7fff
5 changed files with 28 additions and 15 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ doxygen-1.7.1.src.tar.gz
/doxygen-1.8.4.src.tar.gz
/doxygen-1.8.5.src.tar.gz
/doxygen-1.8.6.src.tar.gz
/doxygen-1.8.7.src.tar.gz

View File

@ -1,12 +0,0 @@
diff -up doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false doxygen-1.8.5/src/configoptions.cpp
--- doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false 2013-08-26 16:07:23.000000000 +0200
+++ doxygen-1.8.5/src/configoptions.cpp 2013-08-26 18:31:40.000000000 +0200
@@ -1499,7 +1499,7 @@ void addConfigOptions(Config *cfg)
"to NO can help when comparing the output of multiple runs.\n"
"The default value is: YES.\n"
"This tag requires that the tag GENERATE_HTML is set to YES.",
- TRUE
+ FALSE
);
cb->addDependency("GENERATE_HTML");
//----

View File

@ -0,0 +1,21 @@
diff -up doxygen-1.8.7/src/config.xml.than doxygen-1.8.7/src/config.xml
--- doxygen-1.8.7/src/config.xml.than 2014-05-12 13:54:38.000000000 +0200
+++ doxygen-1.8.7/src/config.xml 2014-05-12 13:56:31.000000000 +0200
@@ -1617,7 +1617,7 @@ to disable this feature.
</option>
</group>
<group name='HTML' docs='Configuration options related to the HTML output'>
- <option type='bool' id='GENERATE_HTML' defval='1'>
+ <option type='bool' id='GENERATE_HTML' defval='0'>
<docs>
<![CDATA[
If the \c GENERATE_HTML tag is set to \c YES doxygen will
@@ -1878,7 +1878,7 @@ hr.footer {
]]>
</docs>
</option>
- <option type='bool' id='HTML_TIMESTAMP' defval='1' depends='GENERATE_HTML'>
+ <option type='bool' id='HTML_TIMESTAMP' defval='0' depends='GENERATE_HTML'>
<docs>
<![CDATA[
If the \c HTML_TIMESTAMP tag is set to \c YES then the footer of

View File

@ -1,7 +1,7 @@
Summary: A documentation system for C/C++
Name: doxygen
Epoch: 1
Version: 1.8.6
Version: 1.8.7
Release: 1%{?dist}
# No version is specified.
@ -13,7 +13,7 @@ Source1: doxywizard.png
Source2: doxywizard.desktop
Patch1: doxygen-1.8.6-config.patch
Patch2: doxygen-1.8.5-html_timestamp_default_false.patch
Patch2: doxygen-1.8.7-html_timestamp_default_false.patch
Patch3: doxygen-1.8.3-multilib.patch
BuildRequires: perl
@ -120,6 +120,9 @@ desktop-file-install \
%changelog
* Mon May 12 2014 Than Ngo <than@redhat.com> - 1:1.8.7-1
- 1.8.7
* Thu Dec 26 2013 Orion Poplawski <orion@cora.nwra.com> - 1:1.8.6-1
- 1.8.6

View File

@ -1,2 +1,2 @@
1a84da877450422c5fc49e525c546cd4 doxywizard.png
9385dc52f0627875f8fa758e754ec674 doxygen-1.8.6.src.tar.gz
ff0529df773301f63db82c25137b7fd8 doxygen-1.8.7.src.tar.gz