From 37ec9ed3d2a7fea4bb23bdfa02044b92a28d2e87a0e62352af545d9cfe3bdac7 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sat, 21 Jul 2018 09:27:51 +0000 Subject: [PATCH] Accepting request 623946 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/623946 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Parallel-ForkManager?expand=0&rev=10 --- Parallel-ForkManager-1.19.tar.gz | 3 --- Parallel-ForkManager-1.20.tar.gz | 3 +++ perl-Parallel-ForkManager.changes | 18 ++++++++++++++++++ perl-Parallel-ForkManager.spec | 10 +++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 Parallel-ForkManager-1.19.tar.gz create mode 100644 Parallel-ForkManager-1.20.tar.gz diff --git a/Parallel-ForkManager-1.19.tar.gz b/Parallel-ForkManager-1.19.tar.gz deleted file mode 100644 index 0ea6e92..0000000 --- a/Parallel-ForkManager-1.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1de2e9875eeb77d65f80338905dedd522f3913822502982f805aa71cde5a472 -size 24381 diff --git a/Parallel-ForkManager-1.20.tar.gz b/Parallel-ForkManager-1.20.tar.gz new file mode 100644 index 0000000..c1b98e9 --- /dev/null +++ b/Parallel-ForkManager-1.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc4c1c3b0e676b61ffa90f82f4128e8057327449ca86a9beb2f39217023f289 +size 31277 diff --git a/perl-Parallel-ForkManager.changes b/perl-Parallel-ForkManager.changes index bfce2ea..14cb10d 100644 --- a/perl-Parallel-ForkManager.changes +++ b/perl-Parallel-ForkManager.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Jul 19 05:51:45 UTC 2018 - coolo@suse.com + +- updated to 1.20 + see /usr/share/doc/packages/perl-Parallel-ForkManager/Changes + + 1.20 2018-07-18 + [ DOCUMENTATION ] + - Add section about rand() and forked processes. (GH#22) + + [ ENHANCEMENTS ] + - Expand abbreviations in error messages. (GH#14, Ricardo Signes) + - Rename variables and simplify `_waitpid` signature. (GH#14, Ricardo + Signes) + + [ STATISTICS ] + - code churn: 6 files changed, 80 insertions(+), 33 deletions(-) + ------------------------------------------------------------------- Mon Jul 4 13:03:56 UTC 2016 - coolo@suse.com diff --git a/perl-Parallel-ForkManager.spec b/perl-Parallel-ForkManager.spec index 0cc9f4d..44a4ac7 100644 --- a/perl-Parallel-ForkManager.spec +++ b/perl-Parallel-ForkManager.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Parallel-ForkManager # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX 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,14 +17,14 @@ Name: perl-Parallel-ForkManager -Version: 1.19 +Version: 1.20 Release: 0 %define cpan_name Parallel-ForkManager Summary: Simple Parallel Processing Fork Manager -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Parallel-ForkManager/ -Source0: http://www.cpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/Y/YA/YANICK/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -102,6 +102,6 @@ must instantiate another Parallel::ForkManager object! %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTORS doap.xml examples README.mkdn +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTORS doap.xml examples README.mkdn %changelog