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
This commit is contained in:
parent
3536643e4f
commit
b47242ecad
@ -2,8 +2,8 @@
|
||||
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
|
||||
|
||||
Name: perl-Devel-GlobalDestruction
|
||||
Version: 0.11
|
||||
Release: 3%{?dist}
|
||||
Version: 0.12
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Summary: Expose PL_dirty, the flag that marks global destruction
|
||||
@ -11,13 +11,21 @@ URL: http://search.cpan.org/dist/Devel-GlobalDestruction
|
||||
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl(B)
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001006
|
||||
BuildRequires: perl(FindBin)
|
||||
BuildRequires: perl(IPC::Open2)
|
||||
BuildRequires: perl(POSIX)
|
||||
BuildRequires: perl(Sub::Exporter::Progressive) >= 0.001011
|
||||
BuildRequires: perl(Text::ParseWords)
|
||||
BuildRequires: perl(strict)
|
||||
BuildRequires: perl(threads)
|
||||
BuildRequires: perl(threads::shared)
|
||||
BuildRequires: perl(warnings)
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||
Requires: perl(Carp)
|
||||
|
||||
@ -63,6 +71,14 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||
|
||||
%changelog
|
||||
* Fri Nov 1 2013 Paul Howarth <paul@city-fan.org> - 0.12-1
|
||||
- Update to 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
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user