Package Release Info

perl-ExtUtils-Depends-0.405-2.1

Update Info: openSUSE-2019-2305
Available in Package Hub : 12 SP2-SP5

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-ExtUtils-Depends

Change Logs

* Wed Dec 02 2015 coolo@suse.com
- updated to 0.405
  see /usr/share/doc/packages/perl-ExtUtils-Depends/Changes
  0.405
  - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket
    [#108554]
* Tue Feb 03 2015 coolo@suse.com
- updated to 0.404
  - Depends.pm: sort deps in save_config() and get_makefile_vars(); patch
    submitted by Debian's reproducible build team for RT#101602
  - Use / to make ::load filename, not File::Spec - perldoc -f require
  0.403
  - Avoid using Test::More::done_testing() for to support building
    out-of-the-box on older perls.
  0.402 Sat Oct 18 18:06:19 EEST 2014
  - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config();
    patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260
* Fri Sep 19 2014 coolo@suse.com
- updated to 0.401
  - Add README changes created by 'make dist' from the POD
  - Rename test modules
  - Test old/new schemes with .pm files
  - Move old/new scheme tests from middle of other stuff to end
  - Rename test packages to 8.3 unique
  0.400 Sun Aug 10 13:58:24 CEST 2014
  - In addition to the package variables $inc, $libs and @typemaps, write an
    'Inline' method to <package>::Install::Files for easier interoperability
    with the Inline module.
  - Accompany the 'Inline' method with a 'deps' method in
    <package>::Install::Files in addition to the @deps package variable.
  - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by
    default, falling back to the package variables if the methods are not
    defined.
  - Make the docs recommend the 'Inline' and 'deps' approach for creating
    <package>::Install::Files manually, without
    ExtUtils::Depends::save_config.
  0.309 Sat Aug  2 15:23:03 PDT 2014
  - Depends.pm: use $DLEXT instead of $SO for library filename extensions
  - MANIFEST: remove MYMETA.* files
  - use DynaLoader::mod2fname if available
  - Added Android support
  0.308 Sun May 18 16:22:11 PDT 2014
  - Fix win32 test failure in t/02_save_load.t (closes RT#95301)
  0.307 Mon Apr 28 22:04:38 PDT 2014
  - $Data::Dumper::Terse set to 1 broke save_config
  - Document API expected by ::load function
* Fri Oct 04 2013 coolo@suse.com
- updated to 0.306
  - Fixed typo in RT queue URL; fixes RT#88960
  - Makefile.PL: converted to CPAN::Meta::Spec v2
  - Updated license in RPM spec file; closes RT#88196
  - Updated contact info and added git repo info to POD
  - Add comments for find_extra_libs method (closes RT#43900)
  - Fixed typo (closes RT#86572)
* Thu Jan 27 2011 vcizek@novell.com
- update to 0.304
  - More robust detection of gcc toolchains on Win32
  (Closes: RT#62455) (sisyphus).
  - Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm
  instead (Closes: RT#62455) (sisyphus).
* Fri Dec 10 2010 coolo@novell.com
- fix buildrequires
* Thu Dec 02 2010 anicka@suse.cz
- update to 0.303
  * Fix a race condition when running the tests in parallel.
* Tue Nov 30 2010 coolo@novell.com
- switch to perl_requires macro
* Wed Nov 24 2010 chris@computersalat.de
- recreated by cpanspec 1.78
  o fix deps
- noarch pkg
* Tue Oct 19 2010 coolo@novell.com
- add perl as explicit buildrequire
* Sun Jan 10 2010 jengelh@medozas.de
- enable parallel build
* Mon Aug 03 2009 anicka@suse.cz
- update to 0.302
  * Create import libraries if necessary to fix linking when gcc is used
  on MSWin32 (Strawberry Perl, for example).
* Wed Sep 10 2008 anicka@suse.cz
- update to 0.301
  * On Cygwin, link directly against the DLLs of dependencies.
  * Require perl 5.6.0.
* Wed Apr 02 2008 anicka@suse.cz
- update to 0.300
  - On MSWin32 and cygwin, find the link libraries of dependencies
  and put them into LIBS.
  - Add tests.
  - Correct typos in the documentation.
  - In get_makefile_vars, comment out the code that put the
  installed libraries into @OBJECT, which caused them to get
  deleted on realclean.
  - In Makefile.PL, don't use the bogus package "MAIN".
  - Remove debug spew.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jul 29 2005 mjancar@suse.cz
- update to 0.205
* Tue Nov 02 2004 mcihar@suse.cz
- initial packaging