forked from pool/perl-Module-Install
Accepting request 439462 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/439462 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Module-Install?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:afac1264255f4d822d44f84df1aa9affad207f9ae805e803d93c845fa120025e
|
|
||||||
size 113004
|
|
3
Module-Install-1.17.tar.gz
Normal file
3
Module-Install-1.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bc1365cf447fc8e09ef002f68e0a2ac3ace071ebf412c94a2cd08ddae6e17065
|
||||||
|
size 113887
|
@@ -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
|
Sat May 2 06:00:42 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Module-Install
|
# 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
|
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Module-Install
|
Name: perl-Module-Install
|
||||||
Version: 1.16
|
Version: 1.17
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Module-Install
|
%define cpan_name Module-Install
|
||||||
Summary: Standalone, extensible Perl module installer
|
Summary: Standalone, extensible Perl module installer
|
||||||
@@ -66,8 +66,8 @@ Recommends: perl(PAR::Dist) >= 0.29
|
|||||||
%description
|
%description
|
||||||
*Module::Install* is a package for writing installers for CPAN (or
|
*Module::Install* is a package for writing installers for CPAN (or
|
||||||
CPAN-like) distributions that are clean, simple, minimalist, act in a
|
CPAN-like) distributions that are clean, simple, minimalist, act in a
|
||||||
strictly correct manner with the ExtUtils::MakeMaker manpage, and will run
|
strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl
|
||||||
on any Perl installation version 5.005 or newer.
|
installation version 5.005 or newer.
|
||||||
|
|
||||||
The intent is to make it as easy as possible for CPAN authors (and
|
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
|
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
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user