Accepting request 696926 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/696926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash?expand=0&rev=2
This commit is contained in:
Lars Vogdt
2019-04-27 10:23:50 +00:00
committed by Git OBS Bridge
parent b315495160
commit 7e05a2fc77
5 changed files with 44 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f89514317348b22ef0010f2a82a1699d5c4a99b3f0021ed18c82a0c657f3cd8
size 14363

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12f5f0be96ea1bdc7828058577bd1c5c63ca23c17fac9c3709452b3dff5b84e0
size 14416

28
cpanspec.yml Normal file
View File

@@ -0,0 +1,28 @@
---
#description_paragraphs: 3
#description: |-
# override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
# - source1
# - source2
#patches:
# foo.patch: -p1
# bar.patch:
#preamble: |-
# BuildRequires: gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 23 05:21:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 0.008
see /usr/share/doc/packages/perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash/Changes
0.008 2019-04-22 16:44:54+03:00 Asia/Jerusalem
* GH #3: Some typo fixed. (Jakub Wilk)
-------------------------------------------------------------------
Wed Apr 3 07:51:39 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-Perl-Critic-Policy-Variables-ProhibitLoopOnHash
Version: 0.007
Version: 0.008
Release: 0
%define cpan_name Perl-Critic-Policy-Variables-ProhibitLoopOnHash
Summary: Don't write loops on hashes, only on keys and values of hashes
@@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -53,7 +54,7 @@ An effort is made to detect expressions:
action() for %{ $hash{'stuff'} } ? keys %{ $hash{'stuff'} } : (); # ok
(Granted, the second example there doesn't make much sense, but I have
found a variationo of it in real code.)
found a variation of it in real code.)
%prep
%setup -q -n %{cpan_name}-%{version}