Hello community,

here is the log from the commit of package perl-Perl-Critic-Freenode for 
openSUSE:Factory checked in at 2019-07-11 13:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Critic-Freenode (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Critic-Freenode.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Critic-Freenode"

Thu Jul 11 13:07:48 2019 rev:7 rq:701308 version:0.029

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Perl-Critic-Freenode/perl-Perl-Critic-Freenode.changes
      2018-02-20 17:54:32.919602130 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Critic-Freenode.new.4615/perl-Perl-Critic-Freenode.changes
    2019-07-11 13:07:49.575011406 +0200
@@ -1,0 +2,31 @@
+Sun Apr 28 05:29:23 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.029
+   see /usr/share/doc/packages/perl-Perl-Critic-Freenode/Changes
+
+  0.029     2019-04-26 13:12:43 EDT
+    - Added LexicalForeachIterator policy
+    - Require PPI 1.252+ allowing simplifications to the DeprecatedFeatures and
+      WhileDiamondDefaultAssignment policies
+
+-------------------------------------------------------------------
+Wed Apr  3 07:23:26 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 0.028
+   see /usr/share/doc/packages/perl-Perl-Critic-Freenode/Changes
+
+  0.028     2018-11-29 19:32:49 EST
+    - Split out lower severity violations from DiscouragedModules policy into a
+      new PreferredAlternatives policy. Perl::Critic does not support filtering
+      individual violations by severity, only policies, so this will allow
+      separately configuring and filtering these violations.
+    - Fixed DiscouragedModules and DeprecatedFeatures policy violations to 
report
+      severity as configured.
+    - Fixed DeprecatedFeatures to avoid false positives on method calls with 
the
+      same name as autoderef functions.
+    - Added /\C/, chdir(''), and bare here-docs to DeprecatedFeatures policy.
+  
+  0.027     2018-06-20 20:17:06 EDT
+    - Add LoopOnHash policy
+
+-------------------------------------------------------------------

Old:
----
  Perl-Critic-Freenode-0.026.tar.gz

New:
----
  Perl-Critic-Freenode-0.029.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Perl-Critic-Freenode.spec ++++++
--- /var/tmp/diff_new_pack.vg0Bxu/_old  2019-07-11 13:07:50.923010849 +0200
+++ /var/tmp/diff_new_pack.vg0Bxu/_new  2019-07-11 13:07:50.955010837 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Critic-Freenode
 #
-# 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,18 +12,18 @@
 # 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-Perl-Critic-Freenode
-Version:        0.026
+Version:        0.029
 Release:        0
 %define cpan_name Perl-Critic-Freenode
 Summary:        Perl::Critic policies inspired by #perl on
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Perl-Critic-Freenode/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/D/DB/DBOOK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -33,21 +33,27 @@
 BuildRequires:  perl(List::Util) >= 1.33
 BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Module::Metadata)
+BuildRequires:  perl(PPI) >= 1.254
 BuildRequires:  perl(Path::Tiny) >= 0.101
 BuildRequires:  perl(Perl::Critic) >= 1.126
 BuildRequires:  perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 
1.126
 BuildRequires:  
perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126
 BuildRequires:  
perl(Perl::Critic::Policy::ValuesAndExpressions::ProhibitArrayAssignAref) >= 90
 BuildRequires:  
perl(Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations) >= 1.126
+BuildRequires:  perl(Perl::Critic::Policy::Variables::ProhibitLoopOnHash) >= 
0.005
+BuildRequires:  
perl(Perl::Critic::Policy::Variables::RequireLexicalLoopIterators) >= 1.126
 BuildRequires:  perl(parent)
 BuildRequires:  perl(version)
 Requires:       perl(List::Util) >= 1.33
+Requires:       perl(PPI) >= 1.254
 Requires:       perl(Path::Tiny) >= 0.101
 Requires:       perl(Perl::Critic) >= 1.126
 Requires:       perl(Perl::Critic::Policy::Objects::ProhibitIndirectSyntax) >= 
1.126
 Requires:       
perl(Perl::Critic::Policy::Subroutines::ProhibitAmpersandSigils) >= 1.126
 Requires:       
perl(Perl::Critic::Policy::ValuesAndExpressions::ProhibitArrayAssignAref) >= 90
 Requires:       
perl(Perl::Critic::Policy::Variables::ProhibitConditionalDeclarations) >= 1.126
+Requires:       perl(Perl::Critic::Policy::Variables::ProhibitLoopOnHash) >= 
0.005
+Requires:       
perl(Perl::Critic::Policy::Variables::RequireLexicalLoopIterators) >= 1.126
 Requires:       perl(parent)
 Requires:       perl(version)
 %{perl_requires}
@@ -63,7 +69,7 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check

++++++ Perl-Critic-Freenode-0.026.tar.gz -> Perl-Critic-Freenode-0.029.tar.gz 
++++++
++++ 2565 lines of diff (skipped)


Reply via email to