forked from pool/perl-Proc-ProcessTable
Accepting request 225926 from devel:languages:perl
license update: (Artistic-1.0 or GPL-1.0+) and GPL-2.0 os/cygwin.c is under the Cygwin license (GPL-2.0) (forwarded request 225900 from babelworx) OBS-URL: https://build.opensuse.org/request/show/225926 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Proc-ProcessTable?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbe60687b9946b4135d4adf77f55e865e477d8824815b2e67bc6938aada33df3
|
||||
size 69593
|
3
Proc-ProcessTable-0.50.tar.gz
Normal file
3
Proc-ProcessTable-0.50.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c7ae8c9f2b1f864b6f5d6c18035cb7acf264796b4ab2db4cb85aa5319ad8aea
|
||||
size 70938
|
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 09:45:58 UTC 2014 - cfarrell@suse.com
|
||||
|
||||
- license update: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
||||
os/cygwin.c is under the Cygwin license (GPL-2.0)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 06:33:32 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 0.50
|
||||
-Initial release by new maintainer jswartz, identical to 0.45 except for meta
|
||||
files and README
|
||||
0.47 16 Feb. 2013
|
||||
-Initial releas by new maintainer jwb. Incorporated meta file updates from
|
||||
Jonathan Swartz <swartz@pobox.com>. Closed a bunch of bugs: Patch from
|
||||
Christian Boitel <christian.boitel@gmail.com> (fixes #51470); added
|
||||
suggestion from Opera Wang <Opera.Wang@synopsys.com> (fixes #51470 even
|
||||
more); patches from Michael Schilli (MSCHILLI) (fix #41397, #46861 and
|
||||
#58236), work on perl w/o threads; pulled commits from Slaven Rezić
|
||||
<SREZIC@cpan.org>, use kvm implementation for FreeBSD >= 6.0 (closes #68405
|
||||
and #16978); fixed bug #69397, fh not closed; fixed RT #72862, unsafe use of
|
||||
/tmp; added tests;
|
||||
|
||||
0.48
|
||||
-Pulled commits from Chris Williams <chris@bingosnet.co.uk>, fixes build
|
||||
errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file),
|
||||
applied patch to fix #67224 (cygwin PID_ORPHANED) by <rurban at x-ray.at>.
|
||||
Pulled FreeBSD patches from Slaven Rezić <SREZIC@cpan.org>;
|
||||
Pulled from David Zaebst <zaebst@gmail.com>): Fixes to stay accurate on
|
||||
machines with many cpus (#82175), to include system time into calculations
|
||||
(#80391) and others (#81312, #82175 and #80391) and to fix unknown process
|
||||
states for debian kernels #71976. Tried to get it compiling under
|
||||
MidnightBSD.
|
||||
0.49
|
||||
-Fixed #61946 (odd process names), solution by Bernd Kallies. Fixed #48445, patch from
|
||||
Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
|
||||
Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
|
||||
from yyang. Got it (hopefully) running under kfreebsd.
|
||||
- changed license to perl as written in the META, I couldn't find any GPL 2 file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 06:24:52 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Proc-ProcessTable
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,19 +17,17 @@
|
||||
|
||||
|
||||
Name: perl-Proc-ProcessTable
|
||||
Version: 0.45
|
||||
Version: 0.50
|
||||
Release: 0
|
||||
%define cpan_name Proc-ProcessTable
|
||||
Summary: Perl extension to access the unix process table
|
||||
License: Artistic-1.0 or GPL-2.0+
|
||||
License: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Proc-ProcessTable/
|
||||
Source: http://www.cpan.org/authors/id/D/DU/DURIST/%{cpan_name}-%{version}.tar.gz
|
||||
Source: http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
#BuildRequires: perl(Proc::ProcessTable)
|
||||
#BuildRequires: perl(Proc::ProcessTable::Process)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -50,10 +48,9 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
chmod +x %{buildroot}%{perl_vendorarch}/Proc/example.pl
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin README.dec_osf README.freebsd README.freebsd-kvm 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 TODO
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user