8
0

Accepting request 749454 from devel:languages:perl:autoupdate

- updated to 0.22
   see /usr/share/doc/packages/perl-HTTP-Entity-Parser/Changes
  0.22 2019-11-16T14:21:39Z
  
      - Do not stringify nested hash references in JSON #11

OBS-URL: https://build.opensuse.org/request/show/749454
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Entity-Parser?expand=0&rev=2
This commit is contained in:
2019-11-19 13:36:00 +00:00
committed by Git OBS Bridge
parent f20e0731ed
commit 5f26c23bf3
5 changed files with 43 additions and 4 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93fe1cf2a2b4e6834bf0c1abd0d3bf28c614e8582ff10e6e0426f46a81eed6c8
size 23903

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 Nov 19 08:33:52 UTC 2019 - <timueller+perl@suse.de>
- updated to 0.22
see /usr/share/doc/packages/perl-HTTP-Entity-Parser/Changes
0.22 2019-11-16T14:21:39Z
- Do not stringify nested hash references in JSON #11
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 3 07:48:06 UTC 2019 - Stephan Kulow <coolo@suse.com> Wed Apr 3 07:48:06 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -17,7 +17,7 @@
Name: perl-HTTP-Entity-Parser Name: perl-HTTP-Entity-Parser
Version: 0.21 Version: 0.22
Release: 0 Release: 0
%define cpan_name HTTP-Entity-Parser %define cpan_name HTTP-Entity-Parser
Summary: PSGI compliant HTTP Entity Parser Summary: PSGI compliant HTTP Entity Parser
@@ -25,6 +25,7 @@ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: https://metacpan.org/release/%{cpan_name} Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl