Dominique Leuenberger 2023-04-07 16:16:19 +00:00 committed by Git OBS Bridge
commit 4712c92a8c
5 changed files with 23 additions and 5 deletions

View File

@ -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

View File

@ -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

Binary file not shown.

View File

@ -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>

View File

@ -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