1
0

Accepting request 369210 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/369210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-FormEncode?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2016-03-16 09:34:27 +00:00 committed by Git OBS Bridge
commit 6fa74e5023
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