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:
parent
7df554d3f6
commit
2e8d642cd0
@ -2,13 +2,13 @@
|
|||||||
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
|
%global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);')
|
||||||
|
|
||||||
Name: perl-Devel-GlobalDestruction
|
Name: perl-Devel-GlobalDestruction
|
||||||
Version: 0.08
|
Version: 0.09
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Expose PL_dirty, the flag that marks global destruction
|
Summary: Expose PL_dirty, the flag that marks global destruction
|
||||||
Url: http://search.cpan.org/dist/Devel-GlobalDestruction
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
%if %{noarch_package}
|
%if %{noarch_package}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -70,6 +70,12 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 1 2012 Paul Howarth <paul@city-fan.org> - 0.08-1
|
||||||
- Update to 0.08
|
- Update to 0.08
|
||||||
- Switch to Sub::Exporter::Progressive
|
- Switch to Sub::Exporter::Progressive
|
||||||
|
Loading…
Reference in New Issue
Block a user