From a74434f95f066625a04dafee8fb61265a5e999e0 Mon Sep 17 00:00:00 2001 From: lauk Date: Sun, 25 Jun 2023 11:38:27 +0800 Subject: [PATCH] License compliance rectification --- python-neovim.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-neovim.spec b/python-neovim.spec index 646bcdb..2e5cbfd 100644 --- a/python-neovim.spec +++ b/python-neovim.spec @@ -3,8 +3,8 @@ connecting to and scripting Nvim processes through its msgpack-rpc API. %bcond_without sphinx Name: python-neovim Version: 0.4.3 -Release: 1 -License: ASL 2.0 +Release: 2 +License: Apache-2.0 Summary: Python client to Neovim URL: https://github.com/neovim/pynvim Source0: https://github.com/neovim/pynvim/archive/0.4.3/pynvim-0.4.3.tar.gz @@ -41,5 +41,8 @@ Requires: python%{python3_pkgversion}-msgpack %{python3_sitelib}/* %changelog +* Sun Jun 25 2023 liukuo - 0.4.3-2 +- License compliance rectification + * Tue Jul 20 2021 anyunhao - 0.4.3-1 - Package init -- Gitee