8
0

Accepting request 177333 from home:coolo:update-perl

- updated to 0.62
   - Fix a crash on perl 5.17.x (tokuhirom)
   - Fix usage of get_code_ref() in SYNOPSIS (thanks to @toku_bass)
   - No feature changes. Just upgraded Module::Install.

OBS-URL: https://build.opensuse.org/request/show/177333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Util?expand=0&rev=12
This commit is contained in:
Stephan Kulow
2013-06-04 08:48:20 +00:00
committed by Git OBS Bridge
parent e21fa37b91
commit 01c921b0f5
4 changed files with 41 additions and 28 deletions

View File

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

3
Data-Util-0.62.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 4 07:49:41 UTC 2013 - coolo@suse.com
- updated to 0.62
- Fix a crash on perl 5.17.x (tokuhirom)
- Fix usage of get_code_ref() in SYNOPSIS (thanks to @toku_bass)
- No feature changes. Just upgraded Module::Install.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 18 18:25:01 UTC 2011 - coolo@suse.com Fri Nov 18 18:25:01 UTC 2011 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Data-Util # spec file for package perl-Data-Util
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products 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
@@ -16,40 +16,48 @@
# #
Name: perl-Data-Util Name: perl-Data-Util
Version: 0.59 Version: 0.62
Release: 1 Release: 0
License: GPL+ or Artistic
%define cpan_name Data-Util %define cpan_name Data-Util
Summary: A selection of utilities for data and data types Summary: A selection of utilities for data and data types
Url: http://search.cpan.org/dist/Data-Util/ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Data-Util/
Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Bar)
BuildRequires: perl(Class::Method::Modifiers)
BuildRequires: perl(Data::OptList)
BuildRequires: perl(Devel::PPPort) >= 3.19 BuildRequires: perl(Devel::PPPort) >= 3.19
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
BuildRequires: perl(Hash::Util::FieldHash::Compat) BuildRequires: perl(Hash::Util::FieldHash::Compat)
BuildRequires: perl(inc::Module::Install)
BuildRequires: perl(JSON)
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose)
BuildRequires: perl(mro)
BuildRequires: perl(MRO::Compat)
BuildRequires: perl(Params::Util)
BuildRequires: perl(parent)
BuildRequires: perl(Parse::CPAN::Meta)
BuildRequires: perl(Scope::Guard) BuildRequires: perl(Scope::Guard)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(Test::Exception) >= 0.27 BuildRequires: perl(Test::Exception) >= 0.27
BuildRequires: perl(XSLoader) >= 0.1 #BuildRequires: perl(Bar)
BuildRequires: perl(YAML::Tiny) #BuildRequires: perl(Base)
Requires: perl(XSLoader) >= 0.1 #BuildRequires: perl(Class::Method::Modifiers)
#BuildRequires: perl(Common)
#BuildRequires: perl(Data::OptList)
#BuildRequires: perl(Data::Util)
#BuildRequires: perl(Data::Util::Error)
#BuildRequires: perl(feature)
#BuildRequires: perl(Foo)
#BuildRequires: perl(inc::Module::Install) >= 1.06
#BuildRequires: perl(JSON)
#BuildRequires: perl(Method::Modifiers)
#BuildRequires: perl(Module::Build)
#BuildRequires: perl(Module::Install::Base)
#BuildRequires: perl(Module::Install::XSUtil) >= 0.41
#BuildRequires: perl(Moose)
#BuildRequires: perl(mro)
#BuildRequires: perl(MRO::Compat)
#BuildRequires: perl(NSClean)
#BuildRequires: perl(Params::Util)
#BuildRequires: perl(parent)
#BuildRequires: perl(Parse::CPAN::Meta)
#BuildRequires: perl(Sub::Exporter)
#BuildRequires: perl(Sub::Exporter::Lexical)
#BuildRequires: perl(YAML::Tiny)
%{perl_requires} %{perl_requires}
%description %description
@@ -77,9 +85,6 @@ find . -type f -print0 | xargs -0 chmod 644
%perl_process_packlist %perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes example README %doc Changes example README