Commit Graph

83 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
Fedora Release Engineering
b95bbf7d91 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-28 16:43:18 +00:00
Jitka Plesnikova
ba31d83a19 Perl 5.32 rebuild 2020-06-23 12:05:34 +02:00
Fedora Release Engineering
55da8864b0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 01:40:26 +00:00
Fedora Release Engineering
3e67f432df - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 04:14:28 +00:00
Jitka Plesnikova
c8fe84d951 Perl 5.30 rebuild 2019-05-31 16:02:50 +02:00
Fedora Release Engineering
fdf00dd876 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-01 21:50:41 +00:00
Fedora Release Engineering
3899be5327 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 18:12:52 +00:00
Jitka Plesnikova
271a914d6a Perl 5.28 rebuild 2018-06-29 06:33:38 +02:00
Petr Písař
d7d72fb485 cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:59:19 +02:00
Fedora Release Engineering
0d7df15f41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-08 22:24:04 +00: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
Fedora Release Engineering
9a56821488 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 04:41:09 +00:00
Petr Písař
0677e912c9 perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 15:15:19 +02:00
Jitka Plesnikova
5c60d811a4 Perl 5.26 rebuild 2017-06-05 14:25:54 +02: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
Fedora Release Engineering
45d72a8023 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 03:52:50 +00: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
Petr Písař
30878593bc Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:19:56 +02:00
Jitka Plesnikova
d5e09c78a1 Perl 5.24 rebuild 2016-05-16 00:33:56 +02: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
Fedora Release Engineering
7dc65f2c4e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 14:23:08 +00:00
Dennis Gilmore
bce6d10249 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 04:08:17 +00: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
Jitka Plesnikova
364b6f3ab8 Perl 5.22 rebuild 2015-06-06 11:07:33 +02: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
Jitka Plesnikova
136be574a9 Perl 5.20 re-rebuild of bootstrapped packages 2014-09-08 22:20:18 +02:00
Jitka Plesnikova
94dcd92b94 Perl 5.20 rebuild 2014-08-29 10:10:08 +02:00
Peter Robinson
cc3ff895c5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 16:47:16 +00:00
Dennis Gilmore
7de0bccb41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 01:19:33 -05:00
Jitka Plesnikova
897cb40d87 Perl 5.18 re-rebuild of bootstrapped packages 2013-08-14 17:47:29 +02:00
Dennis Gilmore
c738f03fe2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 17:45:00 -05:00
Petr Písař
9f8e866f10 Perl 5.18 rebuild 2013-07-26 08:14:54 +02:00
Dennis Gilmore
cdf5b84336 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 07:18:50 -06:00
Paul Howarth
d8d9392c5a Spec clean-up
- BR:/R: perl(Carp)
- BR: perl(constant), perl(Exporter) and perl(ExtUtils::CBuilder)
- Add commentary regarding non-use of Test::LeakTrace for EL-7 builds
- Use Test::LeakTrace for EL-5 builds
- Drop support for EL-4 builds since it was EOL-ed ages ago
- Drop %defattr, redundant since rpm 4.4
- Don't need to remove empty directories from the buildroot
- Remove more command macros
2012-10-17 14:58:30 +01:00
Petr Písař
35a6c3e82c Do not build-require Test::LeakTrace on RHEL 7 2012-10-15 12:38:38 +02:00
Tom Callaway
c15d9e1680 add epel provides glue 2012-07-27 13:52:27 -04:00
Dennis Gilmore
4629f28039 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 11:38:32 -05:00