Hello community,

here is the log from the commit of package bzr for openSUSE:Factory checked in 
at 2014-12-16 14:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzr (Old)
 and      /work/SRC/openSUSE:Factory/.bzr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzr/bzr.changes  2013-10-09 09:42:36.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.bzr.new/bzr.changes     2014-12-16 
14:49:13.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 11 12:16:53 UTC 2014 - o...@aepfle.de
+
+- Remove timestamp from docs to reduce buildcompare noise:
+  bzr-doc-timestamp.patch
+
+-------------------------------------------------------------------

New:
----
  bzr-doc-timestamp.patch

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

Other differences:
------------------
++++++ bzr.spec ++++++
--- /var/tmp/diff_new_pack.VsQHun/_old  2014-12-16 14:49:14.000000000 +0100
+++ /var/tmp/diff_new_pack.VsQHun/_new  2014-12-16 14:49:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package bzr
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,6 +24,7 @@
 Group:          Development/Tools/Version Control
 Url:            http://bazaar.canonical.com/
 Source:         
https://launchpad.net/bzr/2.6/%{version}/+download/%{name}-%{version}.tar.gz
+Patch0:         bzr-doc-timestamp.patch
 BuildRequires:  fdupes
 BuildRequires:  python-Cython
 BuildRequires:  python-devel
@@ -56,6 +57,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 sed -i "s|\"share/locale\"|\"locale\"|" setup.py # Fix the locale installation 
path
 
 %build

++++++ bzr-doc-timestamp.patch ++++++
---
 bzrlib/doc_generate/autodoc_bash_completion.py |    2 --
 bzrlib/doc_generate/autodoc_man.py             |    2 --
 bzrlib/doc_generate/autodoc_rstx.py            |    2 --
 3 files changed, 6 deletions(-)

Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_bash_completion.py
===================================================================
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_bash_completion.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_bash_completion.py
@@ -47,7 +47,5 @@ preamble = """\
 #
 # Large parts of this file are autogenerated from the internal
 # Bazaar documentation and data structures.
-#
-# Generation time: %(timestamp)s
 """
 
Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_man.py
===================================================================
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_man.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_man.py
@@ -189,8 +189,6 @@ man_preamble = """\
 .\\\"     \"%(bzrcmd)s help commands\"
 .\\\"     \"%(bzrcmd)s help <cmd>\"
 .\\\"
-.\\\" Generation time: %(timestamp)s
-.\\\"
 
 .ie \\n(.g .ds Aq \\(aq
 .el .ds Aq '
Index: bzr-2.6.0/bzrlib/doc_generate/autodoc_rstx.py
===================================================================
--- bzr-2.6.0.orig/bzrlib/doc_generate/autodoc_rstx.py
+++ bzr-2.6.0/bzrlib/doc_generate/autodoc_rstx.py
@@ -143,8 +143,6 @@ rstx_preamble = """.. This file is autog
 ..     %(bzrcmd)s help topics
 ..     %(bzrcmd)s help commands
 ..     %(bzrcmd)s help <cmd>
-..
-.. Generation time: %(timestamp)s
 
 """
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to