diff --git a/python-lsp-server.spec b/python-lsp-server.spec index 195a5c4..3e3cc12 100644 --- a/python-lsp-server.spec +++ b/python-lsp-server.spec @@ -1,6 +1,6 @@ %define pkgname %(echo %name | cut -d- -f2- | tr - _) Name: python-lsp-server -Version: 1.3.3 +Version: 1.4.1 Release: 1mamba Summary: A Python 3.6+ implementation of the Language Server Protocol Group: System/Libraries @@ -50,5 +50,8 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist %doc LICENSE %changelog +* Fri Apr 01 2022 Silvan Calarco 1.4.1-1mamba +- update to 1.4.1 + * Sun Feb 13 2022 Silvan Calarco 1.3.3-1mamba - package created using the webbuild interface