8
0

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
This commit is contained in:
Stephan Kulow
2018-07-21 09:27:51 +00:00
committed by Git OBS Bridge
parent 88e18410a0
commit 37ec9ed3d2
4 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

@@ -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

View File

@@ -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