Accepting request 577561 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/577561 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=42
This commit is contained in:
parent
9cef6f51a5
commit
74ed6f17d7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e081a8aa61c56565746bee998bf4c32926c030b84bb3f206e81714a1707f393c
|
||||
size 469792
|
3
ExtUtils-MakeMaker-7.32.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.32.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a269f52ab59b125eb80b968271d9f49da0975d43e51363dbfd1695000ed69de
|
||||
size 471193
|
@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 17 06:22:40 UTC 2018 - coolo@suse.com
|
||||
|
||||
- updated to 7.32
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.32 Fri Feb 16 20:10:58 GMT 2018
|
||||
|
||||
No changes since v7.31_08
|
||||
|
||||
7.31_08 Mon Feb 12 12:19:11 GMT 2018
|
||||
|
||||
VMS fixes:
|
||||
- Fix 8-space line prefixes in MM_VMS.pm
|
||||
|
||||
7.31_07 Tue Jan 16 16:09:04 GMT 2018
|
||||
|
||||
Bug fixes:
|
||||
- Change warning text for libscan() README.pod
|
||||
|
||||
7.31_06 Tue Jan 16 10:28:11 GMT 2018
|
||||
|
||||
Bug fixes:
|
||||
- Teach libscan() to exclude README.pod
|
||||
|
||||
Doc fixes:
|
||||
- Documented when XSMULTI and XSBUILD are available
|
||||
- Documented more version requirements for attributes
|
||||
|
||||
7.31_05 Sat Nov 25 09:22:51 GMT 2017 (LPW Edition)
|
||||
|
||||
Doc fixes:
|
||||
- Spelling fixes
|
||||
- clarify behaviour if VENDORLIB and no VENDORARCH
|
||||
|
||||
7.31_04 Thu Oct 5 12:22:24 BST 2017
|
||||
|
||||
Darwin/NeXT fixes:
|
||||
- Escape ld -framework flags
|
||||
|
||||
7.31_03 Mon Jul 10 09:34:26 BST 2017
|
||||
|
||||
Bug fixes:
|
||||
- Filter out non-XS .a files for static builds
|
||||
|
||||
7.31_02 Mon Jun 26 13:53:15 BST 2017
|
||||
|
||||
VMS fixes:
|
||||
- Fixes for .PL tests
|
||||
- VMS override for static_lib_pure_cmd
|
||||
- Make the new subdirsstatic test portable
|
||||
|
||||
7.31_01 Wed Jun 14 15:57:52 BST 2017
|
||||
|
||||
Test fixes:
|
||||
- Skip static test unless in perl core or in a .git directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 25 08:02:48 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-MakeMaker
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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,11 +17,11 @@
|
||||
|
||||
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.30
|
||||
Version: 7.32
|
||||
Release: 0
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Summary: Create a module Makefile
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/ExtUtils-MakeMaker/
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||
@ -31,14 +31,6 @@ BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(CPAN::Meta) >= 2.143240
|
||||
BuildRequires: perl(ExtUtils::Install) >= 1.52
|
||||
BuildRequires: perl(ExtUtils::Manifest) >= 1.70
|
||||
BuildRequires: perl(version)
|
||||
Requires: perl(CPAN::Meta) >= 2.143240
|
||||
Requires: perl(ExtUtils::Install) >= 1.52
|
||||
Requires: perl(ExtUtils::Manifest) >= 1.70
|
||||
Requires: perl(version)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user