From 3a42f9a99c78f82483adcb3456ccf6fc12e11653c97fde754ff96194d89aaac2 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sat, 8 Feb 2014 10:59:12 +0000 Subject: [PATCH] - 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=20 --- ExtUtils-MakeMaker-6.82.tar.gz | 3 --- ExtUtils-MakeMaker-6.88.tar.gz | 3 +++ perl-ExtUtils-MakeMaker.changes | 34 +++++++++++++++++++++++++++++++++ perl-ExtUtils-MakeMaker.spec | 6 +++--- 4 files changed, 40 insertions(+), 6 deletions(-) delete mode 100644 ExtUtils-MakeMaker-6.82.tar.gz create mode 100644 ExtUtils-MakeMaker-6.88.tar.gz diff --git a/ExtUtils-MakeMaker-6.82.tar.gz b/ExtUtils-MakeMaker-6.82.tar.gz deleted file mode 100644 index 63b1cd9..0000000 --- a/ExtUtils-MakeMaker-6.82.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb2b31b6764e2b81437d4f38a29135cc2779840dfd13c3313144995506cef376 -size 433809 diff --git a/ExtUtils-MakeMaker-6.88.tar.gz b/ExtUtils-MakeMaker-6.88.tar.gz new file mode 100644 index 0000000..e7a53c4 --- /dev/null +++ b/ExtUtils-MakeMaker-6.88.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cad9233fdfc1d217c55b7b33c19d5aa9da896480d7d74d0ce7dbcf9ca9f3d8 +size 436411 diff --git a/perl-ExtUtils-MakeMaker.changes b/perl-ExtUtils-MakeMaker.changes index f9247f5..ffea748 100644 --- a/perl-ExtUtils-MakeMaker.changes +++ b/perl-ExtUtils-MakeMaker.changes @@ -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 diff --git a/perl-ExtUtils-MakeMaker.spec b/perl-ExtUtils-MakeMaker.spec index 5775e3c..4342eeb 100644 --- a/perl-ExtUtils-MakeMaker.spec +++ b/perl-ExtUtils-MakeMaker.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,9 @@ Name: perl-ExtUtils-MakeMaker -Version: 6.82 +Version: 6.88 Release: 0 -%define cpan_name ExtUtils-MakeMaker +%define cpan_name ExtUtils-MakeMaker Summary: Create a module Makefile License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl