diff --git a/Proc-ProcessTable-0.634.tar.gz b/Proc-ProcessTable-0.634.tar.gz deleted file mode 100644 index 51236b7..0000000 --- a/Proc-ProcessTable-0.634.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d6644284caf34acdf414761e9f8b05ceda3940b54b1a971fe45663f5af29075 -size 97429 diff --git a/Proc-ProcessTable-0.635.tar.gz b/Proc-ProcessTable-0.635.tar.gz new file mode 100644 index 0000000..a5ccee2 --- /dev/null +++ b/Proc-ProcessTable-0.635.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a045b887d524523b60abf611cf3ea47dda0b343b33ee014a63fa8989556858e3 +size 95534 diff --git a/perl-Proc-ProcessTable.changes b/perl-Proc-ProcessTable.changes index 16bd9b2..5a7cd82 100644 --- a/perl-Proc-ProcessTable.changes +++ b/perl-Proc-ProcessTable.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue May 9 03:07:38 UTC 2023 - Tina Müller + +- updated to 0.635 + see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes + + 0.635 2023-05-08 + - Do not try to scan /dev/.lxd-mounts + ------------------------------------------------------------------- Mon Sep 27 03:07:23 UTC 2021 - Tina Müller diff --git a/perl-Proc-ProcessTable.spec b/perl-Proc-ProcessTable.spec index c1ad254..346fd13 100644 --- a/perl-Proc-ProcessTable.spec +++ b/perl-Proc-ProcessTable.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Proc-ProcessTable # -# 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,11 +18,11 @@ %define cpan_name Proc-ProcessTable Name: perl-Proc-ProcessTable -Version: 0.634 +Version: 0.635 Release: 0 #Upstream: Artistic-2.0 -Summary: Perl extension to access the unix process table License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only +Summary: Perl extension to access the unix process table URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml @@ -35,7 +35,8 @@ Perl interface to the unix process table. %prep %autosetup -n %{cpan_name}-%{version} -find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 + +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"