Accepting request 296630 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/296630
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-Config?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2015-04-15 14:25:22 +00:00 committed by Git OBS Bridge
commit a0d435924e
4 changed files with 17 additions and 7 deletions

View File

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

BIN
ExtUtils-Config-0.008.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Apr 14 21:09:56 UTC 2015 - coolo@suse.com
- updated to 0.008
see /usr/share/doc/packages/perl-ExtUtils-Config/Changes
0.008 2014-06-25 11:37:13-04:00 America/Nassau
Remove set, clear, clone methods
-------------------------------------------------------------------
Wed Jun 5 10:51:48 UTC 2013 - coolo@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-Config
#
# Copyright (c) 2013 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-ExtUtils-Config
Version: 0.007
Version: 0.008
Release: 0
%define cpan_name ExtUtils-Config
Summary: A wrapper for perl's configuration
@ -30,11 +30,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.88
#BuildRequires: perl(ExtUtils::Config)
%{perl_requires}
%description
ExtUtils::Config is an abstraction around the %Config hash.
ExtUtils::Config is an abstraction around the %Config hash. By itself it is
not a particularly interesting module by any measure, however it ties
together a family of modern toolchain modules.
%prep
%setup -q -n %{cpan_name}-%{version}