Hello community,

here is the log from the commit of package epydoc for openSUSE:Factory checked 
in at 2015-02-06 10:52:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/epydoc (Old)
 and      /work/SRC/openSUSE:Factory/.epydoc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "epydoc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/epydoc/epydoc.changes    2013-03-28 
13:10:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.epydoc.new/epydoc.changes       2015-02-06 
10:52:09.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Feb  4 13:20:11 UTC 2015 - [email protected]
+
+- add make-builds-reproducible.patch to avoid timestamps
+  in generated documentation
+
+-------------------------------------------------------------------

New:
----
  make-builds-reproducible.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ epydoc.spec ++++++
--- /var/tmp/diff_new_pack.CJaPae/_old  2015-02-06 10:52:10.000000000 +0100
+++ /var/tmp/diff_new_pack.CJaPae/_new  2015-02-06 10:52:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package epydoc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Release:        0
 Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 Patch1:         epydoc_restructuredtext_Bug_578920.patch
+Patch2:         make-builds-reproducible.patch
 Url:            http://epydoc.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{py_requires}
@@ -44,6 +45,7 @@
 %prep
 %setup
 %patch1 -p1
+%patch2 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS" 

++++++ make-builds-reproducible.patch ++++++
Subject: to survive build-compare binaries should not record their
build time in generated files

Index: epydoc-3.0.1/epydoc/docwriter/html.py
===================================================================
--- epydoc-3.0.1.orig/epydoc/docwriter/html.py
+++ epydoc-3.0.1/epydoc/docwriter/html.py
@@ -1771,9 +1771,9 @@ class HTMLWriter:
             <td align="left" class="footer">
         >>>   if self._include_log:
             <a href="epydoc-log.html">Generated by Epydoc
-            $epydoc.__version__$ on $time.asctime()$</a>
+            $epydoc.__version__$</a>
         >>>   else:
-            Generated by Epydoc $epydoc.__version__$ on $time.asctime()$
+            Generated by Epydoc $epydoc.__version__$
         >>>   #endif
             </td>
             <td align="right" class="footer">
Index: epydoc-3.0.1/epydoc/docwriter/latex.py
===================================================================
--- epydoc-3.0.1.orig/epydoc/docwriter/latex.py
+++ epydoc-3.0.1/epydoc/docwriter/latex.py
@@ -1104,7 +1104,6 @@ class LatexWriter:
         else:
             out('\n%% %s' % where)
         out('\n%%\n%% Generated by epydoc %s\n' % epydoc.__version__)
-        out('%% [%s]\n%%\n' % time.asctime(time.localtime(time.time())))
 
     def write_start_of(self, out, section_name):
         out('\n' + 75*'%' + '\n')
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to