Accepting request 1077430 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1077430 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=28
This commit is contained in:
commit
4712c92a8c
@ -88,7 +88,7 @@ Index: ExtUtils-MakeMaker-7.36/lib/ExtUtils/MakeMaker.pm
|
||||
+ };
|
||||
+
|
||||
print "MakeMaker (v$VERSION)\n" if $Verbose;
|
||||
if (-f "MANIFEST" && ! -f "Makefile" && ! $self->{PERL_CORE}){
|
||||
if (-f "MANIFEST" && ! -f "Makefile" && ! $UNDER_CORE){
|
||||
check_manifest();
|
||||
@@ -2837,6 +2857,40 @@ precedence. A typemap in the current di
|
||||
precedence, even if it isn't listed in TYPEMAPS. The default system
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:270238d253343b833daa005fb57a3a5d8916b59da197698a632b141e7acad779
|
||||
size 483925
|
BIN
ExtUtils-MakeMaker-7.70.tar.gz
(Stored with Git LFS)
Normal file
BIN
ExtUtils-MakeMaker-7.70.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 4 09:59:31 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Update Do_not_set_RPATH_by_default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 27 03:06:35 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.70
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.70 Sun 26 Mar 14:13:20 BST 2023
|
||||
No changes since v7.69_01
|
||||
7.69_01 Sat 25 Mar 11:06:19 GMT 2023
|
||||
Core reversions:
|
||||
- Reverted the PERL_CORE and PERL_SRC changes from v7.67_02
|
||||
These will be reintroduced after more testing in core
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 12:53:55 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.68
|
||||
Version: 7.70
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Create a module Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user