diff --git a/ExtUtils-Config-0.007.tar.gz b/ExtUtils-Config-0.007.tar.gz deleted file mode 100644 index 6992205..0000000 --- a/ExtUtils-Config-0.007.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c1465078b876fd16a90507092805265528c2532d4937b03547a6dbdb8ac0eef -size 12135 diff --git a/ExtUtils-Config-0.008.tar.gz b/ExtUtils-Config-0.008.tar.gz new file mode 100644 index 0000000..5802dff --- /dev/null +++ b/ExtUtils-Config-0.008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c +size 11165 diff --git a/perl-ExtUtils-Config.changes b/perl-ExtUtils-Config.changes index 4cfad51..c4d0a8b 100644 --- a/perl-ExtUtils-Config.changes +++ b/perl-ExtUtils-Config.changes @@ -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 diff --git a/perl-ExtUtils-Config.spec b/perl-ExtUtils-Config.spec index 1c07891..dcb0674 100644 --- a/perl-ExtUtils-Config.spec +++ b/perl-ExtUtils-Config.spec @@ -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}