dev: python-entrouvert 6.2.0

This commit is contained in:
Thomas NOËL 2014-10-22 16:31:24 +02:00
parent 6cf78d027c
commit 1307264c2f
2 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,6 @@
<service name="download_url">
<param name="host">repos.entrouvert.org</param>
<param name="protocol">http</param>
<param name="path">/python-entrouvert.git/snapshot/python-entrouvert-7e82bd8.tar.gz</param>
<param name="path">/python-entrouvert.git/snapshot/python-entrouvert-803fa50.tar.gz</param>
</service>
</services>

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define tag 6.1.0
%define minor 16
%define commit 7e82bd8
%define tag 6.2.0
%define minor 0
%define commit 803fa50
%define version %{tag}.%{minor}.g%{commit}