From 7ddb8e9a68f55e04e2d413f8a9e5b481bc893e3230f5a151e48c520de156230d Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 1 Jul 2021 14:52:03 +0000 Subject: [PATCH] Accepting request 903007 from devel:languages:perl:autoupdate - updated to 0.080 see /usr/share/doc/packages/perl-Data-Dump-OneLine/Changes OBS-URL: https://build.opensuse.org/request/show/903007 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Dump-OneLine?expand=0&rev=2 --- Data-Dump-OneLine-0.07.tar.gz | 3 --- Data-Dump-OneLine-0.080.tar.gz | 3 +++ cpanspec.yml | 35 ++++++++++++++++++++++++++++++++++ perl-Data-Dump-OneLine.changes | 6 ++++++ perl-Data-Dump-OneLine.spec | 22 ++++++++++----------- 5 files changed, 54 insertions(+), 15 deletions(-) delete mode 100644 Data-Dump-OneLine-0.07.tar.gz create mode 100644 Data-Dump-OneLine-0.080.tar.gz create mode 100644 cpanspec.yml diff --git a/Data-Dump-OneLine-0.07.tar.gz b/Data-Dump-OneLine-0.07.tar.gz deleted file mode 100644 index 36cd736..0000000 --- a/Data-Dump-OneLine-0.07.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68287ab8994549121848d45110b6e06c4bb3e7f0084cb36769ddd0a01f949895 -size 13185 diff --git a/Data-Dump-OneLine-0.080.tar.gz b/Data-Dump-OneLine-0.080.tar.gz new file mode 100644 index 0000000..7075e70 --- /dev/null +++ b/Data-Dump-OneLine-0.080.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718e7e37fbb54bc6b8df79b1bf14ceafcc737639a410b41bafabb55c96ffb4b6 +size 14754 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..ab24ed9 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,35 @@ +--- +#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: +# baz.patch: PATCH-FIX-OPENSUSE +#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 +#skip_doc: regexp_to_skip_for_doc.* +#add_doc: files to add to docs +#misc: |- +#anything else to be added to spec file +#follows directly after %files section, so it can contain new blocks or also +#changes to %files section diff --git a/perl-Data-Dump-OneLine.changes b/perl-Data-Dump-OneLine.changes index c383228..edbce15 100644 --- a/perl-Data-Dump-OneLine.changes +++ b/perl-Data-Dump-OneLine.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 28 03:06:21 UTC 2021 - Tina Müller + +- updated to 0.080 + see /usr/share/doc/packages/perl-Data-Dump-OneLine/Changes + ------------------------------------------------------------------- Wed Apr 3 08:52:00 UTC 2019 - Stephan Kulow diff --git a/perl-Data-Dump-OneLine.spec b/perl-Data-Dump-OneLine.spec index f442846..0646556 100644 --- a/perl-Data-Dump-OneLine.spec +++ b/perl-Data-Dump-OneLine.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Dump-OneLine # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,33 +16,32 @@ # -Name: perl-Data-Dump-OneLine -Version: 0.07 -Release: 0 %define cpan_name Data-Dump-OneLine +Name: perl-Data-Dump-OneLine +Version: 0.080 +Release: 0 Summary: Dump data structures as single-line strings License: Artistic-1.0 OR GPL-1.0-or-later -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 +Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Data::Dmp) >= 0.09 +BuildRequires: perl(Data::Dmp) >= 0.241 BuildRequires: perl(Test::More) >= 0.98 -Requires: perl(Data::Dmp) >= 0.09 +Requires: perl(Data::Dmp) >= 0.241 %{perl_requires} %description It now uses Data::Dmp. You should use Data::Dmp directly. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -53,7 +52,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE