Accepting request 842297 from devel:languages:perl:autoupdate

- updated to 0.240
   see /usr/share/doc/packages/perl-Data-Dmp/Changes

OBS-URL: https://build.opensuse.org/request/show/842297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dmp?expand=0&rev=2
This commit is contained in:
2020-10-17 13:40:15 +00:00
committed by Git OBS Bridge
parent d6bddce084
commit c4a9885bc4
5 changed files with 43 additions and 8 deletions

View File

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

3
Data-Dmp-0.240.tar.gz Normal file
View File

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

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,9 @@
-------------------------------------------------------------------
Sat Oct 17 03:07:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.240
see /usr/share/doc/packages/perl-Data-Dmp/Changes
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Apr 3 06:51:25 UTC 2019 - Stephan Kulow <coolo@suse.com> Wed Apr 3 06:51:25 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Dmp # spec file for package perl-Data-Dmp
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
Name: perl-Data-Dmp Name: perl-Data-Dmp
Version: 0.23 Version: 0.240
Release: 0 Release: 0
%define cpan_name Data-Dmp %define cpan_name Data-Dmp
Summary: Dump Perl data structures as Perl code Summary: Dump Perl data structures as Perl code
License: Artistic-1.0 OR GPL-1.0-or-later 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/P/PE/PERLANCAR/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PERLANCAR/%{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
@@ -35,7 +36,7 @@ Requires: perl(Regexp::Stringify)
%{perl_requires} %{perl_requires}
%description %description
Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 175 Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 200
lines of code long), starts fast and does not use any non-core modules lines of code long), starts fast and does not use any non-core modules
except Regexp::Stringify when dumping regexes. It produces compact except Regexp::Stringify when dumping regexes. It produces compact
single-line output (similar to Data::Dumper::Concise). It roughly has the single-line output (similar to Data::Dumper::Concise). It roughly has the
@@ -48,7 +49,7 @@ some features that I need like proper regex dumping and coderef deparsing.
%prep %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor