diff --git a/python-PySocks.changes b/python-PySocks.changes index a056d59..bb20ca1 100644 --- a/python-PySocks.changes +++ b/python-PySocks.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Mar 11 21:15:41 UTC 2016 - toddrme2178@gmail.com + +- Fix license +- Provides/Obsoletes python-SocksiPy, which this is an updated fork + of and conflicts with. + ------------------------------------------------------------------- Tue Jan 5 15:10:23 UTC 2016 - hpj@urpla.net diff --git a/python-PySocks.spec b/python-PySocks.spec index 4d49c65..eee8fbb 100644 --- a/python-PySocks.spec +++ b/python-PySocks.spec @@ -19,13 +19,15 @@ Name: python-PySocks Version: 1.5.6 Release: 0 -License: BSD-2-Clause +License: BSD-3-Clause Summary: A Python SOCKS client module. Url: https://github.com/Anorov/PySocks Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools +Provides: python-SocksiPy = %{version} +Obsoletes: python-SocksiPy < %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -36,6 +38,9 @@ BuildArch: noarch %description A Python SOCKS client module. +It is an actively maintained SocksiPy fork. Contains many +improvements to the original. + See https://github.com/Anorov/PySocks for more information. %prep