forked from pool/perl-Data-Util
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:
committed by
Git OBS Bridge
parent
e21fa37b91
commit
01c921b0f5
@@ -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
3
Data-Util-0.62.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25c4d57753d53b1984619d928e731b5aa9bfb78b4eb8111e48623ac16455e3e9
|
||||
size 73216
|
@@ -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
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,40 +16,48 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Data-Util
|
||||
Version: 0.59
|
||||
Release: 1
|
||||
License: GPL+ or Artistic
|
||||
Version: 0.62
|
||||
Release: 0
|
||||
%define cpan_name Data-Util
|
||||
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
|
||||
Url: http://search.cpan.org/dist/Data-Util/
|
||||
Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Bar)
|
||||
BuildRequires: perl(Class::Method::Modifiers)
|
||||
BuildRequires: perl(Data::OptList)
|
||||
BuildRequires: perl(Devel::PPPort) >= 3.19
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
|
||||
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(Sub::Exporter)
|
||||
BuildRequires: perl(Test::Exception) >= 0.27
|
||||
BuildRequires: perl(XSLoader) >= 0.1
|
||||
BuildRequires: perl(YAML::Tiny)
|
||||
Requires: perl(XSLoader) >= 0.1
|
||||
#BuildRequires: perl(Bar)
|
||||
#BuildRequires: perl(Base)
|
||||
#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}
|
||||
|
||||
%description
|
||||
@@ -77,9 +85,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes example README
|
||||
|
Reference in New Issue
Block a user