Accepting request 221609 from devel:languages:perl
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/221609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-ExtUtils-MakeMaker?expand=0&rev=2
This commit is contained in:
commit
ce1d391d49
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb2b31b6764e2b81437d4f38a29135cc2779840dfd13c3313144995506cef376
|
|
||||||
size 433809
|
|
3
ExtUtils-MakeMaker-6.88.tar.gz
Normal file
3
ExtUtils-MakeMaker-6.88.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:44cad9233fdfc1d217c55b7b33c19d5aa9da896480d7d74d0ce7dbcf9ca9f3d8
|
||||||
|
size 436411
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 8 10:54:51 UTC 2014 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- update to 6.88:
|
||||||
|
Misc:
|
||||||
|
* disable make parallelism for pure_all target
|
||||||
|
* Enable bootstrapping to work on v5.10.x again
|
||||||
|
Bug fixes:
|
||||||
|
* Don't recurse into stale dist dirs
|
||||||
|
* RT#90780 fix Macro `BOOTSTRAP' redefined warnings
|
||||||
|
* Only enable automatic OBJECT generation if MAGICXS is true
|
||||||
|
* harden xsubpp locating loop in MM_Unix
|
||||||
|
* RT#91540 PREREQ_FATAL not recognised on command line
|
||||||
|
* Export 'configure' section of prereqs when meta-spec version 2
|
||||||
|
* Explicitly require dynaloader before using mod2fname
|
||||||
|
* Expanded test coverage for metafiles
|
||||||
|
* Get rid of unused printf arguments in dir_target
|
||||||
|
* Get rid of unused printf arguments in dynamic_bs
|
||||||
|
* On Android, pass PERL_LIB through rel2abs().
|
||||||
|
* Synchronisation with blead to remove old cross-compilation model
|
||||||
|
New Features:
|
||||||
|
* OBJECT can now be specified as an array
|
||||||
|
* build C_FILES/O_FILES/OBJECT automatically from XS
|
||||||
|
* Added MAGICXS attribute to explicitly enable automagic
|
||||||
|
XS building.
|
||||||
|
* Added PPM_UNINSTALL_EXEC and PPM_UNINSTALL_SCRIPT options
|
||||||
|
to PPD generation
|
||||||
|
Doc fixes:
|
||||||
|
* Correct the documentation for MAGICXS
|
||||||
|
* Document BUILD_REQUIRES defaults
|
||||||
|
* Documentation expanded to mention JSON metafiles
|
||||||
|
* mention that TEST_REQUIRES is in v6.64 and above
|
||||||
|
* Update documentation for LICENSE attribute.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 26 14:26:44 UTC 2013 - coolo@suse.com
|
Tue Nov 26 14:26:44 UTC 2013 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-MakeMaker
|
# spec file for package perl-ExtUtils-MakeMaker
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-ExtUtils-MakeMaker
|
Name: perl-ExtUtils-MakeMaker
|
||||||
Version: 6.82
|
Version: 6.88
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name ExtUtils-MakeMaker
|
%define cpan_name ExtUtils-MakeMaker
|
||||||
Summary: Create a module Makefile
|
Summary: Create a module Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user