[doxygen] make HTML_TIMESTAMP default FALSE

Rex Dieter rdieter at fedoraproject.org
Wed Jun 13 18:31:29 UTC 2012


commit df8727041b4dcc2f418ce1f1e438da8579e35ff3
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Wed Jun 13 13:34:25 2012 -0500

    make HTML_TIMESTAMP default FALSE

 doxygen-1.7.5-timestamp.patch                      |   63 --------------------
 doxygen-1.8.1.1-html_timestamp_default_false.patch |   12 ++++
 doxygen.spec                                       |    9 ++-
 3 files changed, 18 insertions(+), 66 deletions(-)
---
diff --git a/doxygen-1.8.1.1-html_timestamp_default_false.patch b/doxygen-1.8.1.1-html_timestamp_default_false.patch
new file mode 100644
index 0000000..9c01fec
--- /dev/null
+++ b/doxygen-1.8.1.1-html_timestamp_default_false.patch
@@ -0,0 +1,12 @@
+diff -up doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch doxygen-1.8.1.1/src/configoptions.cpp
+--- doxygen-1.8.1.1/src/configoptions.cpp.html_timestamp_off.patch	2012-06-09 06:41:04.000000000 -0500
++++ doxygen-1.8.1.1/src/configoptions.cpp	2012-06-13 13:31:15.291500215 -0500
+@@ -1270,7 +1270,7 @@ 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\n"
+                  "this to NO can help when comparing the output of multiple runs.",
+-                 TRUE
++                 FALSE 
+                 );
+   cb->addDependency("GENERATE_HTML");
+   //----
diff --git a/doxygen.spec b/doxygen.spec
index 9fe05dd..2e06490 100644
--- a/doxygen.spec
+++ b/doxygen.spec
@@ -1,7 +1,7 @@
 Summary: A documentation system for C/C++
 Name: doxygen
 Version: 1.8.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 Group: Development/Tools
 # No version is specified.
@@ -14,7 +14,7 @@ Source1: doxywizard.png
 Source2: doxywizard.desktop
 
 Patch1: doxygen-1.8.1-config.patch
-Patch2: doxygen-1.7.5-timestamp.patch
+Patch2: doxygen-1.8.1.1-html_timestamp_default_false.patch 
 
 BuildRequires: perl
 BuildRequires: texlive-dvips
@@ -47,7 +47,7 @@ are used by doxygen.
 %setup -q
 
 %patch1 -p1 -b .config
-%patch2 -p1 -b .timestamp
+%patch2 -p1 -b .html_timestamp_default_false
 
 %build
 unset QTDIR
@@ -101,6 +101,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/*
 
 %changelog
+* Wed Jun 13 2012 Rex Dieter <rdieter at fedoraproject.org> 1:1.8.1.1-2
+- make HTML_TIMESTAMP default FALSE
+
 * Mon Jun 11 2012 Than Ngo <than at redhat.com> - 1:1.8.1.1-1
 - 1.8.1.1
 


More information about the scm-commits mailing list