diff --git a/Proc-ProcessTable-0.45.tar.gz b/Proc-ProcessTable-0.45.tar.gz deleted file mode 100644 index 4bfff71..0000000 --- a/Proc-ProcessTable-0.45.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbe60687b9946b4135d4adf77f55e865e477d8824815b2e67bc6938aada33df3 -size 69593 diff --git a/Proc-ProcessTable-0.50.tar.gz b/Proc-ProcessTable-0.50.tar.gz new file mode 100644 index 0000000..6f260de --- /dev/null +++ b/Proc-ProcessTable-0.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7ae8c9f2b1f864b6f5d6c18035cb7acf264796b4ab2db4cb85aa5319ad8aea +size 70938 diff --git a/perl-Proc-ProcessTable.changes b/perl-Proc-ProcessTable.changes index f1ca7b8..94c2569 100644 --- a/perl-Proc-ProcessTable.changes +++ b/perl-Proc-ProcessTable.changes @@ -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 . Closed a bunch of bugs: Patch from + Christian Boitel (fixes #51470); added + suggestion from Opera Wang (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ć + , 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 , fixes build + errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file), + applied patch to fix #67224 (cygwin PID_ORPHANED) by . + Pulled FreeBSD patches from Slaven Rezić ; + Pulled from David Zaebst ): 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 diff --git a/perl-Proc-ProcessTable.spec b/perl-Proc-ProcessTable.spec index 151e491..37f3cbf 100644 --- a/perl-Proc-ProcessTable.spec +++ b/perl-Proc-ProcessTable.spec @@ -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