From ce31a689c7ac0ba5baab56ff8e3b54d6ca3004ef39c41974b5dc22879c5c940b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 16 Mar 2023 08:31:39 +0000 Subject: [PATCH] Accepting request 1072102 from devel:languages:perl:autoupdate - Update Do_not_set_RPATH_by_default.patch - 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 OBS-URL: https://build.opensuse.org/request/show/1072102 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=64 --- Do_not_set_RPATH_by_default.patch | 2 +- ExtUtils-MakeMaker-7.66.tar.gz | 3 --- ExtUtils-MakeMaker-7.68.tar.gz | 3 +++ perl-ExtUtils-MakeMaker.changes | 27 +++++++++++++++++++++++++++ perl-ExtUtils-MakeMaker.spec | 5 +++-- 5 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 ExtUtils-MakeMaker-7.66.tar.gz create mode 100644 ExtUtils-MakeMaker-7.68.tar.gz diff --git a/Do_not_set_RPATH_by_default.patch b/Do_not_set_RPATH_by_default.patch index 92c1169..d89795a 100644 --- a/Do_not_set_RPATH_by_default.patch +++ b/Do_not_set_RPATH_by_default.patch @@ -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 diff --git a/ExtUtils-MakeMaker-7.66.tar.gz b/ExtUtils-MakeMaker-7.66.tar.gz deleted file mode 100644 index b9325e5..0000000 --- a/ExtUtils-MakeMaker-7.66.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7a85557e36ffcdca3601c65a08d87fb311f4e88666050b13482f5927fa468df -size 483645 diff --git a/ExtUtils-MakeMaker-7.68.tar.gz b/ExtUtils-MakeMaker-7.68.tar.gz new file mode 100644 index 0000000..f6e30df --- /dev/null +++ b/ExtUtils-MakeMaker-7.68.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270238d253343b833daa005fb57a3a5d8916b59da197698a632b141e7acad779 +size 483925 diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index a9a79cb..45773e1 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Wed Mar 15 12:53:55 UTC 2023 - Tina Müller + +- Update Do_not_set_RPATH_by_default.patch + +------------------------------------------------------------------- +Wed Mar 15 03:07:39 UTC 2023 - Tina Müller + +- 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 diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 75ad871..156a7f6 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -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 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