Accepting request 1092651 from devel:languages:perl:autoupdate

- Update dos2unix call (README -> README.pod)
- updated to 2.5.0
   see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes.pod

OBS-URL: https://build.opensuse.org/request/show/1092651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-LanguageServer?expand=0&rev=4
This commit is contained in:
2023-06-13 07:35:40 +00:00
committed by Git OBS Bridge
parent 46f82b0ba0
commit 5d5ab74c39
5 changed files with 25 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-LanguageServer
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Perl-LanguageServer
Name: perl-Perl-LanguageServer
Version: 2.3.0
Version: 2.5.0
Release: 0
Summary: Language Server and Debug Protocol Adapter for Perl
License: Artistic-2.0
Summary: Language Server and Debug Protocol Adapter for Perl
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/G/GR/GRICHTER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -34,6 +34,7 @@ BuildRequires: perl(Class::Refresh)
BuildRequires: perl(Compiler::Lexer) >= 0.23
BuildRequires: perl(Coro)
BuildRequires: perl(Data::Dump)
BuildRequires: perl(Hash::SafeKeys)
BuildRequires: perl(IO::AIO)
BuildRequires: perl(JSON)
BuildRequires: perl(Moose)
@@ -44,6 +45,7 @@ Requires: perl(Class::Refresh)
Requires: perl(Compiler::Lexer) >= 0.23
Requires: perl(Coro)
Requires: perl(Data::Dump)
Requires: perl(Hash::SafeKeys)
Requires: perl(IO::AIO)
Requires: perl(JSON)
Requires: perl(Moose)
@@ -58,8 +60,9 @@ Language Server and Debug Protocol Adapter for Perl
%prep
%autosetup -n %{cpan_name}-%{version}
# MANUAL BEGIN
dos2unix README
dos2unix README.pod
# MANUAL END
%build
@@ -75,6 +78,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc Changes README
%doc README.pod
%license LICENSE
%changelog