Hello community,

here is the log from the commit of package python-fudge for openSUSE:Factory 
checked in at 2016-03-16 10:34:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fudge (Old)
 and      /work/SRC/openSUSE:Factory/.python-fudge.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fudge"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fudge/python-fudge.changes        
2012-02-27 18:35:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-fudge.new/python-fudge.changes   
2016-03-16 10:34:31.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar  9 10:14:33 UTC 2016 - [email protected]
+
+- Drop build date from doc to fix build-compare
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-fudge.spec ++++++
--- /var/tmp/diff_new_pack.We2P6g/_old  2016-03-16 10:34:32.000000000 +0100
+++ /var/tmp/diff_new_pack.We2P6g/_new  2016-03-16 10:34:32.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-fudge
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -11,17 +11,18 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python-fudge
 Version:        1.0.3
 Release:        0
-License:        MIT
 Summary:        Replace real objects with fakes (mocks, stubs, etc) while 
testing
-Url:            http://farmdev.com/projects/fudge/
+License:        MIT
 Group:          Development/Languages/Python
+Url:            http://farmdev.com/projects/fudge/
 Source:         
http://pypi.python.org/packages/source/f/fudge/fudge-%{version}.tar.gz
 BuildRequires:  python-Sphinx
 BuildRequires:  python-devel
@@ -61,6 +62,8 @@
 %prep
 %setup -q -n fudge-%{version}
 find . -type f -name "._*" | xargs rm # Remove junk
+# 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


Reply via email to