Accepting request 817243 from devel:languages:perl:autoupdate
- updated to 7.46 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.46 Tue 23 Jun 10:19:40 BST 2020 No changes since v7.45_01 7.45_01 Thu 28 May 17:29:45 BST 2020 Bug fixes: - Always link to $Config{libs} on cygwin Test fixes: - Fix testing how some versions should be parsed QA fixes: - Add libnsl-devel to Cygwin packages we need OBS-URL: https://build.opensuse.org/request/show/817243 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=53
This commit is contained in:
parent
e56263d176
commit
96c4888dc6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:52a18f8271250faf5f3527499dd2b78d3b4fd3b064408d0cfdda9a3538887188
|
|
||||||
size 477616
|
|
3
ExtUtils-MakeMaker-7.46.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.46.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f4a107565392d0f36c99c849a3bfe7126ba58148a4dca334c139add0dd0d328
|
||||||
|
size 477747
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 24 03:08:16 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 7.46
|
||||||
|
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||||
|
|
||||||
|
7.46 Tue 23 Jun 10:19:40 BST 2020
|
||||||
|
No changes since v7.45_01
|
||||||
|
7.45_01 Thu 28 May 17:29:45 BST 2020
|
||||||
|
Bug fixes:
|
||||||
|
- Always link to $Config{libs} on cygwin
|
||||||
|
Test fixes:
|
||||||
|
- Fix testing how some versions should be parsed
|
||||||
|
QA fixes:
|
||||||
|
- Add libnsl-devel to Cygwin packages we need
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 15 03:09:01 UTC 2020 - <timueller+perl@suse.de>
|
Wed Jan 15 03:09:01 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-MakeMaker
|
# spec file for package perl-ExtUtils-MakeMaker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
Name: perl-ExtUtils-MakeMaker
|
||||||
Version: 7.44
|
Version: 7.46
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
Patch0: Do_not_set_RPATH_by_default.patch
|
Patch0: Do_not_set_RPATH_by_default.patch
|
||||||
@ -66,6 +66,7 @@ See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user