8
0

Accepting request 573822 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/573822
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2018-02-08 05:55:10 +00:00
committed by Git OBS Bridge
parent 81fc5904c6
commit 2ca13b392b
4 changed files with 14 additions and 8 deletions

View File

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

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 7 17:10:15 UTC 2018 - coolo@suse.com
- updated to 0.55
see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 27 08:59:31 UTC 2015 - coolo@suse.com Thu Aug 27 08:59:31 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Proc-ProcessTable # spec file for package perl-Proc-ProcessTable
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 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
@@ -17,7 +17,7 @@
Name: perl-Proc-ProcessTable Name: perl-Proc-ProcessTable
Version: 0.53 Version: 0.55
Release: 0 Release: 0
#Upstream: Artistic-1.0 or GPL-1.0+ #Upstream: Artistic-1.0 or GPL-1.0+
%define cpan_name Proc-ProcessTable %define cpan_name Proc-ProcessTable
@@ -25,7 +25,7 @@ Summary: Perl extension to access the unix process table
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0 License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Proc-ProcessTable/ Url: http://search.cpan.org/dist/Proc-ProcessTable/
Source0: http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
@@ -37,7 +37,7 @@ Perl interface to the unix process table.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -53,6 +53,6 @@ find . -type f -print0 | xargs -0 chmod 644
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux README.linux README.netbsd README.openbsd README.solaris README.sunos README.unixware TODO %doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux README.linux README.netbsd README.openbsd README.solaris README.sunos README.unixware
%changelog %changelog