Update to 0.06

- New upstream release 0.06:
  - Require Class::Load 0.20 in the code, not just the distro metadata
    (CPAN RT#80002)
  - Weird classes with either an ISA or VERSION constant would cause the XS to
    blow up badly (CPAN RT#79998)
  - Fixed some broken logic that lead to a segfault from the
    014-weird-constants.t test on some Perls (CPAN RT#80059)
- Bump perl(Class::Load) version requirement to 0.20
- Drop explicit requirement for perl(Class::Load), no longer needed
epel9
Paul Howarth 12 years ago
parent 43f5e95609
commit 917540e2fc

@ -2,8 +2,8 @@
#TODO: BR: Test::Pod::LinkCheck when available
Name: perl-Class-Load-XS
Version: 0.04
Release: 3%{?dist}
Version: 0.06
Release: 1%{?dist}
Summary: XS implementation of parts of Class::Load
Group: Development/Libraries
License: Artistic 2.0
@ -16,7 +16,7 @@ BuildRequires: perl(Module::Build)
# ===================================================================
# Module requirements
# ===================================================================
BuildRequires: perl(Class::Load) >= 0.15
BuildRequires: perl(Class::Load) >= 0.20
# ===================================================================
# Regular test suite requirements
# ===================================================================
@ -38,7 +38,6 @@ BuildRequires: perl(Test::Pod)
# Runtime requirements
# ===================================================================
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Class::Load) >= 0.15
%{?perl_default_filter}
@ -69,6 +68,17 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/Class::Load::XS.3pm*
%changelog
* Mon Oct 8 2012 Paul Howarth <paul@city-fan.org> - 0.06-1
- Update to 0.06:
- Require Class::Load 0.20 in the code, not just the distro metadata
(CPAN RT#80002)
- Weird classes with either an ISA or VERSION constant would cause the XS to
blow up badly (CPAN RT#79998)
- Fixed some broken logic that lead to a segfault from the
014-weird-constants.t test on some Perls (CPAN RT#80059)
- Bump perl(Class::Load) version requirement to 0.20
- Drop explicit requirement for perl(Class::Load), no longer needed
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.04-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
f805304cb330591651c443397c23e60a Class-Load-XS-0.04.tar.gz
a3e73647f84eb8bd26847c3dda78f0d3 Class-Load-XS-0.06.tar.gz

Loading…
Cancel
Save