forked from pool/python-Markdown
Accepting request 223300 from home:benoit_monin:branches:devel:languages:python
- update to version 2.4 - fix CRLF in all files: upstream converted to DOS encoding OBS-URL: https://build.opensuse.org/request/show/223300 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
5613f7480f
commit
ee26150e71
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-Markdown
|
||||
Version: 2.3.1
|
||||
Version: 2.4
|
||||
Release: 0
|
||||
Summary: Python implementation of Markdown
|
||||
License: BSD-3-Clause
|
||||
@@ -47,7 +47,7 @@ supported by the [Available Extensions][].
|
||||
%prep
|
||||
%setup -q -n Markdown-%{version}
|
||||
# Fix encoding
|
||||
sed -i "s|\r||" docs/release-2.2.0.txt
|
||||
find . -type f -not -name py.png -print0 | xargs -0 sed -i "s|\r$||"
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
Reference in New Issue
Block a user