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
This commit is contained in:
Paul Howarth 2012-08-09 10:14:06 +01:00
parent 7df554d3f6
commit 2e8d642cd0
2 changed files with 9 additions and 3 deletions

View File

@ -2,13 +2,13 @@
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
Name: perl-Devel-GlobalDestruction
Version: 0.08
Version: 0.09
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/F/FL/FLORA/Devel-GlobalDestruction-%{version}.tar.gz
Source: http://search.cpan.org/CPAN/authors/id/R/RI/RIBASUSHI/Devel-GlobalDestruction-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
%if %{noarch_package}
BuildArch: noarch
@ -70,6 +70,12 @@ rm -rf %{buildroot}
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
%changelog
* Thu Aug 9 2012 Paul Howarth <paul@city-fan.org> - 0.09-1
- Update to 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
* Wed Aug 1 2012 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Switch to Sub::Exporter::Progressive

View File

@ -1 +1 @@
2db1c816bb2a5e64fcb47d0bc1c577a7 Devel-GlobalDestruction-0.08.tar.gz
97e52fdf2de2df1843a5d3d9fce725df Devel-GlobalDestruction-0.09.tar.gz