diff --git a/Hash-Merge-0.12.tar.gz b/Hash-Merge-0.12.tar.gz deleted file mode 100644 index 7640320..0000000 --- a/Hash-Merge-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fa5de9d2d27adb8172b0b9429c1bdf16dc22c53305d47fac010f3dea86f071e -size 8607 diff --git a/Hash-Merge-0.200.tar.gz b/Hash-Merge-0.200.tar.gz new file mode 100644 index 0000000..6a14dfa --- /dev/null +++ b/Hash-Merge-0.200.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f9f03330b7595c94e73bdd17dc6682ba59d1cc89e63f4e319617f4bb122a64 +size 10339 diff --git a/perl-Hash-Merge.changes b/perl-Hash-Merge.changes index fc21b59..52fde00 100644 --- a/perl-Hash-Merge.changes +++ b/perl-Hash-Merge.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Nov 25 07:38:53 UTC 2013 - coolo@suse.com + +- updated to 0.200 + - modernize toolchain + - reformat changes as per CPAN::Changes::Spec + - move repository to GitHub + ------------------------------------------------------------------- Tue Nov 30 19:20:18 UTC 2010 - coolo@novell.com diff --git a/perl-Hash-Merge.spec b/perl-Hash-Merge.spec index 0683a52..8e4aa7a 100644 --- a/perl-Hash-Merge.spec +++ b/perl-Hash-Merge.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Hash-Merge # -# Copyright (c) 2012 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 @@ -15,20 +15,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Hash-Merge -Version: 0.12 +Version: 0.200 Release: 0 %define cpan_name Hash-Merge Summary: Merges arbitrarily deep hashes into a single hash -License: GPL-1.0+ or Artistic-1.0 +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Hash-Merge/ -Source: http://www.cpan.org/authors/id/D/DM/DMUEY/%{cpan_name}-%{version}.tar.gz +Source: http://www.cpan.org/authors/id/R/RE/REHSACK/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Clone) +BuildRequires: perl(Test::More) >= 0.9 #BuildRequires: perl(Clone::PP) #BuildRequires: perl(Hash::Merge) Requires: perl(Clone) @@ -51,7 +53,7 @@ original values as possible. (See 'set_clone_behavior'). Because there are a number of possible ways that one may want to merge values when keys are conflicting, Hash::Merge provides several preset -methods for your convenience, as well as a way to define you own. +methods for your convenience, as well as a way to define you own. %prep %setup -q -n %{cpan_name}-%{version}