diff --git a/Parse-Netstat-0.14.tar.gz b/Parse-Netstat-0.14.tar.gz deleted file mode 100644 index cfb01e3..0000000 --- a/Parse-Netstat-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dbb15cbccf58534631067e650da068f3cdb169b082bc02dd356117e32caf1cc -size 27385 diff --git a/Parse-Netstat-0.150.tar.gz b/Parse-Netstat-0.150.tar.gz new file mode 100644 index 0000000..8ec878b --- /dev/null +++ b/Parse-Netstat-0.150.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d556eb2b737c85a7a1ab8937b9c1d870c64d65a5b70ed863e0c55f8a5c96ac +size 30247 diff --git a/perl-Parse-Netstat.changes b/perl-Parse-Netstat.changes index be11933..43b42ab 100644 --- a/perl-Parse-Netstat.changes +++ b/perl-Parse-Netstat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Dec 4 03:09:57 UTC 2022 - Tina Müller + +- updated to 0.150 + see /usr/share/doc/packages/perl-Parse-Netstat/Changes + ------------------------------------------------------------------- Mon Feb 13 12:46:55 UTC 2017 - coolo@suse.com diff --git a/perl-Parse-Netstat.spec b/perl-Parse-Netstat.spec index 6ef1216..20dd81a 100644 --- a/perl-Parse-Netstat.spec +++ b/perl-Parse-Netstat.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parse-Netstat # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # 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-Parse-Netstat -Version: 0.14 -Release: 0 %define cpan_name Parse-Netstat +Name: perl-Parse-Netstat +Version: 0.150 +Release: 0 +License: Artistic-1.0 OR GPL-1.0-or-later Summary: Parse the output of "netstat" command -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Parse-Netstat/ +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(File::ShareDir::Install) >= 0.06 @@ -39,14 +37,14 @@ BuildRequires: perl(Test::More) >= 0.98 Parse the output of "netstat" command %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -54,7 +52,6 @@ Parse the output of "netstat" command %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE