From 913019d7e9352c22a10612ab70d55817d4b8f3d8c75d98bfeacaa38363eef266 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 14 Apr 2015 06:08:28 +0000 Subject: [PATCH] Accepting request 295895 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/295895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Hash-FieldHash?expand=0&rev=2 --- Hash-FieldHash-0.12.tar.gz | 3 --- Hash-FieldHash-0.14.tar.gz | 3 +++ perl-Hash-FieldHash.changes | 13 +++++++++++++ perl-Hash-FieldHash.spec | 34 +++++++++++----------------------- 4 files changed, 27 insertions(+), 26 deletions(-) delete mode 100644 Hash-FieldHash-0.12.tar.gz create mode 100644 Hash-FieldHash-0.14.tar.gz diff --git a/Hash-FieldHash-0.12.tar.gz b/Hash-FieldHash-0.12.tar.gz deleted file mode 100644 index 0c5e851..0000000 --- a/Hash-FieldHash-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b9b70a647aba75fd7a58d89a17a1c27326bb2eba1b8475140c40b9119a3800 -size 43043 diff --git a/Hash-FieldHash-0.14.tar.gz b/Hash-FieldHash-0.14.tar.gz new file mode 100644 index 0000000..86e5bb9 --- /dev/null +++ b/Hash-FieldHash-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7d0e97dd14afb2dddf64052e503c05467f73f51756ea7b647d59cab0cf721 +size 28768 diff --git a/perl-Hash-FieldHash.changes b/perl-Hash-FieldHash.changes index 2015d26..1efe015 100644 --- a/perl-Hash-FieldHash.changes +++ b/perl-Hash-FieldHash.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 13 18:24:08 UTC 2015 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Hash-FieldHash/Changes + + 0.14 2013-05-18T23:54:21Z + - Fix a build issue on 5.8.x + + 0.13 2013-04-13T11:09:06Z + - Use Module::Build instead of Module::Install with minil(1) + - No code changes + ------------------------------------------------------------------- Sat Nov 3 20:32:14 UTC 2012 - coolo@suse.com diff --git a/perl-Hash-FieldHash.spec b/perl-Hash-FieldHash.spec index 0f9d49d..50be207 100644 --- a/perl-Hash-FieldHash.spec +++ b/perl-Hash-FieldHash.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Hash-FieldHash # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: perl-Hash-FieldHash -Version: 0.12 +Version: 0.14 Release: 0 %define cpan_name Hash-FieldHash Summary: Lightweight field hash for inside-out objects @@ -28,25 +28,14 @@ Source: http://www.cpan.org/authors/id/G/GF/GFUJI/%{cpan_name}-%{version BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CPAN::Meta) +BuildRequires: perl(CPAN::Meta::Prereqs) BuildRequires: perl(Devel::PPPort) >= 3.19 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 +BuildRequires: perl(Module::Build) >= 0.38 BuildRequires: perl(Test::LeakTrace) >= 0.07 BuildRequires: perl(parent) >= 0.221 -#BuildRequires: perl(Hash::FieldHash) -#BuildRequires: perl(Hash::Util::FieldHash) -#BuildRequires: perl(Hash::Util::FieldHash::Compat) -#BuildRequires: perl(inc::Module::Install) -#BuildRequires: perl(JSON) -#BuildRequires: perl(Module::Build) -#BuildRequires: perl(Module::Install::AuthorTests) -#BuildRequires: perl(Module::Install::Base) -#BuildRequires: perl(Module::Install::Repository) -#BuildRequires: perl(Module::Install::XSUtil) >= 0.41 -#BuildRequires: perl(Mouse) -#BuildRequires: perl(MyClass) -#BuildRequires: perl(Parse::CPAN::Meta) -#BuildRequires: perl(Person) -#BuildRequires: perl(YAML::Tiny) Requires: perl(parent) >= 0.221 %{perl_requires} @@ -80,19 +69,18 @@ This is a better alternative to 'H::U::F' with following features: %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" +./Build build flags=%{?_smp_mflags} %check -%{__make} test +./Build test %install -%perl_make_install -%perl_process_packlist +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes compat58.xsi example README +%doc Changes example LICENSE minil.toml README.md %changelog