Commit Graph

15 Commits

Author SHA1 Message Date
Petr Písař
71c21e01b3 Reupload sources with SHA-512 2022-07-04 21:00:28 +02:00
Paul Howarth
14502c66eb Update to 0.14
- New upstream release 0.14
  - Stop relying on . being in @INC
  - Switch to ExtUtils::HasCompiler to detect presence of a compiler
- Classify buildreqs by usage
2016-11-01 10:36:06 +00:00
Paul Howarth
d7ca9e9574 Update to 0.13
- New upstream release 0.13
  - Include README
  - Include minimum perl version 5.6 in metadata
2014-08-18 15:33:07 +01:00
Paul Howarth
b47242ecad Update to 0.12
- New upstream release 0.12
  - Fix detection when loaded during global destruction by checking B::main_cv
    instead of B::main_start
  - Bump Sub::Exporter::Progressive dependency to fix loading in global
    destruction
- Specify all dependencies
2013-11-01 16:37:37 +00:00
Paul Howarth
801f7d6686 Update to 0.11
- New upstream release 0.11
  - Fix upgrading from version 0.09 or older
- This release by HAARG -> update source URL
2013-04-03 22:05:31 +01:00
Paul Howarth
5fb949c4e9 Update to 0.10 (#928262)
- New upstream release 0.10
  - Rewrite pure-perl implementation in terms of B::main_start (greatly
    simplifies code)
  - Fix pure-perl behavior under $^C (CPAN RT#78619)
  - Separate XS portion into a compiler-optional dependency
    Devel::GlobalDestruction::XS
- Bump perl(Sub::Exporter::Progressive) version requirement to 0.001006
- Package is always noarch now
- BR:/R: perl(Devel::GlobalDestruction::XS) with perl < 5.13.7
- BR: perl(threads::shared) for the test suite
2013-03-27 13:24:57 +00:00
Paul Howarth
2e8d642cd0 Update to 0.09
- New upstream release 0.09
  - Rewrite completely broken pure-perl GD detection under threads
  - Fix pure-perl implementation incorrectly reporting GD during END phase
- This release by RIBASUSHI -> update source URL
2012-08-09 10:14:06 +01:00
Paul Howarth
7df554d3f6 Update to 0.08
- New upstream release 0.08
  - Switch to Sub::Exporter::Progressive
- BR: perl(Sub::Exporter::Progressive) ≥ 0.001002 rather than plain
  perl(Sub::Exporter)
2012-08-01 16:44:38 +01:00
Paul Howarth
f7308a9b2b Update to 0.07
- New upstream release 0.07
  - Actually detect errors in pure-perl test
  - Add prototype to pure-perl pre-5.14 version
- This release by FLORA -> update source URL
- BR: perl(File::Spec), perl(File::Temp) and perl(threads)
2012-07-26 09:52:51 +01:00
Paul Howarth
a1a9158a9d Update to 0.06
- New upstream release 0.06
  - De-retardize XS-less behavior under SpeedyCGI
  - Test suite now works from within space-containing paths
- This release by RIBASUSHI -> update source URL
2012-06-14 10:28:17 +01:00
Paul Howarth
9928221010 Update to 0.05
- New upstream release 0.05
  - Add pure-perl implementation for situations where neither ${^GLOBAL_PHASE}
    nor XS are available
- This release by DOY -> update source URL
- BR: perl(XSLoader) only if we're doing an XS build, and in that case add a
  runtime dependency on it and BR: perl(ExtUtils::CBuilder) ≥ 0.27 too
- Add runtime dependency on perl(Carp)
- Drop %defattr, redundant since rpm 4.4
2012-04-27 11:38:02 +01:00
Paul Howarth
f8e941ed87 Update to 0.04
- New upstream release 0.04
  - To detect a perl with ${^GLOBAL_PHASE}, check for the feature itself
    instead of a specific perl version
  - Update the documentation to reflect the use of ${^GLOBAL_PHASE} if available
  - Stop depending on Scope::Guard for the tests
  - Upgrade ppport.h from version 3.13 to 3.19
- Drop no-longer-necessary buildreq perl(Scope::Guard)
- Use DESTDIR rather than PERL_INSTALL_ROOT
- BR: perl(XSLoader)
2012-01-13 12:02:40 +00:00
Paul Howarth
32c3b7af59 Update to 0.03
- New upstream release 0.03
  - Drop the XS code on perl versions recent enough to have ${^GLOBAL_PHASE}
    (5.13.7 onwards)
  - Require at least Perl 5.6
    - Use XSLoader without a fallback to DynaLoader
    - Use our instead of use vars
- This release by FLORA -> update source URL
- Package is noarch from perl 5.13.7
- Package Changes file
- Use %{?perl_default_filter}
2011-06-24 13:39:34 +01:00
Chris Weyl
66dc3f1d60 initial commit 2008-11-03 20:01:43 +00:00
Dennis Gilmore
1d6c3ad29e Setup of module perl-Devel-GlobalDestruction 2008-11-03 18:56:23 +00:00