@ -2,8 +2,8 @@
#TODO: BR: Test::Pod::LinkCheck when available
#TODO: BR: Test::Pod::LinkCheck when available
Name: perl-Class-Load-XS
Name: perl-Class-Load-XS
Version: 0.04
Version: 0.06
Release: 3 %{?dist}
Release: 1 %{?dist}
Summary: XS implementation of parts of Class::Load
Summary: XS implementation of parts of Class::Load
Group: Development/Libraries
Group: Development/Libraries
License: Artistic 2.0
License: Artistic 2.0
@ -16,7 +16,7 @@ BuildRequires: perl(Module::Build)
# ===================================================================
# ===================================================================
# Module requirements
# Module requirements
# ===================================================================
# ===================================================================
BuildRequires: perl(Class::Load) >= 0.15
BuildRequires: perl(Class::Load) >= 0.20
# ===================================================================
# ===================================================================
# Regular test suite requirements
# Regular test suite requirements
# ===================================================================
# ===================================================================
@ -38,7 +38,6 @@ BuildRequires: perl(Test::Pod)
# Runtime requirements
# Runtime requirements
# ===================================================================
# ===================================================================
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Class::Load) >= 0.15
%{?perl_default_filter}
%{?perl_default_filter}
@ -69,6 +68,17 @@ RELEASE_TESTING=1 ./Build test
%{_mandir}/man3/Class::Load::XS.3pm*
%{_mandir}/man3/Class::Load::XS.3pm*
%changelog
%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
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild