Hello community,

here is the log from the commit of package perl-Perl-Critic for 
openSUSE:Factory checked in at 2019-04-05 11:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Perl-Critic (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Perl-Critic.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Perl-Critic"

Fri Apr  5 11:55:12 2019 rev:24 rq:691009 version:1.132

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Perl-Critic/perl-Perl-Critic.changes        
2017-08-10 14:11:51.382538284 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Perl-Critic.new.3908/perl-Perl-Critic.changes  
    2019-04-05 11:55:13.874271759 +0200
@@ -1,0 +2,46 @@
+Wed Apr  3 07:23:05 UTC 2019 - Stephan Kulow <[email protected]>
+
+- updated to 1.132
+   see /usr/share/doc/packages/perl-Perl-Critic/Changes
+
+  
+  1.32    Thu May 31 21:48:48 CDT 2018
+      [New Features]
+      Added the ability to specify a regex to tell what unused private
+      subroutines are OK in Subroutines::ProhibitUnusedPrivateSubroutines.
+      This is handy for Moose classes where there could be many false
+      positives on _build_xxxx() subroutines.
+      Thanks, Dave Cross.  (GH #811, #812)
+  
+      [Dependencies]
+      Perl::Critic now no longer relies on the deprecated Email::Address.
+      (GH #816)
+  
+  1.131_02 Tue Feb 20 17:18:03 CST 2018
+      [New Features]
+      Perl::Critic now assumes that .psgi files are Perl, too.  Thanks, Tom
+      Hukins. (GH#805)
+  
+      Variables::ProhibitUnusedVariables no longer gives a false positive for
+      variables used in interpolation.  Thanks, Omer Gazit. (GH#801)
+  
+      [Bug Fixes]
+      Added missing requirement for Fatal.pm.
+  
+  
+  1.131_01 Tue Nov 21 17:28:06 CST 2017
+      [New Features]
+      In the ProhibitLeadingZeros policy, added an exception for mkfifo.
+      Thanks, Evan Zacks. (GH#786)
+  
+      Add color support for Windows platforms.  Thanks, Roy Ivy III. (GH#700)
+  
+      [Bug Fixes]
+      Recode Perl::Critic::Utils::all_perl_files() to use File::Find instead
+      of opendir/readdir.  This solves endless directory traversals if
+      the directories contain circular symbolic references.  Thanks, Tom Wyant.
+  
+      [Documentation]
+      Added CONTRIBUTING.md.  Thanks, Jonas B. Nielsen.
+
+-------------------------------------------------------------------

Old:
----
  Perl-Critic-1.130.tar.gz

New:
----
  Perl-Critic-1.132.tar.gz

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

Other differences:
------------------
++++++ perl-Perl-Critic.spec ++++++
--- /var/tmp/diff_new_pack.rQJISh/_old  2019-04-05 11:55:14.614272356 +0200
+++ /var/tmp/diff_new_pack.rQJISh/_new  2019-04-05 11:55:14.618272359 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Perl-Critic
 #
-# Copyright (c) 2017 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
-Version:        1.130
+Version:        1.132
 Release:        0
 %define cpan_name Perl-Critic
 Summary:        Critique Perl source code for best-practices
-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/Perl-Critic/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -32,7 +32,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(B::Keywords) >= 1.05
 BuildRequires:  perl(Config::Tiny) >= 2
-BuildRequires:  perl(Email::Address) >= 1.889
 BuildRequires:  perl(Exception::Class) >= 1.23
 BuildRequires:  perl(Exporter) >= 5.63
 BuildRequires:  perl(File::HomeDir)
@@ -47,6 +46,7 @@
 BuildRequires:  perl(PPI::Node) >= 1.224
 BuildRequires:  perl(PPI::Token::Quote::Single) >= 1.224
 BuildRequires:  perl(PPI::Token::Whitespace) >= 1.224
+BuildRequires:  perl(PPIx::QuoteLike)
 BuildRequires:  perl(PPIx::Regexp) >= 0.027
 BuildRequires:  perl(PPIx::Utilities::Node) >= 1.001
 BuildRequires:  perl(PPIx::Utilities::Statement) >= 1.001
@@ -61,7 +61,6 @@
 BuildRequires:  perl(version) >= 0.77
 Requires:       perl(B::Keywords) >= 1.05
 Requires:       perl(Config::Tiny) >= 2
-Requires:       perl(Email::Address) >= 1.889
 Requires:       perl(Exception::Class) >= 1.23
 Requires:       perl(Exporter) >= 5.63
 Requires:       perl(File::HomeDir)
@@ -75,6 +74,7 @@
 Requires:       perl(PPI::Node) >= 1.224
 Requires:       perl(PPI::Token::Quote::Single) >= 1.224
 Requires:       perl(PPI::Token::Whitespace) >= 1.224
+Requires:       perl(PPIx::QuoteLike)
 Requires:       perl(PPIx::Regexp) >= 0.027
 Requires:       perl(PPIx::Utilities::Node) >= 1.001
 Requires:       perl(PPIx::Utilities::Statement) >= 1.001
@@ -120,7 +120,7 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -132,7 +132,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes examples extras README README.md tools
+%doc Changes CONTRIBUTING.md examples extras README README.md tools
 %license LICENSE
 
 %changelog

++++++ Perl-Critic-1.130.tar.gz -> Perl-Critic-1.132.tar.gz ++++++
++++ 5962 lines of diff (skipped)


Reply via email to