diff --git a/python-neovim.spec b/python-neovim.spec index 3503c53..a3feeb6 100644 --- a/python-neovim.spec +++ b/python-neovim.spec @@ -1,13 +1,12 @@ -%global sum Python client to Neovim %global desc Implements support for python plugins in Nvim. Also works as a library for\ connecting to and scripting Nvim processes through its msgpack-rpc API. Name: python-neovim -Version: 0.1.12 -Release: 4%{?dist} +Version: 0.1.13 +Release: 1%{?dist} License: ASL 2.0 -Summary: %{sum} +Summary: Python client to Neovim URL: https://github.com/neovim/python-client Source0: https://github.com/neovim/python-client/archive/%{version}/python-client-%{version}.tar.gz @@ -21,7 +20,7 @@ BuildRequires: python3-setuptools %{desc} %package -n python2-neovim -Summary: %{sum} +Summary: %{summary} %{?python_provide:%python_provide python2-neovim} Requires: neovim Requires: python-trollius @@ -32,7 +31,7 @@ Requires: python2-msgpack %{desc} %package -n python3-neovim -Summary: %{sum} +Summary: %{summary} %{?python_provide:%python_provide python3-neovim} Requires: neovim Requires: python3-greenlet @@ -63,6 +62,10 @@ Requires: python3-msgpack %{python3_sitelib}/* %changelog +* Thu Jan 12 2017 Filip Szymański - 0.1.13-1 +- Update to 0.1.13 +- Use %%{summary} macro + * Thu Dec 22 2016 Miro Hrončok - 0.1.12-4 - Rebuild for Python 3.6