diff --git a/perl-Devel-GlobalDestruction.spec b/perl-Devel-GlobalDestruction.spec index 0bb4a31..d9125c4 100644 --- a/perl-Devel-GlobalDestruction.spec +++ b/perl-Devel-GlobalDestruction.spec @@ -2,13 +2,13 @@ %global noarch_package %(perl -e 'print (($] >= 5.013007) ? 1 : 0);') Name: perl-Devel-GlobalDestruction -Version: 0.05 -Release: 2%{?dist} +Version: 0.06 +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/D/DO/DOY/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 @@ -67,6 +67,12 @@ rm -rf %{buildroot} %{_mandir}/man3/Devel::GlobalDestruction.3pm* %changelog +* Thu Jun 14 2012 Paul Howarth - 0.06-1 +- Update to 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 + * Wed Jun 13 2012 Petr Pisar - 0.05-2 - Perl 5.16 rebuild diff --git a/sources b/sources index c3f435c..6039298 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e99ef189e9f85549e42c32b5168f7f47 Devel-GlobalDestruction-0.05.tar.gz +2361937591943a5e5932233f03b57ec1 Devel-GlobalDestruction-0.06.tar.gz