forked from pool/perl-ExtUtils-MakeMaker
WIP: Automatic update to ExtUtils-MakeMaker-7.78.tar.gz #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30bcfd75fec4d512e9081c792f7cb590009d9de2fe285ffa8eec1be35a5ae7ca
|
||||
size 488229
|
||||
BIN
ExtUtils-MakeMaker-7.78.tar.gz
LFS
Normal file
BIN
ExtUtils-MakeMaker-7.78.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 4 06:02:33 UTC 2026 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.78
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.78 Tue 3 Mar 20:21:53 GMT 2026
|
||||
No changes since v7.77_03
|
||||
7.77_03 Mon 2 Mar 17:32:54 GMT 2026
|
||||
Macosx fixes:
|
||||
- Unbreak Perl builds
|
||||
7.77_02 Wed 20 Aug 11:00:32 BST 2025
|
||||
Core fixes:
|
||||
- Do not copy args when using PERL_MM_SHEBANG=relocatable
|
||||
7.77_01 Mon 28 Jul 18:46:15 BST 2025
|
||||
Enhancements:
|
||||
- Support 'class' VERSIONs, like 'package'
|
||||
Core fixes:
|
||||
- Disable XS prototypes by default
|
||||
Test fixes:
|
||||
- Make macros portably in basic.t
|
||||
- Can't test embedded newlines on VMS in oneliner.t
|
||||
- Use LIBS not LDFROM to link against a library in 02-xsdynamic.t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 24 05:33:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-MakeMaker
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.76
|
||||
Version: 7.78
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Create a module Makefile
|
||||
@@ -64,7 +64,7 @@ Perl to handle Unicode filenames, which is not yet the case on Windows.
|
||||
See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
%build
|
||||
export BUILDING_AS_PACKAGE=1
|
||||
|
||||
Reference in New Issue
Block a user