ID | 52104 |
Package Name | perl-indirect |
Version | 0.38 |
Release | 4.0.riscv64.fc29 |
Epoch | |
Summary |
Description |
Built by | davidlt |
State |
complete
|
Volume |
DEFAULT |
Started | Mon, 16 Jul 2018 19:36:45 UTC |
Completed | Mon, 16 Jul 2018 19:46:58 UTC |
Task | build (f29-candidate, perl-indirect-0.38-4.0.riscv64.fc29.src.rpm) |
Tags |
|
RPMs |
src | |
|
perl-indirect-0.38-4.0.riscv64.fc29.src.rpm (info) (download) |
riscv64 |
|
perl-indirect-0.38-4.0.riscv64.fc29.riscv64.rpm (info) (download)
|
|
perl-indirect-debuginfo-0.38-4.0.riscv64.fc29.riscv64.rpm (info) (download)
|
|
perl-indirect-debugsource-0.38-4.0.riscv64.fc29.riscv64.rpm (info) (download)
|
|
Logs |
|
Changelog |
* Mon Jul 16 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.38-4.0.riscv64
- Perl 5.28 re-rebuild of bootstrapped packages (RISC-V)
* Sun Jul 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-4
- Perl 5.28 re-rebuild of bootstrapped packages
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.38-3
- Perl 5.28 rebuild
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.38-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Mon Nov 06 2017 Paul Howarth <paul@city-fan.org> - 0.38-1
- Update to 0.38
- Fix compatibility with CV-in-stash optimization (CPAN RT#123374)
- Drop legacy Group: tag
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-4
- Perl 5.26 re-rebuild of bootstrapped packages
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.37-3
- Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Tue Jul 12 2016 Paul Howarth <paul@city-fan.org> - 0.37-1
- Update to 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)
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-5
- Perl 5.24 re-rebuild of bootstrapped packages
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.36-4
- Perl 5.24 rebuild
* Thu Apr 21 2016 Paul Howarth <paul@city-fan.org> - 0.36-3
- Fix FTBFS due to missing buildreq perl-devel
- Simplify find commands using -empty and -delete
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Jul 18 2015 Paul Howarth <paul@city-fan.org> - 0.36-1
- Update to 0.36
- Fix CPAN RT#104312: no indirect 'fatal' will no longer hide compilation
errors occurring before indirect constructs
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.35-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.35-3
- Perl 5.22 re-rebuild of bootstrapped packages
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.35-2
- Perl 5.22 rebuild
* Wed Apr 08 2015 Paul Howarth <paul@city-fan.org> - 0.35-1
- Update to 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
* Fri Apr 03 2015 Paul Howarth <paul@city-fan.org> - 0.34-1
- Update to 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
* Wed Nov 12 2014 Paul Howarth <paul@city-fan.org> - 0.33-1
- Update to 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
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-9
- Perl 5.20 re-rebuild of bootstrapped packages
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-8
- Perl 5.20 rebuild
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue Feb 04 2014 Paul Howarth <paul@city-fan.org> - 0.29-5
- Build for epel7 bootstrap done
* Fri Jan 31 2014 Paul Howarth <paul@city-fan.org> - 0.29-4
- Don't pull in Devel::CallParser when bootstrapping
- Bootstrap epel7 build
* Wed Aug 07 2013 Petr Pisar <ppisar@redhat.com> - 0.29-3
- Perl 5.18 rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.29-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Mar 08 2013 Iain Arnell <iarnell@gmail.com> 0.29-1
- update to latest upstream version
* Fri Feb 15 2013 Iain Arnell <iarnell@gmail.com> 0.27-1
- update to latest upstream version
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jun 23 2012 Petr Pisar <ppisar@redhat.com> - 0.26-3
- Perl 5.16 rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Sun Nov 06 2011 Iain Arnell <iarnell@gmail.com> 0.26-1
- update to latest upstream version
* Sun Aug 28 2011 Iain Arnell <iarnell@gmail.com> 0.25-1
- update to latest upstream version
* Wed Aug 24 2011 Iain Arnell <iarnell@gmail.com> 0.24-2
- remove unnecessary explicit BR on perl
* Thu Aug 11 2011 Iain Arnell <iarnell@gmail.com> 0.24-1
- Specfile autogenerated by cpanspec 1.78.
|