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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4ad56e69d59e2ff1f20d9c21cf9c4ce7ef993cf8d684d30a2849923c0e15c88
size 39910

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d061c2247a9a804f524c912b8837a9b18afcfa0199294a1711b150f5a139904
size 50245

View File

@@ -13,7 +13,7 @@
preamble: |-
BuildRequires: dos2unix
post_prep: |-
dos2unix README
dos2unix README.pod
#post_build: |-
# rm unused.files
#post_install: |-
@@ -26,4 +26,4 @@ post_prep: |-
#startserver && make test
#ignore_requires: Bizarre::Module
#skip_doc: regexp_to_skip_for_doc.*
#add_doc: files to add to docs
add_doc: README.pod

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 12 16:41:52 UTC 2023 - Tina Müller <tina.mueller@suse.com>
- Update dos2unix call (README -> README.pod)
-------------------------------------------------------------------
Mon Feb 6 03:09:21 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.5.0
see /usr/share/doc/packages/perl-Perl-LanguageServer/Changes.pod
-------------------------------------------------------------------
Mon Sep 27 03:06:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>

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