Changelog for
perl-ExtUtils-F77-1.26-bp154.1.1.noarch.rpm :
* Tue Feb 16 2021 Tina Müller
- updated to 1.26 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES
* Sun Jul 21 2019 Stephan Kulow - updated to 1.24 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.24 released Jul 21st 2019 - --------------------------
* Fix of library order of -lgfortran and -lquadmath which effected MS Windows
* Sun Jan 06 2019 Stephan Kulow - updated to 1.23 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.23 released Jan 5th 2019 - --------------------------
* Use File::Which and List::Util instead of bespoke code (mohawk2)
* Improvements to docs (karlglazebrook,mohawk2)
* improvements to tests and warnings (mohawk2)
* tidy up of code (mohawk2)
* simplify out of gfortran handling (mohawk2)
* Thu Dec 06 2018 Stephan Kulow - updated to 1.22 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.22 released Dec 2nd 2018 - --------------------------
* Fixed some minor typos in README and F77.pm v1.21 released Nov 25th 2018 - ----------------------------
* Adjust ordering of searched for Generic GNU compilers (Nov 2018)
* Addition to pod format content (Nov 2018)
* Use Text::ParseWords not naive split (mohawk2)
* Modernize t/require.t (mohawk2)
* Mon Oct 16 2017 cooloAATTsuse.com- updated to 1.20 see /usr/share/doc/packages/perl-ExtUtils-F77/CHANGES v1.20 released May 28th 2016 - -----------------------------
* Apply upstream FreeBSD patch thanks to srezic for submitting
* Fix fallback compiler logic to support gcc-5.x and higher
* Limited Improved gfortran linking on OS X Yosemite+ to OS X v1.19_3 released May 28th 2016 - -----------------------------
* Apply upstream FreeBSD patch thanks to srezic for submitting v1.19_2 released May 28th 2016 - -----------------------------
* Fix fallback compiler logic to support gcc-5.x and higher v1.19_1 released Mar 6th 2016 - ---------------------------
* Limited Improved gfortran linking on OS X Yosemite+ to OS X v1.19 released Dec 12th 2015 - ---------------------------
* Improved gfortran linking on OS X Yosemite+ which avoids PERL_DL_NONLAZY meltdowns v1.18 released Jul 7th 2015 - --------------------------
* resolve rt.cpan.org bug #104495: MinGW now needs to link to libquadmath.a Thanks for the patch, kmx. v1.17_01 released Jul 6th 2014 - -----------------------------
* Graham Bell\'s fix to \"Add check for GNU fortran .so files as well as .a.\"
* Typo fix by dsteinbrunner
* Fix Cygwin table to use Generic GNU settings
* Fri Nov 18 2011 cooloAATTsuse.com- use original .tar.gz
* Fri Jan 07 2011 vcizekAATTnovell.com- update to 1.17
* Derek Lamb\'s patch to avoid an uninitialised variable error.
* Diab Jarius\'s Solaris Studio 10 patch and his gfortran patch (with mods). Note g77 is still the default if both it and gfortran are present.
* Rob\'s big Win32 patch (Nov 2010 version)
*
*
* IMPORTANT. Added in simplification of GNU fortran compilers (g77, gfortran, g95, fort77) etc. suggested by Tim Jeness. I used his code but made a slightly different implementaion introducing a \'Generic\' \'GNU\' database entry to which others point. This also superceded some of the above patches.
* Removed places where .gcclibs() is added to the link line, this appears to no loner be necessary. Routine left in there (but orphaned) just in case.
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Tue Oct 19 2010 cooloAATTnovell.com- add perl as explicit buildrequire