8
0

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
This commit is contained in:
2020-01-23 13:56:07 +00:00
committed by Git OBS Bridge
parent 44e12a29df
commit d2680298a1
5 changed files with 65 additions and 21 deletions

View File

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

View File

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

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,17 @@
-------------------------------------------------------------------
Thu Jan 23 03:07:07 UTC 2020 - <timueller+perl@suse.de>
- 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 Mon Sep 15 12:56:30 UTC 2014 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Perl # 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 # 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
@@ -12,19 +12,20 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: perl-Data-Perl
Version: 0.002009 Version: 0.002011
Release: 0 Release: 0
%define cpan_name Data-Perl %define cpan_name Data-Perl
Summary: Base classes wrapping fundamental Perl data types. Summary: Base classes wrapping fundamental Perl data types
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Perl/ Url: https://metacpan.org/release/%{cpan_name}
Source: http://www.cpan.org/authors/id/M/MA/MATTP/%{cpan_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{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
@@ -55,29 +56,29 @@ input.
Data::Perl is a container class for the following classes: 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 %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags} make %{?_smp_mflags}
%check %check
%{__make} test make test
%install %install
%perl_make_install %perl_make_install
@@ -86,6 +87,7 @@ Data::Perl is a container class for the following classes:
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes LICENSE README README.mkdn %doc Changes README.mkdn
%license LICENSE
%changelog %changelog