2b519066b3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-MakeMaker?expand=0&rev=31
194 lines
6.5 KiB
Plaintext
194 lines
6.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 8 05:29:02 UTC 2015 - coolo@suse.com
|
|
|
|
- recompile against perl 5.22
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 20 00:19:50 UTC 2015 - ddiss@suse.com
|
|
|
|
- Do not set LD_RUN_PATH by default; (bnc#841204).
|
|
+ Add Do_not_set_RPATH_by_default.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 8 07:44:48 UTC 2015 - coolo@suse.com
|
|
|
|
- updated to 7.04
|
|
Doc fixes:
|
|
- Corrected MAGICXS documentation
|
|
- Remove Module::Build encouragement
|
|
|
|
7.03_04 Thu Nov 27 14:35:15 GMT 2014
|
|
Core fixes:
|
|
- Do not use ccstdflags with the core extensions
|
|
|
|
7.03_03 Tue Nov 25 16:37:57 GMT 2014
|
|
Win32 Fixes:
|
|
- Eliminate sub-process spawning when checking make type
|
|
|
|
7.03_02 Mon Nov 24 13:18:09 GMT 2014
|
|
VMS fixes:
|
|
- Fix a couple of missing vendor targets
|
|
- Remove VAXCCURSE from ExtUtils::Liblist::Kid::_vms_ext.
|
|
|
|
7.03_01 Tue Nov 18 21:29:40 GMT 2014
|
|
VMS fixes:
|
|
- Handle spaces in install targets
|
|
- Allow spaces in eliminate_macros and fixpath
|
|
- Remove fixpath call from ExtUtils::Liblist::Kid::_vms_ext.
|
|
- Override is_make_type() as checks as unnecessary
|
|
|
|
Core fixes:
|
|
- Wrap parse_abstract() call to Encode in eval() to
|
|
avoid build failures
|
|
- Fix issue with CCFLAGS in core
|
|
- replace fix-provides.diff with a grep call
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 18 10:45:29 UTC 2014 - chris@computersalat.de
|
|
|
|
- update to 6.98
|
|
Dist fixes:
|
|
* Removed redundant File::Spec check from Makefile.PL
|
|
Bug fixes:
|
|
* Resolve another regression related to not recursing into distdirs
|
|
* Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling
|
|
* Make MIN_PERL_VERSION handle v-strings properly
|
|
* Resolved a regression in MM_Unix.pm
|
|
(https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/96)
|
|
* Libraries are not transitive on Android
|
|
Test fixes:
|
|
* Make meta tests more robust to changes in CPAN::Meta
|
|
- fix deps and avoid build loop
|
|
* push all 'BuildRequires' (taken from Makefile.PL) into
|
|
perl-ExtUtils-MakeMaker-mini as 'Requires' and now
|
|
BuildRequire: perl-ExtUtils-MakeMaker-mini
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
- updated to 6.82
|
|
Misc:
|
|
* Special-case the bundling of version, so
|
|
that XS versions don't get overwritten
|
|
Doc fixes:
|
|
* Update XSPROTOARG docs for changes in xsubpp
|
|
* Clarify heir-apparent in FAQ
|
|
|
|
Misc:
|
|
* Changed GNU-Style to Unix-Style
|
|
* VMS will now report 'make' style
|
|
* Updated bundled JSON::PP
|
|
* Updated bundled Test-Simple
|
|
|
|
Bug fixes:
|
|
* Add CP_NONEMPTY to the list of tools in Makefile
|
|
* don't copy .bs portably :)
|
|
* RT#28992 don't copy .bs files if they are empty
|
|
|
|
New feature:
|
|
* Made UNINST an attribute, so removing shadowed modules
|
|
can be set 'perl Makefile.PL UNINST=1'
|
|
|
|
Bug fixes:
|
|
* do not set default switches in Test::Harness; not even -w
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 25 18:46:29 UTC 2013 - chris@computersalat.de
|
|
|
|
- update to 6.64
|
|
* Update the home page in the meta file. makemaker.org has been
|
|
unmaintained for a while.
|
|
- fix deps for building on SLE_11
|
|
- rebase provides patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 16 12:35:04 UTC 2012 - coolo@suse.com
|
|
|
|
- this module bundles a bit too much
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 11 09:12:35 UTC 2011 - coolo@suse.com
|
|
|
|
- update to 6.62, see Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 30 12:12:50 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 29 18:29:54 UTC 2010 - coolo@novell.com
|
|
|
|
- remove /var/adm/perl-modules
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 19 08:38:36 UTC 2010 - coolo@novell.com
|
|
|
|
- add perl as explicit buildrequire
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 26 08:42:23 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- also exclude .3 man pages for SLE <= 10, as it conflicts with Perl too
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 26 07:49:38 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
- exclude instmodsh, as it conflicts with Perl itself
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 18 12:39:11 UTC 2009 - jw@novell.com
|
|
|
|
- Update to 6.56
|
|
- Stable release of 6.55_03
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 7 16:46:59 UTC 2009 - jw@novell.com
|
|
|
|
- http://cpansearch.perl.org/src/MSCHWERN/ExtUtils-MakeMaker-6.55_03/Changes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 7 15:09:03 CEST 2009 - mls@suse.de
|
|
|
|
- Update to 6.54
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 3 13:00:00 CET 2008 - jw@suse.de
|
|
|
|
- initial packaging
|
|
|