Hello community,
here is the log from the commit of package python-translationstring for
openSUSE:Factory checked in at 2016-03-16 10:34:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-translationstring (Old)
and /work/SRC/openSUSE:Factory/.python-translationstring.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-translationstring"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-translationstring/python-translationstring.changes
2015-02-06 22:38:34.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-translationstring.new/python-translationstring.changes
2016-03-16 10:34:30.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar 9 08:41:58 UTC 2016 - [email protected]
+
+- Drop build date from doc to fix build-compare
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-translationstring.spec ++++++
--- /var/tmp/diff_new_pack.QvSOve/_old 2016-03-16 10:34:31.000000000 +0100
+++ /var/tmp/diff_new_pack.QvSOve/_new 2016-03-16 10:34:31.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-translationstring
#
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -56,6 +56,8 @@
%prep
%setup -q -n translationstring-%{version}
+# drop build date from doc to fix build-compare
+sed -i "s/\(html_last_updated_fmt = \).*/\\1None/" docs/conf.py
%build
python setup.py build