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)
This commit is contained in:
Paul Howarth 2012-07-26 09:52:51 +01:00
parent 2c1a31e407
commit f7308a9b2b
2 changed files with 14 additions and 4 deletions

View File

@ -2,13 +2,13 @@
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
Name: perl-Devel-GlobalDestruction
Version: 0.06
Release: 3%{?dist}
Version: 0.07
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Expose PL_dirty, the flag that marks global destruction
Url: http://search.cpan.org/dist/Devel-GlobalDestruction
Source: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Devel-GlobalDestruction-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Devel-GlobalDestruction-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
%if %{noarch_package}
BuildArch: noarch
@ -18,7 +18,10 @@ BuildRequires: perl(XSLoader)
Requires: perl(XSLoader)
%endif
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Sub::Exporter)
BuildRequires: perl(threads)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Carp)
@ -67,6 +70,13 @@ rm -rf %{buildroot}
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
%changelog
* Thu Jul 26 2012 Paul Howarth <paul@city-fan.org> - 0.07-1
- Update to 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)
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.06-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
2361937591943a5e5932233f03b57ec1 Devel-GlobalDestruction-0.06.tar.gz
59667f28caa270f63b10f28d39e05797 Devel-GlobalDestruction-0.07.tar.gz