1
0

Accepting request 369009 from home:bmwiedemann:branches:devel:languages:python

Drop build date from doc to fix build-compare

OBS-URL: https://build.opensuse.org/request/show/369009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-FormEncode?expand=0&rev=13
This commit is contained in:
Todd R 2016-03-09 16:23:07 +00:00 committed by Git OBS Bridge
parent 74cef21394
commit 6ee3bb46b0
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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