diff --git a/Module-Install-1.16.tar.gz b/Module-Install-1.16.tar.gz deleted file mode 100644 index 9d7528a..0000000 --- a/Module-Install-1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afac1264255f4d822d44f84df1aa9affad207f9ae805e803d93c845fa120025e -size 113004 diff --git a/Module-Install-1.17.tar.gz b/Module-Install-1.17.tar.gz new file mode 100644 index 0000000..650b9e9 --- /dev/null +++ b/Module-Install-1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1365cf447fc8e09ef002f68e0a2ac3ace071ebf412c94a2cd08ddae6e17065 +size 113887 diff --git a/perl-Module-Install.changes b/perl-Module-Install.changes index d85517d..110da65 100644 --- a/perl-Module-Install.changes +++ b/perl-Module-Install.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 25 05:48:58 UTC 2016 - coolo@suse.com + +- updated to 1.17 + see /usr/share/doc/packages/perl-Module-Install/Changes + + 1.17 2016-10-24 + - fix issue with mkpath with empty path + - removed irrelevant code for Perl < v5.6 + - VMS fixes (RT#79858, Craig A. Berry) + - documentation updated to reflect current discouraged state + ------------------------------------------------------------------- Sat May 2 06:00:42 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index d30abce..f37fb86 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-Install # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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-Module-Install -Version: 1.16 +Version: 1.17 Release: 0 %define cpan_name Module-Install Summary: Standalone, extensible Perl module installer @@ -66,8 +66,8 @@ Recommends: perl(PAR::Dist) >= 0.29 %description *Module::Install* is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a -strictly correct manner with the ExtUtils::MakeMaker manpage, and will run -on any Perl installation version 5.005 or newer. +strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl +installation version 5.005 or newer. The intent is to make it as easy as possible for CPAN authors (and especially for first-time CPAN authors) to have installers that follow all @@ -91,6 +91,6 @@ the best practices for distribution installation, but involve as much DWIM %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README +%doc Changes README TODO %changelog