Commit Graph

27 Commits

Author SHA1 Message Date
Paul Howarth
e6c74ba6e5 Update to 0.430
- New upstream release 0.430
  - Fix failing installation in parallel make (GH#38)
  - Infrastructure improvements and tooling updates, lots of author tests with
    corresponding fixes added
  - Added slide and slideatatime functions
  - Documentation fixes (GH#21, GH#33, GH#34, CPAN RT#126029, CPAN RT#132043,
    CPAN RT#132940)
  - Bump List::MoreUtils::XS requirement to 0.430
- Use author-independent source URL
2020-10-21 16:51:09 +01:00
Paul Howarth
89573f085c Update to 0.428
- New upstream release 0.428
  - Fix GH#22 (Upgrading from LMU 0.416 to split XS/PP version will fail),
    this time hopefully the right way (CPAN RT#123310)
  - Fix GH#29 (pairwise() PP implementation add tail undefs if array sizes
    differ)
2017-12-12 09:53:04 +00:00
Paul Howarth
c164814e80 Update to 0.426
- New upstream release 0.426
  - Fix broken arrayify prototype
  - Revert removal of old List::MoreUtils::XS parts
  - Re-introduce Config::AutoConf (CPAN RT#122875)
  - Bump required version of List::MoreUtils::XS to 0.426, if XS is available
2017-10-13 10:43:19 +01:00
Paul Howarth
d95f19e5dc Update to 0.425
- New upstream release 0.425
  - Makefile.PL: modify PREREQ_PM instead of recommend dynamically
2017-09-07 09:52:53 +01:00
Paul Howarth
75fd744107 Update to 0.423
- New upstream release 0.423
  - Sync version with List::MoreUtils::XS
  - Add some new functions: qsort (XS only), binsert, bremove, listcmp,
    arrayify (CPAN RT#17230), samples (CPAN RT#77562), minmaxstr
    (CPAN RT#106401), lower_bound, upper_bound, equal_range, frequencies
    occurrences, mode (CPAN RT#91991), zip6 (CPAN RT#42921), reduce_0,
    reduce_1, reduce_u
  - Add examples for binsert/bremove (LMU::XS GH#1)
  - Improve tests
  - Make List::MoreUtils::XS independent from List::MoreUtils
  - Improve Makefile.PL regarding some build artifacts
  - Update tests to latest List::MoreUtils::XS
  - Recommend List::MoreUtils::XS 0.423
- BR:/R: LMU::XS ≥ 0.423 as there is no longer a bootstrapping issue
2017-08-22 16:06:17 +01:00
Paul Howarth
c2d5e634fa Update to 0.419
- New upstream release 0.419
  - Makefile.PL failed due to unescaped paths interpolated in regex pattern
    (CPAN RT#120799)
2017-04-07 11:01:32 +01:00
Paul Howarth
e820a986c8 Update to 0.418
- New upstream release 0.418
  - Divorce List::MoreUtils and List::MoreUtils::XS
  - Change license to Apache 2.0 to avoid code stealing without credits
  - Don't support Perl 5.6 out of the box any more
  - Fix CPAN RT#120235: uniq examples are incorrect
  - Remove things that will be never done from TODO list (GH#18)
  - Spelling fixes
- Package is now noarch
2017-03-30 15:17:55 +01:00
Paul Howarth
381ebe97ba Update to 0.416
- New upstream release 0.416
  - Change the way how the XS part is loaded as a result of CPAN RT#115808
  - Fix some spelling errors (CPAN RT#115807)
  - Requires XSLoader 0.22
- Package newly-shipped license files
- Drop now-redundant provides patch
2016-07-06 17:24:14 +01:00
Paul Howarth
4ba8c9b98d Update to 0.415
- New upstream release 0.415
  - Fix CPAN RT#75727: After's XS implementation call XSRETURN(-1) when it
    doesn't find an element
  - Fix CPAN RT#113117: XS's minmax() sometimes return undef (perl ≥ 5.20)
  - Explicit test for thesis in CPAN RT#110998: XS implementation of pairwise
    fails with memory allocation error when there are more return values than
    in original lists - thesis is proven wrong
  - Efficiency improvements
  - Improve some tests to get clearer reports
  - Distinguish between "Makefile.PL finds a .git directory" and
    "Makefile.PL runs in maintainer mode"
- Simplify find command using -delete
2016-05-02 11:38:41 +01:00
Paul Howarth
86ea2b1862 Update to 0.413
- New upstream release 0.413
  - Fix compiling in c++ mode (deprecated, but some people seem to require it)
    (CPAN RT#104690)
2015-06-13 20:40:00 +01:00
Paul Howarth
f94307e9cf Update to 0.412
- New upstream release 0.412
  - Move generation of test endpoints to author stage as requested per issue/#9
  - Add a rough guide for contributors
  - Fix CPAN RT#103251 to avoid removing bundled stuff by accident
  - Fix compilation errors under cl
2015-05-20 09:29:23 +01:00
Paul Howarth
1e6eceb735 Update to 0.410
- New upstream release 0.410
  - Fix CPAN RT#102885: uniq bug broke tied array
  - Fix issue/8: Macros introduced in dfd851147f cause problems with MSVC
  - Update ppport.h from 3.25 to 3.31
  - Fix multiple mg_get can break weird ties
  - Fix test run using PERL5OPT=d:Confess
  - Use base instead of parent, 'cause parent isn't bundled before 5.10.1
  - Update bundled bootstrap modules
    - Data::Tumbler to 0.010
    - Test::WriteVariants to 0.012
    - Config::AutoConf to 0.311
  - Fix spelling (and add stop-words for names etc. in author tests)
2015-03-30 15:49:43 +01:00
Paul Howarth
e92278af8e Update to 0.408
- New upstream release 0.408
  - Fix CPAN RT#102840: uniq broken for call-by-function-return
  - Fix CPAN RT#102853: hent_val accesses
  - Fix CPAN RT#102833: Compilation error with perl 5.21.7+
  - Fix regex for CPAN RT#44518 test
2015-03-18 16:00:35 +00:00
Paul Howarth
0f733a5a91 Update to 0.407
- New upstream release 0.407
  - Added one(), onlyidx(), onlyval() (CPAN RT#73134) and onlyres()
  - Improve XS maintainability
  - Document how uniq/distinct deal with undef (CPAN RT#49800)
  - Add bsearchidx to satisfy CPAN RT#63470
  - Add singleton to satisfy CPAN RT#94382
  - Fix CPAN RT#82039 - uniq changes the type of its arguments
  - Fix CPAN RT#44518 again
2015-03-18 09:47:22 +00:00
Paul Howarth
9b7a0e749e Update to 0.406
- New upstream release 0.406
  - Add new functions firstres and lastres in addition to firstidx, lastidx,
    firstval and lastval
  - Regenerate MANIFEST to bundle README.md
2015-03-04 08:42:50 +00:00
Paul Howarth
739758379a Update to 0.405
- New upstream release 0.405
  - Fix CPAN RT#78527 - first_val/last_val in documentation
  - Fix CPAN RT#102055 - ExtUtils::MakeMaker required version absurdly high
  - Fix compiler issue for older/ansi-c89 compilers
  - Remove local compat workarounds in favour for ppport.h
2015-02-15 10:35:02 +00:00
Paul Howarth
443b6edffa Update to 0.404
- New upstream release 0.404
  - Fix ancient toolchains (PREREQ_PM & Co. set appropriately)
  - Bump version required of Test::More to 0.96 (#toolchain calls it a "sane
    subset")
  - Fix some meta-data #toolchain pointed out
2015-01-29 10:30:37 +00:00
Paul Howarth
76868aa4f4 Update to 0.403
- New upstream release 0.403
  - Remove most recent stable perl recommendation from meta to work around
    misbehaving CPAN clients blocking update
  - Update copyright date
  - Ensure AUTHOR is a string on older toolchains
2015-01-27 15:51:09 +00:00
Paul Howarth
95778ffe57 Update to 0.402
- New upstream release 0.402
  (significant and slightly incompatible update - see Changes)
- This release by REHSACK → update source URL
- Classify buildreqs by usage
- Modernize spec as this isn't going to anywhere older than F-22
2015-01-07 16:50:44 +00:00
Paul Howarth
4ed7cee992 Update to 0.33
- New upstream release 0.33
  - Updated can_xs to fix a bug in it
- Reinstate compatibility with old distributions like EL-5
- Drop Test::More version requirement to 0.42
- BR: perl(ExtUtils::MakeMaker)
- BR: perl(Pod::Simple), perl(Test::CPAN::Meta), perl(Test::MinimumVersion)
  (if we're not bootstrapping) and perl(Test::Pod), and run the developer tests
  too
- BR: perl(Test::LeakTrace) except on EL-4/EL-5 where it's not available
- Don't use macros for commands
- Use %{_fixperms} macro rather than our own chmod incantation
- Make %files list more specific
- Use tabs
2012-01-24 16:42:05 +00:00
Iain Arnell
f42d07a28a update to 0.32 2011-07-02 10:40:36 +02:00
Iain Arnell
2e0dc0e31c update to 0.30 2011-01-03 17:50:06 +01:00
Jose Pedro Oliveira
d7d0e51316 Update to 0.22. 2006-07-03 17:11:21 +00:00
Jose Pedro Oliveira
7ab51f9ce6 Update to 0.21. 2006-06-19 14:11:30 +00:00
Jose Pedro Oliveira
9766daf387 Update to 0.20. 2006-06-10 20:25:24 +00:00
Jose Pedro Oliveira
be83a7b471 auto-import perl-List-MoreUtils-0.19-1 on branch devel from
perl-List-MoreUtils-0.19-1.src.rpm
2006-04-23 13:45:00 +00:00
Jose Pedro Oliveira
3c726afaee Setup of module perl-List-MoreUtils 2006-04-23 13:44:26 +00:00