8
0

Accepting request 208457 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/208457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Hash-Merge?expand=0&rev=5
This commit is contained in:
Stephan Kulow
2013-12-03 09:31:26 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 8 deletions

View File

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

3
Hash-Merge-0.200.tar.gz Normal file
View File

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

View File

@@ -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 Tue Nov 30 19:20:18 UTC 2010 - coolo@novell.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Hash-Merge # 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 # 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
@@ -15,20 +15,22 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: perl-Hash-Merge Name: perl-Hash-Merge
Version: 0.12 Version: 0.200
Release: 0 Release: 0
%define cpan_name Hash-Merge %define cpan_name Hash-Merge
Summary: Merges arbitrarily deep hashes into a single hash 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 Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Hash-Merge/ 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 BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Clone) BuildRequires: perl(Clone)
BuildRequires: perl(Test::More) >= 0.9
#BuildRequires: perl(Clone::PP) #BuildRequires: perl(Clone::PP)
#BuildRequires: perl(Hash::Merge) #BuildRequires: perl(Hash::Merge)
Requires: perl(Clone) 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 Because there are a number of possible ways that one may want to merge
values when keys are conflicting, Hash::Merge provides several preset 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 %prep
%setup -q -n %{cpan_name}-%{version} %setup -q -n %{cpan_name}-%{version}