Commit Graph

44 Commits

Author SHA1 Message Date
Fedora Release Engineering cab872a76f - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-13 20:58:27 +00:00
Jitka Plesnikova 5e39aa5fb9 Perl 5.28 re-rebuild of bootstrapped packages 2018-07-01 08:52:51 +02:00
Jitka Plesnikova 34792744fc Perl 5.28 rebuild 2018-06-27 20:27:49 +02:00
Petr Písař 8ec18f127c cpan.org addresses moved to MetaCPAN <https://fedoraproject.org/wiki/Changes/Perl_Move_to_MetaCPAN> 2018-06-04 14:24:03 +02:00
Fedora Release Engineering 62abad3523 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 02:41:17 +00:00
Paul Howarth d2f7c0f687 Update to 0.38
- New upstream release 0.38
  - Fix compatibility with CV-in-stash optimization (CPAN RT#123374)
- Drop legacy Group: tag
2017-11-06 13:41:13 +00:00
Fedora Release Engineering c7524796b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 05:50:05 +00:00
Fedora Release Engineering b8f4cc2cf4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 07:13:07 +00:00
Petr Písař f3552f6aac perl dependency renamed to perl-interpreter <https://fedoraproject.org/wiki/Changes/perl_Package_to_Install_Core_Modules> 2017-07-12 15:14:38 +02:00
Jitka Plesnikova a7baa809d3 Perl 5.26 re-rebuild of bootstrapped packages 2017-06-07 16:28:45 +02:00
Jitka Plesnikova 3e0a8b6bd5 Perl 5.26 rebuild 2017-06-04 15:45:18 +02:00
Fedora Release Engineering d74e628de8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 06:12:53 +00:00
Paul Howarth 650b0e5a5b Update to 0.37
- New upstream release 0.37
  - A large chunk of boilerplate XS code, which is also used in other XS
    modules, has been factored out of the main .xs file to a collection of .h
    files in the xsh subdirectory
  - Fixed intermittent segfaults with heredocs (CPAN RT#115392)
2016-07-12 20:00:05 +01:00
Petr Písař 5aa06c5998 Mandatory Perl build-requires added <https://fedoraproject.org/wiki/Changes/Build_Root_Without_Perl> 2016-06-24 09:26:55 +02:00
Jitka Plesnikova e433560ad9 Perl 5.24 re-rebuild of bootstrapped packages 2016-05-18 19:12:32 +02:00
Jitka Plesnikova 380833ed47 Perl 5.24 rebuild 2016-05-14 22:20:01 +02:00
Paul Howarth 72fc78be00 Fix FTBFS due to missing buildreq perl-devel
Also, simplify find commands using -empty and -delete
2016-04-21 10:33:11 +01:00
Fedora Release Engineering 2a7570f9ab - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 16:48:18 +00:00
Paul Howarth da82a8ac77 Update to 0.36
- New upstream release 0.36
  - Fix CPAN RT#104312: no indirect 'fatal' will no longer hide compilation
    errors occurring before indirect constructs
2015-07-18 17:45:16 +01:00
Dennis Gilmore 7aaf5651e8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-18 13:43:21 +00:00
Jitka Plesnikova 89a361e7e7 Perl 5.22 re-rebuild of bootstrapped packages 2015-06-10 15:15:52 +02:00
Jitka Plesnikova 63215e3f67 Perl 5.22 rebuild 2015-06-03 14:39:11 +02:00
Paul Howarth 945beec284 Update to 0.35
- New upstream release 0.35
  - The module could end being disabled in one thread if it was first loaded in
    another thread and that thread was immediately terminated; this is now
    fixed and should address test failures of t/09-load-threads.t and
    t/42-threads-global.t
2015-04-08 11:23:46 +01:00
Paul Howarth 836c64c001 Update to 0.34
- New upstream release 0.34
  - The new environment variable to enable thread tests on older perls is
    PERL_FORCE_TEST_THREADS; note that this variable should only be turned on
    by authors
  - Add link in documentation to historical tchrist post (CPAN RT#100068)
  - Fix segfaults when the module is loaded by several threads (or Windows
    emulated processes) ran in parallel
  - Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker
    version 7.04
  - Be really compatible with the optional OP_PARENT feature
  - Test: $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which
    will address failures of t/41-threads-teardown.t and t/50-external.t with
    unusual compilers (like icc) that link all their compiled objects to their
    own libraries
2015-04-03 15:03:52 +01:00
Paul Howarth 5be538f942 Update to 0.33
- New upstream release 0.33
  - Fix false positives with Devel::Declare (CPAN RT#83806)
  - Fix false positive using ? : syntax (CPAN RT#83839)
  - Fix incorrect RT link in metadata (CPAN RT#84649)
  - no indirect in eval could trigger for direct calls on __PACKAGE__
    (CPAN RT#88428)
  - Author tests are no longer bundled with this distribution
  - Add support for the PERL_OP_PARENT optional feature introduced in
    perl 5.21.2
  - Fix tests that use run_perl(), which fail on Android (CPAN RT#92806)
  - indirect constructs will no longer segfault while inside the empty
    package on perl 5.8.x; this fix may also prevent some segfaults during
    global destruction
  - Stop breaking eval in an END block in Win32 pseudo-forks (CPAN RT#99083)
  - Fix segfaults during global destruction of a thread or a pseudo-fork
- Classify buildreqs by usage
- Make %files list more explicit
- Package samples directory as documentation
2014-11-12 15:14:39 +00:00
Jitka Plesnikova 4d9536c8fb Perl 5.20 re-rebuild of bootstrapped packages 2014-09-08 22:36:57 +02:00
Jitka Plesnikova 0ff50754e2 Perl 5.20 rebuild 2014-08-29 15:31:53 +02:00
Peter Robinson e0c0691dbf - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-17 18:06:47 +00:00
Dennis Gilmore c4e641788b - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-07 07:52:24 -05:00
Paul Howarth fc93f403d2 Build for epel7 bootstrap done 2014-02-04 09:28:55 +00:00
Paul Howarth 09f30640ae Don't pull in Devel::CallParser when bootstrapping
Devel::CallParser and indirect use each other in their test suites
so one of them needs tweaking for bootstrapping purposes.

We are currently bootstrapping epel7.
2014-01-31 16:25:27 +00:00
Petr Písař b6b425b5b0 Perl 5.18 rebuild 2013-08-07 02:16:54 +02:00
Dennis Gilmore 1ba47c33d9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-03 21:15:10 -05:00
Iain Arnell b77201bbd2 update to 0.29 2013-03-08 08:15:01 -07:00
Iain Arnell 7dd007ecd0 update to 0.27 2013-02-15 08:12:36 -07:00
Dennis Gilmore 94b31301ff - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 10:30:03 -06:00
Dennis Gilmore 0ffa05a001 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-20 17:52:06 -05:00
Petr Písař 2181059a36 Perl 5.16 rebuild 2012-06-23 03:07:21 +02:00
Dennis Gilmore 734d38a8ec - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 18:11:28 -06:00
Iain Arnell 3bee72d924 update to 0.26 2011-11-06 12:05:36 +01:00
Iain Arnell 0e894253a0 update to 0.25 2011-08-28 10:44:10 +02:00
Iain Arnell eab63d9d74 remove unnecessary explicit BR on perl 2011-08-24 09:11:09 +02:00
Iain Arnell 46eec3c067 initial import (rhbz#730069) 2011-08-24 09:10:42 +02:00
Fedora Release Engineering 860df58363 Initial setup of the repo 2011-08-23 13:09:57 +00:00