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
This commit is contained in:
Stephan Kulow
2015-04-14 06:08:28 +00:00
committed by Git OBS Bridge
parent b26e660cdf
commit 913019d7e9
4 changed files with 27 additions and 26 deletions

View File

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

View File

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

View File

@@ -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 Sat Nov 3 20:32:14 UTC 2012 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Hash-FieldHash # 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 # 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
@@ -17,7 +17,7 @@
Name: perl-Hash-FieldHash Name: perl-Hash-FieldHash
Version: 0.12 Version: 0.14
Release: 0 Release: 0
%define cpan_name Hash-FieldHash %define cpan_name Hash-FieldHash
Summary: Lightweight field hash for inside-out objects 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CPAN::Meta)
BuildRequires: perl(CPAN::Meta::Prereqs)
BuildRequires: perl(Devel::PPPort) >= 3.19 BuildRequires: perl(Devel::PPPort) >= 3.19
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59
BuildRequires: perl(ExtUtils::ParseXS) >= 2.21 BuildRequires: perl(ExtUtils::ParseXS) >= 2.21
BuildRequires: perl(Module::Build) >= 0.38
BuildRequires: perl(Test::LeakTrace) >= 0.07 BuildRequires: perl(Test::LeakTrace) >= 0.07
BuildRequires: perl(parent) >= 0.221 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 Requires: perl(parent) >= 0.221
%{perl_requires} %{perl_requires}
@@ -80,19 +69,18 @@ This is a better alternative to 'H::U::F' with following features:
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}
%build %build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" %{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
%{__make} %{?_smp_mflags} ./Build build flags=%{?_smp_mflags}
%check %check
%{__make} test ./Build test
%install %install
%perl_make_install ./Build install destdir=%{buildroot} create_packlist=0
%perl_process_packlist
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes compat58.xsi example README %doc Changes example LICENSE minil.toml README.md
%changelog %changelog