Accepting request 1072285 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1072285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=27
This commit is contained in:
commit
cc7f84b43e
@ -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" && ! $UNDER_CORE){
|
||||
if (-f "MANIFEST" && ! -f "Makefile" && ! $self->{PERL_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:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df
|
||||
size 483645
|
3
ExtUtils-MakeMaker-7.68.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.68.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:270238d253343b833daa005fb57a3a5d8916b59da197698a632b141e7acad779
|
||||
size 483925
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 12:53:55 UTC 2023 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Update Do_not_set_RPATH_by_default.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 15 03:07:39 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.68
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.68 Tue 14 Mar 21:38:00 GMT 2023
|
||||
No changes since v7.67_02
|
||||
7.67_02 Mon 6 Mar 10:53:22 GMT 2023
|
||||
Core fixes:
|
||||
- initialize PERL_CORE object var early and use it consistently
|
||||
- only search for PERL_SRC when PERL_CORE is true or unset
|
||||
Clean-ups:
|
||||
- remove use vars from non-bundled modules
|
||||
- remove unused _find_magic_vstring function
|
||||
7.67_01 Wed 1 Mar 12:38:00 GMT 2023
|
||||
Bug fixes:
|
||||
- Treat MidnightBSD as a BSD
|
||||
- fix MIN_PERL_VERSION for perl versions with underscores
|
||||
Test fixes:
|
||||
- t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 26 03:06:36 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-ExtUtils-MakeMaker
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# 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.66
|
||||
Version: 7.68
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Create a module Makefile
|
||||
@ -64,6 +64,7 @@ See L<ExtUtils::MakeMaker::FAQ> for details of the design and usage.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user