From d2680298a190014f042508da6800c51c339d1c29568400dfbe13de3801efa46a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 23 Jan 2020 13:56:07 +0000 Subject: [PATCH] Accepting request 766532 from devel:languages:perl:autoupdate - updated to 0.002011 see /usr/share/doc/packages/perl-Data-Perl/Changes 0.002011 2020-01-22 13:33:30+00:00 Europe/London - pod cleanups - update Changes file which was missed out in last release 0.002010 2020-01-22 13:28:03+00:00 Europe/London - adds head and tail methods for Array - @tobyink is now maintainer OBS-URL: https://build.opensuse.org/request/show/766532 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Perl?expand=0&rev=3 --- Data-Perl-0.002009.tar.gz | 3 --- Data-Perl-0.002011.tar.gz | 3 +++ cpanspec.yml | 28 ++++++++++++++++++++++++++++ perl-Data-Perl.changes | 14 ++++++++++++++ perl-Data-Perl.spec | 38 ++++++++++++++++++++------------------ 5 files changed, 65 insertions(+), 21 deletions(-) delete mode 100644 Data-Perl-0.002009.tar.gz create mode 100644 Data-Perl-0.002011.tar.gz create mode 100644 cpanspec.yml diff --git a/Data-Perl-0.002009.tar.gz b/Data-Perl-0.002009.tar.gz deleted file mode 100644 index f33aba1..0000000 --- a/Data-Perl-0.002009.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b62b2225870c2c3b16fb78c429f8729ddb8ed0e342f4209ec3c261b764c36f8b -size 23155 diff --git a/Data-Perl-0.002011.tar.gz b/Data-Perl-0.002011.tar.gz new file mode 100644 index 0000000..f724cd9 --- /dev/null +++ b/Data-Perl-0.002011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d34dbe314cfa2d99bd9aae546bbde94c38bb05b74b07c89bde1673a6f6c55f4 +size 23235 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-Data-Perl.changes b/perl-Data-Perl.changes index da27ad2..977da66 100644 --- a/perl-Data-Perl.changes +++ b/perl-Data-Perl.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Jan 23 03:07:07 UTC 2020 - + +- updated to 0.002011 + see /usr/share/doc/packages/perl-Data-Perl/Changes + + 0.002011 2020-01-22 13:33:30+00:00 Europe/London + - pod cleanups + - update Changes file which was missed out in last release + + 0.002010 2020-01-22 13:28:03+00:00 Europe/London + - adds head and tail methods for Array + - @tobyink is now maintainer + ------------------------------------------------------------------- Mon Sep 15 12:56:30 UTC 2014 - coolo@suse.com diff --git a/perl-Data-Perl.spec b/perl-Data-Perl.spec index 8d343d6..85ab654 100644 --- a/perl-Data-Perl.spec +++ b/perl-Data-Perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Perl # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Data-Perl -Version: 0.002009 +Version: 0.002011 Release: 0 %define cpan_name Data-Perl -Summary: Base classes wrapping fundamental Perl data types. -License: Artistic-1.0 or GPL-1.0+ +Summary: Base classes wrapping fundamental Perl data types +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-Perl/ -Source: http://www.cpan.org/authors/id/M/MA/MATTP/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -55,29 +56,29 @@ input. Data::Perl is a container class for the following classes: -* * the Data::Perl::Collection::Hash manpage +* * Data::Perl::Collection::Hash -* * the Data::Perl::Collection::Array manpage +* * Data::Perl::Collection::Array -* * the Data::Perl::String manpage +* * Data::Perl::String -* * the Data::Perl::Number manpage +* * Data::Perl::Number -* * the Data::Perl::Counter manpage +* * Data::Perl::Counter -* * the Data::Perl::Bool manpage +* * Data::Perl::Bool -* * the Data::Perl::Code manpage +* * Data::Perl::Code %prep %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install @@ -86,6 +87,7 @@ Data::Perl is a container class for the following classes: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README README.mkdn +%doc Changes README.mkdn +%license LICENSE %changelog