Update to 0.11
- New upstream release 0.11 - Fix upgrading from version 0.09 or older - This release by HAARG -> update source URL
This commit is contained in:
parent
5fb949c4e9
commit
801f7d6686
@ -2,13 +2,13 @@
|
|||||||
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
|
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
|
||||||
|
|
||||||
Name: perl-Devel-GlobalDestruction
|
Name: perl-Devel-GlobalDestruction
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
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/R/RI/RIBASUSHI/Devel-GlobalDestruction-%{version}.tar.gz
|
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
|
||||||
@ -63,6 +63,11 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 3 2013 Paul Howarth <paul@city-fan.org> - 0.11-1
|
||||||
|
- Update to 0.11
|
||||||
|
- Fix upgrading from version 0.09 or older
|
||||||
|
- This release by HAARG -> update source URL
|
||||||
|
|
||||||
* Wed Mar 27 2013 Paul Howarth <paul@city-fan.org> - 0.10-1
|
* Wed Mar 27 2013 Paul Howarth <paul@city-fan.org> - 0.10-1
|
||||||
- Update to 0.10 (#928262)
|
- Update to 0.10 (#928262)
|
||||||
- Rewrite pure-perl implementation in terms of B::main_start (greatly
|
- Rewrite pure-perl implementation in terms of B::main_start (greatly
|
||||||
|
Loading…
Reference in New Issue
Block a user