Changelog for
perl-PDL-debuginfo-2.4.11-2.68.x86_64.rpm :
* Tue Jul 16 2013 mlsAATTsuse.de- use -fno-aggressive-loop-optimizations instead of -fno-tree-ch
* Mon Jul 15 2013 mlsAATTsuse.de- added patch: PDL-2.4.11-hashcmp.diff fix testcase so that it can cope with hash randomization- compile with -fno-tree-ch to work around a gcc 4.8.1 compiler bug
* Mon Jun 11 2012 mlsAATTsuse.de- update to 2.4.11 to make it work with perl-5.16.0
* a new implementation mapflex and mapfraw routines provides memory-mapped IO for all platforms including win32 systems.
* the new memory mapped IO support is implemented using File::Map so version 0.47 has been added as a required dependency to force automated testing so an automated build will need this dependency installed.
* various cleanup to existing code to fix warnings generated by perl versions 5.15.x and higher.
* Wed Dec 14 2011 cooloAATTsuse.com- fix license to be in spdx.org format
* Fri Nov 18 2011 cooloAATTsuse.com- use original tar.gz
* Wed Apr 13 2011 vcizekAATTnovell.com- corrected license to BSD and (GPL+ or Artistic)
* Wed Apr 13 2011 vcizekAATTnovell.com- update to 2.4.9 General Notes:
* Fixes a couple of surprise bugs that were discovered immediately with the PDL-2.4.8 release. Highlights:
* Fix sf.net bug #3267408 \"t/slice.t crashes in tests 68-70 for BSD\"
* Fix sf.net bug #3190227 \"PDL build fails with parallel GNU make -j3 -j3\"
* Fixed various tempfile name generation problems by switching to File::Temp instead of hand rolled solutions. This is the recommended approach going forward.
* Force Convert::UU usage for BSD to work around a t/dumper.t failure on MirBSD.
* Fri Apr 01 2011 vcizekAATTnovell.com- update to 2.4.8 - many bugs fixed New Features or Functionality:
* New PDL::Constants module providing PI and E (so far)
* Inplace support added for PDL::Complex operations
* pdldoc and the pdl2/perldl help commands now print all matches by default when multiple matches are found.
* readflex/writeflex/mapflex now support reading and writing piddles with bad values in them. This was sf.net feature request #3028127, \"add badvalue support to FlexRaw\".
* writeflex now supports automatically calling the writeflexhdr() routine if you have set the variable $PDL::FlexRaw::writeflexhdr to a true value and are writing to a file given by filename as argument.
* Updated the error handling for GSL::INTERP to match other GSL module usages.
* Applied sf.net patch #3209075 IO::HDF square sds
* New binary blob support in PDL::IO::GD::OO
* Sun Jan 23 2011 cooloAATTnovell.com- fix build on 11.4 and ran spec-cleaner
* Mon Nov 29 2010 cooloAATTnovell.com- remove /var/adm/perl-modules
* Fri Aug 20 2010 anickaAATTsuse.cz- update to 2.4.7
* New 2-D image display routine: imag2d()
* pdl() constructor, a.k.a. PDL->new(), now takes string arguments with either MATLAB type concatenation syntax or PDL print output (for easier cut-and-paste from PDL shell sessions).
* Improved text and comma separated value file input via rcols(): faster and more flexible.
* A new PDL shell based on Devel::REPL (i.e., Moose technology). The new shell supports more perl syntax (lexical variables and packages), is more extensible (via a system of plugins), and supports many forms of file and variable completion. Install Devel::REPL and give it a try! User feedback welcome.
* More portability (builds on more platforms with more features than ever).
* Many bugs fixed...
* Tue Apr 20 2010 davejplaterAATTgmail.com- Changed build dependency from fftw to fftw3
* Tue Apr 06 2010 cooloAATTnovell.com- disable parallel build to avoid random failures we saw
* Fri Feb 26 2010 anickaAATTsuse.cz- update to 2.4.6
* bugfixes, test fixes
* Sun Jan 10 2010 jengelhAATTmedozas.de- enable parallel build
* Sun Nov 29 2009 crrodriguezAATTopensuse.org- fix build
* Fri May 22 2009 anickaAATTsuse.cz- add the strncat patch
* Tue May 19 2009 anickaAATTsuse.cz- call strncat correctly
* Fri Feb 27 2009 anickaAATTsuse.cz- update to 2.4.4
* bugfixes
* Mon Mar 03 2008 anickaAATTsuse.cz- workaround problem with incompatible random generators- disable xvals.t (upstream bugzilla #1744014)- fix undefined operation in pp_def
* Fri Mar 30 2007 ajAATTsuse.de- Cleanup buildrequires.
* Thu Feb 15 2007 anickaAATTsuse.cz- fix build (call Doc/scantree.pl with right path in %install)
* Wed Dec 13 2006 anickaAATTsuse.cz- fix invalid operation in IIS.xs
* Wed Sep 13 2006 anickaAATTsuse.cz- update to 2.4.3
* Modified gsl_interp.pd and gsl_random.pd to pass pointers as IVs (removed our patches fixing the same problem)
* bugfixes, documentation added
* Modified PDL::GSL::INTEG to enable the calculation of nested integrals
* Fri Aug 18 2006 anosekAATTsuse.cz- disable opengl test, does not work with Xvfb server
* Mon Mar 27 2006 mlsAATTsuse.de- fix qsortvec for platforms with unsigned char
* Tue Jan 31 2006 mlsAATTsuse.de- workaround makefile problem with perl-5.8.8- disable flexraw test, does not work with gfortran
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Mon Aug 01 2005 mjancarAATTsuse.cz- update to 2.4.2- fix implicit prototypes
* Mon Feb 14 2005 schwabAATTsuse.de- Fix invalid casts.
* Mon Feb 14 2005 schwabAATTsuse.de- Fix missing declarations.
* Wed May 12 2004 mjancarAATTsuse.cz- genereate documentation database (#38504)
* Tue Apr 27 2004 mjancarAATTsuse.cz- mark void functions as such- disable tests that fail on certain architectures
* Sat Apr 24 2004 sndirschAATTsuse.de- use xorg-x11 packages
* Thu Apr 01 2004 mlsAATTsuse.de- ppc64 also has 64bit
* Wed Mar 31 2004 mlsAATTsuse.de- fix gsl interp on 64bit platforms
* Wed Mar 31 2004 mlsAATTsuse.de- fix range operator for 64bit platforms
* Tue Mar 02 2004 mjancarAATTsuse.cz- update to 2.4.1
* Sun Feb 22 2004 roAATTsuse.de- added libusb and resmgr to neededforbuild
* Sat Jan 10 2004 adrianAATTsuse.de- add %defattr
* Mon Jul 21 2003 mjancarAATTsuse.cz- adapt to perl-5.8.1- use %perl_process_packlist
* Thu Jun 26 2003 roAATTsuse.de- remove traces of buildroot in documentation (fix basedir for find command)
* Tue May 20 2003 mjancarAATTsuse.cz- remove unpackaged files
* Mon Mar 31 2003 roAATTsuse.de- use mesa-devel-packages in neededforbuild
* Thu Dec 05 2002 prehakAATTsuse.cz- updated to version 2.3.4- added freetype2 to neededforbuild- disabled slatec.t for sparc
* Mon Nov 11 2002 roAATTsuse.de- updated neededforbuild after xf86-rename
* Thu Oct 17 2002 prehakAATTsuse.cz- fixed for lib64 archs- disabled some tests for axp
* Sat Oct 12 2002 prehakAATTsuse.cz- used Xvfb to enable and pass t/opengl.t test
* Wed Sep 18 2002 prehakAATTsuse.cz- fixed callext.t test- rejected some specified tests, but enabled make test
* Mon Jul 29 2002 mlsAATTsuse.de- Fixed neededforbuild for perl-5.8.0
* Mon Jul 22 2002 prehakAATTsuse.cz- update to version 2.3.3- added Example directory and more to documentation
* Fri May 24 2002 roAATTsuse.de- use -fPIC when building shared object
* Sun Feb 03 2002 schwabAATTsuse.de- Add mesa, mesaglu and mesasoft to neededforbuild.- Fix race when polishing .packlist.- Fix for 64bit platforms.
* Wed Jan 16 2002 rvasiceAATTsuse.cz- update to version 2.3.2- spec file cleanup
* Tue Jun 26 2001 roAATTsuse.de- update to 2.2.1 ( to make it build )
* Wed May 09 2001 mfabianAATTsuse.de- bzip2 sources
* Tue Nov 14 2000 pblahaAATTsuse.cz- rename to perl-PDL
* Wed Aug 23 2000 bubnikvAATTsuse.cz- updated to 2.1.1
* Fri May 26 2000 bubnikvAATTsuse.cz- sorted
* Fri Mar 31 2000 bubnikvAATTsuse.cz- new version (2.004)- added buildroot
* Thu Jan 20 2000 roAATTsuse.de- use macro for mandir
* Tue Oct 19 1999 fehrAATTsuse.de- changed to new version 2.002
* Mon Sep 13 1999 bsAATTsuse.de- ran old prepare_spec on spec file to switch to new prepare_spec.
* Fri Apr 30 1999 roAATTsuse.de- fixed to build on alpha
* Wed Apr 14 1999 fehrAATTsuse.de- add version 2.0 of package to SuSE distribution