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:
parent
5b001fd753
commit
a1a9158a9d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user