[doxygen] 1.8.7

Than Ngo than at fedoraproject.org
Mon May 12 12:03:13 UTC 2014


commit cb30bb7ffffbdee9a88b87eef8b90062bc2d7501
Author: Than Ngo <than at redhat.com>
Date:   Mon May 12 14:01:15 2014 +0200

    1.8.7

 .gitignore                                       |    1 +
 doxygen-1.8.5-html_timestamp_default_false.patch |   12 ------------
 doxygen-1.8.7-html_timestamp_default_false.patch |   21 +++++++++++++++++++++
 doxygen.spec                                     |    7 +++++--
 sources                                          |    2 +-
 5 files changed, 28 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14a662d..0a8048e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/doxygen-1.8.7-html_timestamp_default_false.patch b/doxygen-1.8.7-html_timestamp_default_false.patch
new file mode 100644
index 0000000..9a2d1d4
--- /dev/null
+++ b/doxygen-1.8.7-html_timestamp_default_false.patch
@@ -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 
diff --git a/doxygen.spec b/doxygen.spec
index 95cc1b0..2845727 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -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 at redhat.com> - 1:1.8.7-1
+- 1.8.7
+
 * Thu Dec 26 2013 Orion Poplawski <orion at cora.nwra.com> - 1:1.8.6-1
 - 1.8.6
 
diff --git a/sources b/sources
index c899205..b99ab67 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
 1a84da877450422c5fc49e525c546cd4  doxywizard.png
-9385dc52f0627875f8fa758e754ec674  doxygen-1.8.6.src.tar.gz
+ff0529df773301f63db82c25137b7fd8  doxygen-1.8.7.src.tar.gz


More information about the scm-commits mailing list