to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Pkgsrc changes:
- Adjust dependencies.
- Change PERL5_MODULE_TYPE to MakeMaker.
Upstream changes:
0.57 January 24 2010
! Added fix for reading formatted data from Excel 4 files.
! Added example programs, a_simple_parser.pl and
display_text_table.pl.
! Removed Build.PL from README. Thanks Ed Avis.
https://rt.cpan.org/Ticket/Display.html?id=52670
0.56 November 9 2009
+ Added error() and error_code() error handling routines.
This allows encrypted files to be ignored.
Added t/10_error_codes.t for the above methods.
http://rt.cpan.org/Public/Bug/Display.html?id=51033http://rt.cpan.org/Public/Bug/Display.html?id=47978
! Made version 0.19 of OLE::Storage_Lite a prerequisite to avoid
issues when writing OLE header in SaveParser.
Upstream changes:
0.54 August 25 2009
! Fix for height/width of hidden rows/columns with additional.
tests in 05_regression.t. Thanks to Greger Leijonhufvud.
http://rt.cpan.org/Public/Bug/Display.html?id=48450
! Fix for mal-formed Print_Title Name block.
Reported by Marc Elser.
0.53 August 24 2009
+ Made perl 5.8.0 a requirement for proper Unicode handling.
! Fixed minor int2col() bug thanks to David Black.
Added 28_int2col.t test for above.
http://rt.cpan.org/Public/Bug/Display.html?id=48967
+ Refactored Workbook API and docs.
Upstream changes:
0.52 August 21 2009
+ Added new FmtJapan module and tests written by Goro Fuji.
! Fixed bug in ExcelFmt() date handling where conversion to weekday
and month names wasn't handled correctly.
Add extra tests to 21_number_format_user.t for above.
! Fixed bug when checking $Config{useperlio}.
Reported by kbates and H.Merijn Brand.
http://rt.cpan.org/Public/Bug/Display.html?id=28861
! Fixed bug where CellHandler variables weren't scoped to package.
Reported be pomoxp.
http://rt.cpan.org/Public/Bug/Display.html?id=43250
+ Added tests for ExcelLocaltime() and LocaltimeExcel().
26_localtime2excel.t and 27_localtime2excel.t.
+ Refactored SaveParser docs. Work still ongoing.
pkgsrc changes:
- Adding license (perl5 license)
Upstream changes:
0.51 19 August 2009
! Added fix for incorrectly skipped charts. Thanks Guntram Blohm.
https://rt.cpan.org/Ticket/Display.html?id=44009
! Added fix for locale [$-ddd] strings in number formats.
Reported by Jeff Mitchell.
https://rt.cpan.org/Ticket/Display.html?id=43638
! Added fix for multiple dots in number formats.
Thanks to Father Chrysostomos.
http://rt.cpan.org/Public/Bug/Display.html?id=45502
! Added fix to make half way rounding behave like Excel.
Thanks to Joshua Megerman.
http://rt.cpan.org/Public/Bug/Display.html?id=45626
! Added checks for valid dates in Utility::ExcelFmt.
Reported by Alan James.
http://rt.cpan.org/Public/Bug/Display.html?id=48831
0.50 18 August 2009
+ Refactored Worksheet interface and documentation.
Added 04_regression.t and 05_regression.t to test above changes.
! Fixed column units conversion.
Added 24_row_col_sizes.t for above change.
! Fixed RK number conversion. The existing code was the source of several
RT bugs and portability issues. Added 25_decode_rk_numbers.t testcase.
Pkgsrc changes:
o Adjust dependencies to fit requirements
Upstream changes:
0.44 8 January 2009
! Fix for OpenOffice.org GENERAL format.
http://rt.cpan.org/Public/Bug/Display.html?id=7206
Thanks to Niko Tyni and the Debian Perl team
+ Perltidyed source and added standard headers and Pod sections
to all modules.
0.43 7 January 2009
+ Restructured and rewrote the main documentation. This is the start of
a general refactoring. If you would like to keep up to date with it
keep an eye on the Spreadsheet::ParseExcel Google Group.
http://groups.google.com/group/spreadsheet-parseexcel
+ Added worksheets() Workbook method to iterate over the Worksheet objects.
+ Added unformatted() method to get a Cell's unformatted value.
+ Renamed public methods RowRange(), ColRange() and Cell() to row_range(),
col_range() and get_cell(). Old methods are still available.
! Turned on compatibility_mode() by default in SaveParser to avoid SP3
problems.
! Fixed minor SaveParser bug with font rotation.
http://rt.cpan.org/Public/Bug/Display.html?id=41626
Pkgsrc changes:
o Update to use Module::Build
o Adjust MASTER_SITES, dist not present in common directory
(reported upstream)
Upstream changes:
0.41 24 October 2008
+ Changed maintainership to John McNamara.
! Fixed bug when parsing RK numbers (generally ints or small floats).
http://rt.cpan.org/Public/Bug/Display.html?id=39892
! Changed margin units to inches to (cleanly) avoid undef warning in
SaveParser.
0.33 2008.09.07
- Default format for formatted dates changed from 'm-d-yy' to 'yyyy-mm-dd'
- Numeric fields with date-formats now promote to Date
- Added docs about date type 14 problem
- skip another test when prereq is missing
- split Spreadsheet::ParseExcel::SaveParser into packages
- split Spreadsheet::ParseExcel into packages
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
Based on patch provided by Mark E. Perkins in PR 36465.
0.32 2007.05.05
- Remove the memory_leak test as well as it still fails.
0.31 2007.05.03
- Require IO::Scalar always as OLE::Storage_Lite needs it but does not prereq it
- disable some of the tests that don't yet work on 64 bit due to number precision
in order to allow automatic installation
0.30 2007.03.31
- add some more tests
- add test to see memory leak using Proc::ProcessTable
- Start using Scalar::Util qw(weaken) to (hopefully) avoid memory leak
- It seems we did not check correctly if PERLIO is available in Makefile.PL
now it is the same test we do in the code itself.
- Flag1904 renamed to Flg1904 in documentation (Chad) RT #24293
0.29 2007.03.30
- clean up basic.t to skip tests that need additional and missing module
- No more need for IO::Scalar if PERLIO is available (H.Merijn Brand)
0.28 Wed Jan 7, 2007
- Documentation update
- Add t/parse.t
- Add sample/parse.pl
- fix some syntax errors in the sub-modules
0.27 Wed Jan 3, 2007
- See changes in the 0.27_XX versions
0.27_03 Thu Nov 2, 2006
- Officially receive maintainership (Gabor Szabo)
- slight code cleanup
- more sample test
0.27_02
- Fixing another warning:
Character in 'c' format wrapped in pack
http://rt.cpan.org/Ticket/Display.html?id=18063
(Grant Stevens)
- More test, enable use of Devel::Cover
0.27_01 Mon Sep 11, 2006
- Moving test.pl to t/ and using Test::More
- Add tests running (some of the) sample files
- Add 'use warnings', remove prototypes
- Fix the warning in Spreadsheet::ParseExcel::FmtDefault
Character in "C" format wrapped at .../Spreadsheet/ParseExcel/FmtDefault.pm line 68.
http://rt.cpan.org/Public/Bug/Display.html?id=7376
(Slaven ReziÄ?and others)
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
0.2603 Mon May 30, 2004
- Mod SaveParser : Apply a path from Eduardo J
adding Protect feature
(Thank you, Eduardo J for patch)
- Mod ParseExcel : Apply a path from C. Jon Larsen
adding GetContent
(Thank you, C. Jon Larsen)
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.