Accepting request 874807 from devel:languages:perl:autoupdate

- updated to 2.2.0
   see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes
  2.2.0   21.02.2021
          - Parser now supports Moose method modifieres before, after and around,
            so they can be used in symbol view and within reference search
          - Support Format Document and Format Selection via perltidy
          - Add logFile config option
          - Add perlArgs config option to pass options to Perl interpreter. Add some documentation for config options.
          - Add disableCache config option to make LanguageServer usable with readonly directories.
          - updated dependencies package.json & package-lock.json
          - Fix deep recursion in SymbolView/Parser which was caused by function prototypes.
            Solves also #65
          - Fix duplicate req id's that caused cleanup of still
            running threads which in turn caused the LanguageServer to hang
          - Prevent dereferencing an undefined value (#63) [Heiko Jansen]
          - Fix datatype of cwd config options (#47)
          - Use perlInc setting also for LanguageServer itself (based ony pull request #54 from ALANVF)
          - Catch Exceptions during display of variables inside debugger
          - Fix detecting duplicate LanguageServer processes
          - Fix spelling in documentation (#56) [Christopher Chavez]
          - Remove notice about Compiler::Lexer 0.22 bugs (#55) [Christopher Chavez]
          - README: Typo and grammar fixes. Add Carton lib path instructions. (#40) [szTheory]
          - README: Markdown code block formatting (#42) [szTheory]
          - Makefile.PL: add META_MERGE with GitHub info (#32) [Christopher Chavez]
          - search.cpan.org retired, replace with metacpan.org (#31) [Christopher Chavez]

OBS-URL: https://build.opensuse.org/request/show/874807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-LanguageServer?expand=0&rev=2
This commit is contained in:
2021-02-25 12:20:04 +00:00
committed by Git OBS Bridge
parent c5d7220693
commit 48707b1bab
4 changed files with 37 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5de309dc4e16fe91e971af523f6d209aa254045e26bbf1694dbdd19f80ce517f
size 36040

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:43a4185e3747d8d15907cdf95c5886688a3592c8fdff258e88bedfca78e9112e
size 38710

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Mon Feb 22 03:08:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.2.0
see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes
2.2.0 21.02.2021
- Parser now supports Moose method modifieres before, after and around,
so they can be used in symbol view and within reference search
- Support Format Document and Format Selection via perltidy
- Add logFile config option
- Add perlArgs config option to pass options to Perl interpreter. Add some documentation for config options.
- Add disableCache config option to make LanguageServer usable with readonly directories.
- updated dependencies package.json & package-lock.json
- Fix deep recursion in SymbolView/Parser which was caused by function prototypes.
Solves also #65
- Fix duplicate req id's that caused cleanup of still
running threads which in turn caused the LanguageServer to hang
- Prevent dereferencing an undefined value (#63) [Heiko Jansen]
- Fix datatype of cwd config options (#47)
- Use perlInc setting also for LanguageServer itself (based ony pull request #54 from ALANVF)
- Catch Exceptions during display of variables inside debugger
- Fix detecting duplicate LanguageServer processes
- Fix spelling in documentation (#56) [Christopher Chavez]
- Remove notice about Compiler::Lexer 0.22 bugs (#55) [Christopher Chavez]
- README: Typo and grammar fixes. Add Carton lib path instructions. (#40) [szTheory]
- README: Markdown code block formatting (#42) [szTheory]
- Makefile.PL: add META_MERGE with GitHub info (#32) [Christopher Chavez]
- search.cpan.org retired, replace with metacpan.org (#31) [Christopher Chavez]
-------------------------------------------------------------------
Fri Nov 13 13:00:26 UTC 2020 - Dan Čermák <dcermak@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-LanguageServer
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name Perl-LanguageServer
Name: perl-Perl-LanguageServer
Version: 2.1.0
Version: 2.2.0
Release: 0
Summary: Language Server and Debug Protocol Adapter for Perl
License: Artistic-2.0