diff --git a/python-construct.changes b/python-construct.changes index 48775ba..0342895 100644 --- a/python-construct.changes +++ b/python-construct.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 26 09:26:29 UTC 2017 - matwey.kornilov@gmail.com + +- correct download url + ------------------------------------------------------------------- Wed Jan 18 09:42:16 UTC 2017 - matwey.kornilov@gmail.com diff --git a/python-construct.spec b/python-construct.spec index 6ca6d62..161ff02 100644 --- a/python-construct.spec +++ b/python-construct.spec @@ -23,7 +23,7 @@ Summary: A powerful declarative parser/builder for binary data License: MIT Group: Development/Languages/Python Url: http://construct.readthedocs.org -Source: https://pypi.io/packages/source/c/construct/construct-%{version}.tar.gz +Source: https://github.com/construct/construct/archive/v%{version}/construct-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE split_debug.patch matwey.kornilov@gmail.com -- make debug.py non-loadable Patch0: split_debug.patch BuildRequires: python-devel