| 
									
										
										
										
											2019-01-06 10:45:41 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jan  6 06:06:44 UTC 2019 - Stephan Kulow <coolo@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - 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) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-12-06 15:44:58 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Thu Dec  6 15:40:03 UTC 2018 - Stephan Kulow <coolo@suse.com> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - 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) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-10-16 10:32:02 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Oct 16 10:28:49 UTC 2017 - coolo@suse.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 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-18 11:25:52 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Nov 18 11:06:58 UTC 2011 - coolo@suse.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - use original .tar.gz | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-01-07 15:18:59 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Jan  7 14:41:56 UTC 2011 - vcizek@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.17 | 
					
						
							| 
									
										
										
										
											2011-01-11 09:35:13 +00:00
										 |  |  | * 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. | 
					
						
							| 
									
										
										
										
											2011-01-07 15:18:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-12-01 13:44:32 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Dec  1 13:32:19 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - switch to perl_requires macro | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-29 18:54:50 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Nov 29 18:29:54 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - remove /var/adm/perl-modules | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-01-12 11:18:55 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2010-10-19 08:32:40 +00:00
										 |  |  | Tue Oct 19 08:31:38 UTC 2010 - coolo@novell.com | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - add perl as explicit buildrequire | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							| 
									
										
										
										
											2010-01-12 11:18:55 +00:00
										 |  |  | Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - enable parallel build | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-06-14 14:03:49 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Jun 11 14:08:05 CEST 2007 - anicka@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.16 | 
					
						
							|  |  |  |   * Added new config entry for Darwin/OSX (using gcc 4.0 and g77,  | 
					
						
							|  |  |  |     gfortran or g95) | 
					
						
							|  |  |  |   * Added new entry for gfortran under Linux | 
					
						
							|  |  |  |   * Works fine under g77 on intel Mac OS X. | 
					
						
							|  |  |  | - remove our gfortran patch, fixed in upstream | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-15 23:30:31 +00:00
										 |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan 25 21:39:40 CET 2006 - mls@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - converted neededforbuild to BuildRequires | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sat Jan 14 18:46:15 CET 2006 - kukuk@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - Add gmp-devel to nfb | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Jan 13 16:46:36 CET 2006 - anicka@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - update to 1.15  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Mon Apr 18 13:16:17 CEST 2005 - mjancar@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - fix for gcc 4.0 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Sun Jan 11 12:43:52 CET 2004 - adrian@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - build as user | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Fri Aug 22 14:46:04 CEST 2003 - mjancar@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - require the perl version we build with | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jul 15 14:58:31 CEST 2003 - mjancar@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - adapt to perl-5.8.1 | 
					
						
							|  |  |  | - use %perl_process_packlist | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jun 18 14:45:49 CEST 2003 - mjancar@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - fix filelist | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue May 20 12:39:54 CEST 2003 - mjancar@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - remove unpackaged files | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Tue Jul  2 17:40:06 MEST 2002 - mls@suse.de | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - remove race in .packlist generation | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ------------------------------------------------------------------- | 
					
						
							|  |  |  | Wed Jan 16 15:36:24 CET 2002 - rvasice@suse.cz | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | - initial package release (version 1.14) | 
					
						
							|  |  |  | 
 |