diff --git a/Module-Metadata-1.000026.tar.gz b/Module-Metadata-1.000026.tar.gz deleted file mode 100644 index dc5a510..0000000 --- a/Module-Metadata-1.000026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38c392eef436d26b76e8d9a478a7d910175c65107bce5763ad9ca40fdb3db690 -size 41296 diff --git a/Module-Metadata-1.000027.tar.gz b/Module-Metadata-1.000027.tar.gz new file mode 100644 index 0000000..b271d0e --- /dev/null +++ b/Module-Metadata-1.000027.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f7dcb48e826d9cb4c08ca8d7e1a1d4ceaa7725f1245eb30c71ecbd119132e7 +size 41980 diff --git a/perl-Module-Metadata.changes b/perl-Module-Metadata.changes index 5f49346..952eb51 100644 --- a/perl-Module-Metadata.changes +++ b/perl-Module-Metadata.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Apr 13 18:19:56 UTC 2015 - coolo@suse.com + +- updated to 1.000027 + see /usr/share/doc/packages/perl-Module-Metadata/Changes + + 1.000027 2015-04-11 00:21:26Z + - work around issues with an unconfigured Log::Contextual (Kent Fredric) + - allow tests to pass in a perl with no taint support (James Raspass) + ------------------------------------------------------------------- Sat Feb 7 08:37:57 UTC 2015 - dnh@opensuse.org diff --git a/perl-Module-Metadata.spec b/perl-Module-Metadata.spec index d51b520..30c1d23 100644 --- a/perl-Module-Metadata.spec +++ b/perl-Module-Metadata.spec @@ -17,11 +17,11 @@ Name: perl-Module-Metadata -Version: 1.000026 +Version: 1.000027 Release: 0 %define cpan_name Module-Metadata Summary: Gather package and POD information from perl module files -License: Artistic-1.0 or GPL-1.0+ +License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Metadata/ Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz @@ -29,7 +29,6 @@ BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.82 BuildRequires: perl(version) >= 0.87 Requires: perl(version) >= 0.87 %{perl_requires} @@ -42,7 +41,6 @@ as is traditional in the CPAN toolchain. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor