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:
Paul Howarth 2013-04-03 22:05:31 +01:00
parent 5fb949c4e9
commit 801f7d6686
2 changed files with 9 additions and 4 deletions

View File

@ -2,13 +2,13 @@
%global want_xs %(perl -e 'print (($] >= 5.013007) ? 0 : 1);')
Name: perl-Devel-GlobalDestruction
Version: 0.10
Version: 0.11
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/R/RI/RIBASUSHI/Devel-GlobalDestruction-%{version}.tar.gz
URL: http://search.cpan.org/dist/Devel-GlobalDestruction
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Devel-GlobalDestruction-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(ExtUtils::CBuilder) >= 0.27
@ -63,6 +63,11 @@ rm -rf %{buildroot}
%{_mandir}/man3/Devel::GlobalDestruction.3pm*
%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
- Update to 0.10 (#928262)
- Rewrite pure-perl implementation in terms of B::main_start (greatly

View File

@ -1 +1 @@
db9c54858c40f7cf20bab14093e32caf Devel-GlobalDestruction-0.10.tar.gz
f2f811fc3e8876aa3fa23d1d16dfb2bd Devel-GlobalDestruction-0.11.tar.gz