diff --git a/Hash-Util-FieldHash-Compat-0.08.tar.gz b/Hash-Util-FieldHash-Compat-0.08.tar.gz deleted file mode 100644 index 256c12e..0000000 --- a/Hash-Util-FieldHash-Compat-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ade00f8b01450729c9aa67c3528580213f4223ca4831c9c7ad55b6abcc2ef4d5 -size 23064 diff --git a/Hash-Util-FieldHash-Compat-0.09.tar.gz b/Hash-Util-FieldHash-Compat-0.09.tar.gz new file mode 100644 index 0000000..a582844 --- /dev/null +++ b/Hash-Util-FieldHash-Compat-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b6492c877d27e3ead88037d40561e1abda2fcda877cf8587c201fb7ac4e529 +size 26907 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#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_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 diff --git a/perl-Hash-Util-FieldHash-Compat.changes b/perl-Hash-Util-FieldHash-Compat.changes index 0e101ff..4778bb6 100644 --- a/perl-Hash-Util-FieldHash-Compat.changes +++ b/perl-Hash-Util-FieldHash-Compat.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Aug 23 08:53:46 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-Hash-Util-FieldHash-Compat/Changes + + 0.09 2015-08-16 05:34:14Z + - update some distribution tooling + ------------------------------------------------------------------- Mon Apr 13 18:15:38 UTC 2015 - coolo@suse.com diff --git a/perl-Hash-Util-FieldHash-Compat.spec b/perl-Hash-Util-FieldHash-Compat.spec index e4ebce0..9329c1c 100644 --- a/perl-Hash-Util-FieldHash-Compat.spec +++ b/perl-Hash-Util-FieldHash-Compat.spec @@ -17,20 +17,24 @@ Name: perl-Hash-Util-FieldHash-Compat -Version: 0.08 +Version: 0.09 Release: 0 %define cpan_name Hash-Util-FieldHash-Compat Summary: Use Hash::Util::FieldHash or ties, depending on availability License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Hash-Util-FieldHash-Compat/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CPAN::Meta::Requirements) >= 2.120620 +BuildRequires: perl(Module::Metadata) +BuildRequires: perl(Tie::RefHash::Weak) >= 0.08 BuildRequires: perl(parent) -BuildRequires: perl(version) +Requires: perl(Tie::RefHash::Weak) >= 0.08 Requires: perl(parent) %{perl_requires} @@ -62,6 +66,6 @@ See the Hash::Util::FieldHash manpage for all the details of the API. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE README README.md +%doc Changes CONTRIBUTING LICENSE README %changelog