summaryrefslogtreecommitdiff
path: root/databases/p5-Fsdb
AgeCommit message (Collapse)AuthorFilesLines
2016-12-11Update to 2.62wen2-8/+7
No upstream changelog found.
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-16Update to 2.58wen2-8/+7
Upstream changes: 2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate, dbmapreduce, and new sqlselect_to_db ENHANCEMENT dbcolcreate now has a "--no-recreate-fatal" that causes it to ignore creation of existing columns (instead of failing). ENHANCEMENT dbmapreduce once again is robust to reducers that output the key; "--no-prepend-key" is no longer mandatory. ENHANCEMENT dbcolsplittorows can now enumerate the output rows with "-E". BUG FIX dbcolmovingstats is more mathematically robust. Previously for some inputs and some platforms, floating point rounding could sometimes cause squareroots of negative numbers. NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select comment into fsdb format. INCOMPATIBLE CHANGE dbfilediff now outputs the second row when doing sloppy numeric comparisons, to better support test suites. 2.52, 2014-11-03 Fixing the test suite for line number changes. ENHANCEMENT Test suites changes to be robust to exact line numbers of failures, since different Perl releases fail on different lines. <https://bugzilla.redhat.com/show_bug.cgi?id=1158380> 2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce ENHANCEMENT The dbfilediff how supports a "--quiet" option. ENHANCEMENT Better documention of dbpipeline_filter. BUGFIX Added groff-base and perl-podlators to the Fedora package spec. Fixes <https://bugzilla.redhat.com/show_bug.cgi?id=1163149>. (Also in package 2.52-2.) BUGFIX An important stability improvement to dbmapreduce. It, plus dbmultistats, and dbcolstats now support controlled parallelism with the "--pararallelism=N" option. They default to run with the number of available CPUs. dbmapreduce also moderates its level of parallelism. Previously it would create reducers as needed, causing CPU thrashing if reducers ran much slower than data production. BUGFIX The combination of dbmapreduce with dbrowenumerate now works as it should. (The obscure bug was an interaction with dbcolcreate with non-multi-key reducers that output their own key. dbmapreduce has too many useful corner cases.) 2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my- platform BUGFIX Sigh, the test suite now has a test suite. Because, yes, I broke it, causing many incorrect failures at cpantesters. Now fixed. 2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more robust to different numeric precision ENHANCEMENT dbfilediff now can be extra quiet, as I continue to try to track down a numeric difference on FreeBSD AMD boxes. ENHANCEMENT dbcolmovingstats gave different test output (just reflecting rounding error) when stddev approaches zero. We now detect hand handle this case. See <https://rt.cpan.org/Public/Bug/Display.html?id=101220> and thanks to H. Merijn Brand for the bug report. BUG FIX Many, many spelling bugs found by H. Merijn Brand for the bug report. INCOMPATBLE CHANGE A number of programs had misspelled "separator" in "--fieldseparator" and "--columnseparator" options as "seperator". These are now correctly spelled. 2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign BUG FIX Internal argument parsing uses Getopt::Long, but mixed pass-through and <>. Bug reported by Petr Pisar at <https://bugzilla.redhat.com/show_bug.cgi?id=1188538>.a BUG FIX Added missing BuildRequires for "XML::Simple".
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-09-24Requires USE_TOOLS+=groff.jperkin1-2/+2
2014-08-17Fix dependency to be a proper pattern. Bad bad@.joerg1-2/+2
2014-08-16Update Fsdb to 2.50.bad2-51/+53
Too many changes to summarize here since the last update. For a complete list see: http://www.isi.edu/~johnh/SOFTWARE/FSDB/perl-Fsdb-2.50_README.html
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-15Replace /usr/bin/perl everywhere. Bump PKGREVISION for thosewiz1-1/+61
building without PKG_DEVELOPER set.
2012-10-07Update Jdb to p5-Fsdb 2.26. Jdb was renamed to Fsdb with version 2.12.bad3-0/+51
FSDB is package of commands for manipulating flat-ASCII databases from shell scripts. FSDB is useful to process medium amounts of data (with very little data you'd do it by hand, with megabytes you might want a real database).