Accepting request 943080 from devel:languages:perl:autoupdate
- updated to 7.64 see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes 7.64 Fri 17 Dec 15:35:46 GMT 2021 No changes since v7.63_11 7.63_11 Tue 14 Dec 16:00:11 GMT 2021 OS390 fixes: - Extend prereqs sort to work on EBCDIC 7.63_10 Mon 13 Dec 16:26:49 GMT 2021 OS390 fixes: - Fix dynamic loading 7.63_09 Wed 8 Dec 22:20:53 GMT 2021 Enhancements: - Don't use canned libpth values 7.63_08 Sat 27 Nov 17:28:03 GMT 2021 Correction: - Previous change to ${LDFLAGS) was reverted 7.63_07 Sat 27 Nov 11:34:12 GMT 2021 Enhancements: - Add $(LDFLAGS) when linking binary modules 7.63_06 Wed 3 Nov 01:24:05 GMT 2021 Bug fixes: - Add -rpath when compiling XS modules on macOS 7.63_05 Sat 14 Aug 09:04:08 BST 2021 Enhancements: - Added CPPRUN variable 7.63_04 Wed 30 Jun 15:15:01 BST 2021 Doc fixes: - Describe CCFLAGS’ default 7.63_03 Tue 22 Jun 14:39:32 BST 2021 OS390 Enhancements: - Fix override xs_make_dynamic_lib() for os390 7.63_02 Thu 3 Jun 19:52:03 BST 2021 Doc fixes: - Changed wording for POLLUTE 7.63_01 Tue 25 May 16:22:50 BST 2021 Bug fixes: - Comparing inodes numerically is unsafe OBS-URL: https://build.opensuse.org/request/show/943080 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=62
This commit is contained in:
parent
15bf47e545
commit
b1ffd699e7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5022ad857fd76bd3f6b16af099fe2324639d9932e08f21e891fb313d9cae1705
|
||||
size 480049
|
3
ExtUtils-MakeMaker-7.64.tar.gz
Normal file
3
ExtUtils-MakeMaker-7.64.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a6ac575815c0413b1f58967043cc9f2e166446b73c687f9bc62b5eaed9464a0
|
||||
size 483203
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 18 03:06:20 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 7.64
|
||||
see /usr/share/doc/packages/perl-ExtUtils-MakeMaker/Changes
|
||||
|
||||
7.64 Fri 17 Dec 15:35:46 GMT 2021
|
||||
No changes since v7.63_11
|
||||
7.63_11 Tue 14 Dec 16:00:11 GMT 2021
|
||||
OS390 fixes:
|
||||
- Extend prereqs sort to work on EBCDIC
|
||||
7.63_10 Mon 13 Dec 16:26:49 GMT 2021
|
||||
OS390 fixes:
|
||||
- Fix dynamic loading
|
||||
7.63_09 Wed 8 Dec 22:20:53 GMT 2021
|
||||
Enhancements:
|
||||
- Don't use canned libpth values
|
||||
7.63_08 Sat 27 Nov 17:28:03 GMT 2021
|
||||
Correction:
|
||||
- Previous change to ${LDFLAGS) was reverted
|
||||
7.63_07 Sat 27 Nov 11:34:12 GMT 2021
|
||||
Enhancements:
|
||||
- Add $(LDFLAGS) when linking binary modules
|
||||
7.63_06 Wed 3 Nov 01:24:05 GMT 2021
|
||||
Bug fixes:
|
||||
- Add -rpath when compiling XS modules on macOS
|
||||
7.63_05 Sat 14 Aug 09:04:08 BST 2021
|
||||
Enhancements:
|
||||
- Added CPPRUN variable
|
||||
7.63_04 Wed 30 Jun 15:15:01 BST 2021
|
||||
Doc fixes:
|
||||
- Describe CCFLAGS’ default
|
||||
7.63_03 Tue 22 Jun 14:39:32 BST 2021
|
||||
OS390 Enhancements:
|
||||
- Fix override xs_make_dynamic_lib() for os390
|
||||
7.63_02 Thu 3 Jun 19:52:03 BST 2021
|
||||
Doc fixes:
|
||||
- Changed wording for POLLUTE
|
||||
7.63_01 Tue 25 May 16:22:50 BST 2021
|
||||
Bug fixes:
|
||||
- Comparing inodes numerically is unsafe
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 14 03:06:21 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name ExtUtils-MakeMaker
|
||||
Name: perl-ExtUtils-MakeMaker
|
||||
Version: 7.62
|
||||
Version: 7.64
|
||||
Release: 0
|
||||
Summary: Create a module Makefile
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user