Update to 0.06

- New upstream release 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
This commit is contained in:
Paul Howarth 2012-06-14 10:28:17 +01:00
parent 5b001fd753
commit a1a9158a9d
2 changed files with 10 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.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 <paul@city-fan.org> - 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 <ppisar@redhat.com> - 0.05-2
- Perl 5.16 rebuild

View File

@ -1 +1 @@
e99ef189e9f85549e42c32b5168f7f47 Devel-GlobalDestruction-0.05.tar.gz
2361937591943a5e5932233f03b57ec1 Devel-GlobalDestruction-0.06.tar.gz