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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d4ad56e69d59e2ff1f20d9c21cf9c4ce7ef993cf8d684d30a2849923c0e15c88
|
|
||||||
size 39910
|
|
3
Perl-LanguageServer-2.5.0.tar.gz
Normal file
3
Perl-LanguageServer-2.5.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d061c2247a9a804f524c912b8837a9b18afcfa0199294a1711b150f5a139904
|
||||||
|
size 50245
|
@@ -13,7 +13,7 @@
|
|||||||
preamble: |-
|
preamble: |-
|
||||||
BuildRequires: dos2unix
|
BuildRequires: dos2unix
|
||||||
post_prep: |-
|
post_prep: |-
|
||||||
dos2unix README
|
dos2unix README.pod
|
||||||
#post_build: |-
|
#post_build: |-
|
||||||
# rm unused.files
|
# rm unused.files
|
||||||
#post_install: |-
|
#post_install: |-
|
||||||
@@ -26,4 +26,4 @@ post_prep: |-
|
|||||||
#startserver && make test
|
#startserver && make test
|
||||||
#ignore_requires: Bizarre::Module
|
#ignore_requires: Bizarre::Module
|
||||||
#skip_doc: regexp_to_skip_for_doc.*
|
#skip_doc: regexp_to_skip_for_doc.*
|
||||||
#add_doc: files to add to docs
|
add_doc: README.pod
|
||||||
|
@@ -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>
|
Mon Sep 27 03:06:40 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Perl-LanguageServer
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,10 +18,10 @@
|
|||||||
|
|
||||||
%define cpan_name Perl-LanguageServer
|
%define cpan_name Perl-LanguageServer
|
||||||
Name: perl-Perl-LanguageServer
|
Name: perl-Perl-LanguageServer
|
||||||
Version: 2.3.0
|
Version: 2.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Language Server and Debug Protocol Adapter for Perl
|
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
|
Summary: Language Server and Debug Protocol Adapter for Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/G/GR/GRICHTER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/G/GR/GRICHTER/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
@@ -34,6 +34,7 @@ BuildRequires: perl(Class::Refresh)
|
|||||||
BuildRequires: perl(Compiler::Lexer) >= 0.23
|
BuildRequires: perl(Compiler::Lexer) >= 0.23
|
||||||
BuildRequires: perl(Coro)
|
BuildRequires: perl(Coro)
|
||||||
BuildRequires: perl(Data::Dump)
|
BuildRequires: perl(Data::Dump)
|
||||||
|
BuildRequires: perl(Hash::SafeKeys)
|
||||||
BuildRequires: perl(IO::AIO)
|
BuildRequires: perl(IO::AIO)
|
||||||
BuildRequires: perl(JSON)
|
BuildRequires: perl(JSON)
|
||||||
BuildRequires: perl(Moose)
|
BuildRequires: perl(Moose)
|
||||||
@@ -44,6 +45,7 @@ Requires: perl(Class::Refresh)
|
|||||||
Requires: perl(Compiler::Lexer) >= 0.23
|
Requires: perl(Compiler::Lexer) >= 0.23
|
||||||
Requires: perl(Coro)
|
Requires: perl(Coro)
|
||||||
Requires: perl(Data::Dump)
|
Requires: perl(Data::Dump)
|
||||||
|
Requires: perl(Hash::SafeKeys)
|
||||||
Requires: perl(IO::AIO)
|
Requires: perl(IO::AIO)
|
||||||
Requires: perl(JSON)
|
Requires: perl(JSON)
|
||||||
Requires: perl(Moose)
|
Requires: perl(Moose)
|
||||||
@@ -58,8 +60,9 @@ Language Server and Debug Protocol Adapter for Perl
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
dos2unix README
|
dos2unix README.pod
|
||||||
# MANUAL END
|
# MANUAL END
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -75,6 +78,7 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes README
|
%doc README.pod
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user