Accepting request 841913 from devel:languages:perl:autoupdate

- updated to 0.31
   see /usr/share/doc/packages/perl-Debug-Client/Changes
  0.31 2017-07-04
   - Merged PR #7 (Fix build and test failures under Perl 5.26 when '.' is not in @INC), thanks @KENTNL.
  
  0.30 2017-06-19
   - Merged PR #5 (Fixed test failure due to perl regression fix in 5.21.3), thanks @TBSliver.

OBS-URL: https://build.opensuse.org/request/show/841913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Debug-Client?expand=0&rev=7
This commit is contained in:
2020-10-15 13:49:01 +00:00
committed by Git OBS Bridge
parent 5f9e400151
commit 4ce2c6de67
4 changed files with 48 additions and 36 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51f4ea6c6991221024a08b6106d4af1455452fae3b809b0bf0a208fbddb30efa
size 41615

3
Debug-Client-0.31.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7eecada7346725313c37dc3a29dcc9697f645068d9607d9109c639db03456ca0
size 41937

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Apr 3 06:53:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.31
see /usr/share/doc/packages/perl-Debug-Client/Changes
0.31 2017-07-04
- Merged PR #7 (Fix build and test failures under Perl 5.26 when '.' is not in @INC), thanks @KENTNL.
0.30 2017-06-19
- Merged PR #5 (Fixed test failure due to perl regression fix in 5.21.3), thanks @TBSliver.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Apr 16 20:35:27 UTC 2015 - coolo@suse.com Thu Apr 16 20:35:27 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Debug-Client # spec file for package perl-Debug-Client
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@@ -12,48 +12,48 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: perl-Debug-Client Name: perl-Debug-Client
Version: 0.29 Version: 0.31
Release: 0 Release: 0
%define cpan_name Debug-Client %define cpan_name Debug-Client
Summary: Debugger Client Side Code for Padre, the Perl Ide Summary: Debugger client side code for Padre, The Perl IDE
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Debug-Client/ Url: https://metacpan.org/release/%{cpan_name}
Source0: http://www.cpan.org/authors/id/B/BO/BOWTIE/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/M/MA/MANWAR/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Carp) >= 1.20 BuildRequires: perl(Carp) >= 1.33
BuildRequires: perl(Exporter) >= 5.64 BuildRequires: perl(Exporter) >= 5.70
BuildRequires: perl(File::HomeDir) >= 1 BuildRequires: perl(File::HomeDir) >= 1
BuildRequires: perl(File::Spec) >= 3.4 BuildRequires: perl(File::Temp) >= 0.2304
BuildRequires: perl(File::Temp) >= 0.2301 BuildRequires: perl(IO::Socket::IP) >= 0.29
BuildRequires: perl(IO::Socket::IP) >= 0.21 BuildRequires: perl(List::Util) >= 1.38
BuildRequires: perl(Module::Install) BuildRequires: perl(PadWalker) >= 1.98
BuildRequires: perl(PadWalker) >= 1.96 BuildRequires: perl(Term::ReadLine) >= 1.14
BuildRequires: perl(Term::ReadLine) >= 1.1 BuildRequires: perl(Term::ReadLine::Gnu) >= 1.20
BuildRequires: perl(Term::ReadLine::Gnu) >= 1.2 BuildRequires: perl(Test::CheckDeps) >= 0.01
BuildRequires: perl(Test::CheckDeps) >= 0.006 BuildRequires: perl(Test::Class) >= 0.42
BuildRequires: perl(Test::Class) >= 0.39 BuildRequires: perl(Test::Deep) >= 0.112
BuildRequires: perl(Test::Deep) >= 0.11 BuildRequires: perl(Test::More) >= 1.001003
BuildRequires: perl(Test::More) >= 0.98
BuildRequires: perl(Test::Requires) >= 0.07 BuildRequires: perl(Test::Requires) >= 0.07
BuildRequires: perl(constant) >= 1.21 BuildRequires: perl(constant) >= 1.27
BuildRequires: perl(parent) >= 0.225 BuildRequires: perl(parent) >= 0.228
BuildRequires: perl(version) >= 0.9902 BuildRequires: perl(version) >= 0.9908
Requires: perl(Carp) >= 1.20 Requires: perl(Carp) >= 1.33
Requires: perl(IO::Socket::IP) >= 0.21 Requires: perl(Exporter) >= 5.70
Requires: perl(PadWalker) >= 1.96 Requires: perl(IO::Socket::IP) >= 0.29
Requires: perl(Term::ReadLine) >= 1.1 Requires: perl(PadWalker) >= 1.98
Requires: perl(Term::ReadLine::Gnu) >= 1.2 Requires: perl(Term::ReadLine) >= 1.14
Requires: perl(constant) >= 1.21 Requires: perl(Term::ReadLine::Gnu) >= 1.20
Requires: perl(constant) >= 1.27
Recommends: perl(ExtUtils::MakeMaker) >= 6.66 Recommends: perl(ExtUtils::MakeMaker) >= 6.66
Recommends: perl(File::Spec::Functions) >= 3.4 Recommends: perl(File::Spec::Functions) >= 3.4
Recommends: perl(List::Util) >= 1.27 Recommends: perl(List::Util) >= 1.27
@@ -73,11 +73,11 @@ This module has been tested against Perl 5.18.0
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -86,6 +86,6 @@ This module has been tested against Perl 5.18.0
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README %doc Changes README README.md
%changelog %changelog