8
0

Accepting request 751552 from devel:languages:perl:autoupdate

- updated to 1.136
   see /usr/share/doc/packages/perl-Perl-Critic/Changes
  
  1.136 
  
      Stable release.  No changes since 1.135_01.
  
  
  1.135_01 
      [New Features]
      The ProhibitNoWarnings pollicy now handles warnings in the experimental::
      group.  Thanks, Renée Bäcker. (GH #892)
  
      [Documentation]
      Prevented some example code from showing up in `perldoc`.  Thanks, Tom
      Hukins.  (GH #799)

OBS-URL: https://build.opensuse.org/request/show/751552
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-Critic?expand=0&rev=46
This commit is contained in:
2019-11-29 07:15:26 +00:00
committed by Git OBS Bridge
parent fed0ab1613
commit 11a7a062e9
4 changed files with 29 additions and 8 deletions

View File

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

3
Perl-Critic-1.136.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Nov 28 03:04:39 UTC 2019 - <timueller+perl@suse.de>
- updated to 1.136
see /usr/share/doc/packages/perl-Perl-Critic/Changes
1.136 Wed Nov 27 09:51:09 CST 2019
Stable release. No changes since 1.135_01.
1.135_01 Tue Nov 26 14:50:11 CST 2019
[New Features]
The ProhibitNoWarnings pollicy now handles warnings in the experimental::
group. Thanks, Renée Bäcker. (GH #892)
[Documentation]
Prevented some example code from showing up in `perldoc`. Thanks, Tom
Hukins. (GH #799)
-------------------------------------------------------------------
Thu May 23 05:21:19 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Perl-Critic
Version: 1.134
Version: 1.136
Release: 0
%define cpan_name Perl-Critic
Summary: Critique Perl source code for best-practices
@@ -52,7 +52,7 @@ BuildRequires: perl(PPIx::Utilities::Statement) >= 1.001
BuildRequires: perl(Perl::Tidy)
BuildRequires: perl(Pod::Spell) >= 1
BuildRequires: perl(Readonly) >= 2
BuildRequires: perl(String::Format) >= 1.13
BuildRequires: perl(String::Format) >= 1.18
BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Term::ANSIColor) >= 2.02
BuildRequires: perl(Test::Builder) >= 0.92
@@ -80,7 +80,7 @@ Requires: perl(PPIx::Utilities::Statement) >= 1.001
Requires: perl(Perl::Tidy)
Requires: perl(Pod::Spell) >= 1
Requires: perl(Readonly) >= 2
Requires: perl(String::Format) >= 1.13
Requires: perl(String::Format) >= 1.18
Requires: perl(Task::Weaken)
Requires: perl(Term::ANSIColor) >= 2.02
Requires: perl(Test::Builder) >= 0.92
@@ -116,7 +116,7 @@ from http://www.activestate.com.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Build.PL installdirs=vendor
@@ -131,7 +131,7 @@ perl Build.PL installdirs=vendor
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.md examples extras README README.md tools
%doc Changes CONTRIBUTING.md examples README README.md
%license LICENSE
%changelog