forked from pool/perl-Proc-ProcessTable
Accepting request 1090319 from devel:languages:perl:autoupdate
- 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 OBS-URL: https://build.opensuse.org/request/show/1090319 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=31
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d6644284caf34acdf414761e9f8b05ceda3940b54b1a971fe45663f5af29075
|
||||
size 97429
|
3
Proc-ProcessTable-0.635.tar.gz
Normal file
3
Proc-ProcessTable-0.635.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a045b887d524523b60abf611cf3ea47dda0b343b33ee014a63fa8989556858e3
|
||||
size 95534
|
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 9 03:07:38 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -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}"
|
||||
|
Reference in New Issue
Block a user