diff --git a/python-FormEncode.changes b/python-FormEncode.changes index 69542fb..179a6e3 100644 --- a/python-FormEncode.changes +++ b/python-FormEncode.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 9 10:07:35 UTC 2016 - bwiedemann@suse.com + +- Drop build date from doc to fix build-compare + ------------------------------------------------------------------- Tue May 5 14:33:11 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-FormEncode.spec b/python-FormEncode.spec index 5d972d2..ea67c73 100644 --- a/python-FormEncode.spec +++ b/python-FormEncode.spec @@ -1,7 +1,7 @@ # # spec file for package python-FormEncode # -# Copyright (c) 2015 SUSE LINUX 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 @@ -58,6 +58,7 @@ This package contains documentation files for %{name}. %setup -q -n FormEncode-%{version} -a1 find . -name \*.txt -exec sed -i 's/\r$//g' {} \; sed -i 's/\r$//g' PKG-INFO README.rst +sed -i '/^:date:/d' docs/*.txt # fix build-compare %build python setup.py build