Hello community,
here is the log from the commit of package perl-Perl-Critic for
openSUSE:Factory checked in at 2020-01-30 09:36:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Critic (Old)
and /work/SRC/openSUSE:Factory/.perl-Perl-Critic.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Perl-Critic"
Thu Jan 30 09:36:06 2020 rev:27 rq:767810 version:1.138
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Critic/perl-Perl-Critic.changes
2019-12-07 15:21:57.283740715 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Perl-Critic.new.26092/perl-Perl-Critic.changes
2020-01-30 09:36:41.209338742 +0100
@@ -1,0 +2,22 @@
+Sat Jan 25 03:09:34 UTC 2020 - <[email protected]>
+
+- updated to 1.138
+ see /usr/share/doc/packages/perl-Perl-Critic/Changes
+
+ 1.138 Fri Jan 24 15:50:34 CST 2020
+
+ Stable release. No changes since 1.137_01.
+
+
+ 1.137_01 Thu Jan 23 16:44:57 CST 2020
+
+ [Fixes]
+ RequireCheckingReturnValueOfEval didn't count returning the result of an
+ eval as checking it. Now it does. However, it's only if you "return
eval
+ { ... }". It still doesn't handle the case of "return ( eval {} )".
+ Thanks, Tom Wyant. (GH #324)
+
+ ProhibitPunctuationVars would get confused and think that the expression
+ qr/SOME$/ was using the $/ special variable. Thanks, Tom Wyan. (GH #843)
+
+-------------------------------------------------------------------
Old:
----
Perl-Critic-1.136.tar.gz
New:
----
Perl-Critic-1.138.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Perl-Critic.spec ++++++
--- /var/tmp/diff_new_pack.KzMXWh/_old 2020-01-30 09:36:42.085339211 +0100
+++ /var/tmp/diff_new_pack.KzMXWh/_new 2020-01-30 09:36:42.085339211 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Perl-Critic
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,7 +17,7 @@
Name: perl-Perl-Critic
-Version: 1.136
+Version: 1.138
Release: 0
%define cpan_name Perl-Critic
Summary: Critique Perl source code for best-practices
@@ -47,6 +47,7 @@
BuildRequires: perl(PPI::Token::Whitespace) >= 1.265
BuildRequires: perl(PPIx::QuoteLike)
BuildRequires: perl(PPIx::Regexp) >= 0.027
+BuildRequires: perl(PPIx::Regexp::Util) >= 0.068
BuildRequires: perl(PPIx::Utilities::Node) >= 1.001
BuildRequires: perl(PPIx::Utilities::Statement) >= 1.001
BuildRequires: perl(Perl::Tidy)
@@ -75,6 +76,7 @@
Requires: perl(PPI::Token::Whitespace) >= 1.265
Requires: perl(PPIx::QuoteLike)
Requires: perl(PPIx::Regexp) >= 0.027
+Requires: perl(PPIx::Regexp::Util) >= 0.068
Requires: perl(PPIx::Utilities::Node) >= 1.001
Requires: perl(PPIx::Utilities::Statement) >= 1.001
Requires: perl(Perl::Tidy)
@@ -116,7 +118,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*"
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Build.PL installdirs=vendor
++++++ Perl-Critic-1.136.tar.gz -> Perl-Critic-1.138.tar.gz ++++++
++++ 4961 lines of diff (skipped)