From 04ab2b9f40ab04c4f3b4b7ffa9f31c8dd49ae9bd903062777ed9c488ddbd223c Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 19 Apr 2019 09:16:38 +0000 Subject: [PATCH] Accepting request 695857 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/695857 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Paranoid?expand=0&rev=12 --- Paranoid-2.06.tar.gz | 3 --- Paranoid-2.07.tar.gz | 3 +++ perl-Paranoid.changes | 48 +++++++++++++++++++++++++++++++++++++++++++ perl-Paranoid.spec | 17 ++++++++------- 4 files changed, 59 insertions(+), 12 deletions(-) delete mode 100644 Paranoid-2.06.tar.gz create mode 100644 Paranoid-2.07.tar.gz diff --git a/Paranoid-2.06.tar.gz b/Paranoid-2.06.tar.gz deleted file mode 100644 index 2dcae9e..0000000 --- a/Paranoid-2.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48763ec19d0a4194ecf613bd63e46325510228da9100c2e796615dc778612d3c -size 98676 diff --git a/Paranoid-2.07.tar.gz b/Paranoid-2.07.tar.gz new file mode 100644 index 0000000..24a759b --- /dev/null +++ b/Paranoid-2.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b55cfd8c6d5f181e218efd012f711a50cd14e4dbc8804650b95477178f43b7fc +size 102703 diff --git a/perl-Paranoid.changes b/perl-Paranoid.changes index 8351da1..e28c281 100644 --- a/perl-Paranoid.changes +++ b/perl-Paranoid.changes @@ -1,3 +1,51 @@ +------------------------------------------------------------------- +Fri Apr 19 05:24:39 UTC 2019 - Stephan Kulow + +- updated to 2.07 + see /usr/share/doc/packages/perl-Paranoid/CHANGELOG + + v2.07 (2019/02/01) + ================== + Paranoid::Args: + --Consolidate error messages, removing reports for both short/long argument + versions, etc + --Correlate AccompaniedBy/ExclusiveOf errors to both long/short versions + --Automatically set Multiple/CanBundle and Template for any templates + w/CountShort + --Automatically set CanBundle for any options w/a short option and a + template of '' or '$'. The latter is done if there is also a long + name for the option + --Add templates for debug, verbose, help, and version for convenience + Paranoid::Debug: + --Modified pdebug to provide support for plog-passing of messages + --PDPREFIX subroutines are now passed the appropriate caller name during + invocation + --Added PDEBUG1 - PDEBUG8 for developer convenience + Paranoid::Filesystem: + --Fix pmkdir to treat permissions as explicit, not relative to umask + --Modified ptranslatePerms to allow it to be passed octal numbers (or string + representations of octal numbers) and have it return those values + unmodified. This makes it agnostic to translated or untranslated input. + Paranoid::Glob: + --Prune redundant / in paths + Paranoid::Input: + --Documented NEWLINE_REGEX + Paranoid::IO: + --File locking had some corner cases in which flocks weren't applied. + Removed that logic entirely, locks are now applied, regardless. + Paranoid::Log: + --Added Stdout mechanism that passes log messages to STDOUT + --Added Stderr mechanism that passes log messages to STDERR + --Added PDebug mechanism that passes log messages to pdebug, and allows + for pdebug to be used as a message preprocessor for sprintf functionality + --Added plverbosity as a convenience function to support Stdout/Stderr + messages for non-interactive applications + Paranoid::Process: + --fixed pfork to make sure the children counters were reset for the child, + so max children limits apply on a per-process basis. Doing it globally + was unreliable, especially since children only knew what the parent's + count was prior to forking. + ------------------------------------------------------------------- Mon Aug 6 06:03:01 UTC 2018 - coolo@suse.com diff --git a/perl-Paranoid.spec b/perl-Paranoid.spec index f2df6c5..cca7877 100644 --- a/perl-Paranoid.spec +++ b/perl-Paranoid.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Paranoid # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,20 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Paranoid -Version: 2.06 +Version: 2.07 Release: 0 %define cpan_name Paranoid Summary: Paranoia support for safer programs License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Paranoid/ -#Source0: https://cpan.metacpan.org/authors/id/C/CO/CORLISS/%{cpan_name}/Paranoid-2.06.tar.gz -Source0: Paranoid-2.06.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/C/CO/CORLISS/%{cpan_name}/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -52,11 +51,11 @@ the last reported error from any code in the Paranoid framework. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install