Update to 1.002000

- New upstream release 1.002000:
  - Use Module::Metadata - apparently it's closer to how Perl works than
    Module::Extract::VERSION
  - Use perl decimal style semantic versioning because of bugs in EUMM with
    vstring versions
  - Allow disabling of 'has_version'
  - Require at least 1 version
  - Allow for checking that a module is_strict
  - Fix some issues in the pod
- BR: perl(Module::Metadata) rather than perl(Module::Extract::VERSION)
- BR: perl(Test::Exception) and perl(Test::Requires) for test suite
- BR: perl(strict) and perl(warnings) for completeness
epel9
Paul Howarth 13 years ago
parent 6beed13af3
commit 0ba5460d2b

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: perl-Test-Version
Version: 1.0.0
Release: 3%{?dist}
Version: 1.002000
Release: 1%{?dist}
Summary: Check to see that versions in modules are sane
License: Artistic 2.0
Group: Development/Libraries
@ -18,20 +18,24 @@ BuildRequires: perl(ExtUtils::MakeMaker)
# ===================================================================
# Module requirements
# ===================================================================
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter)
BuildRequires: perl(File::Find::Rule::Perl)
BuildRequires: perl(Module::Extract::VERSION)
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More)
BuildRequires: perl(version) >= 0.86
BuildRequires: perl(warnings)
# ===================================================================
# Regular test suite requirements
# ===================================================================
BuildRequires: perl(Carp)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Requires)
BuildRequires: perl(Test::Tester)
# ===================================================================
# Author/Release test requirements
@ -96,6 +100,20 @@ rm -rf %{buildroot}
%{_mandir}/man3/Test::Version.3pm*
%changelog
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 1.002000-1
- Update to 1.002000:
- Use Module::Metadata - apparently it's closer to how Perl works than
Module::Extract::VERSION
- Use perl decimal style semantic versioning because of bugs in EUMM with
vstring versions
- Allow disabling of 'has_version'
- Require at least 1 version
- Allow for checking that a module is_strict
- Fix some issues in the pod
- BR: perl(Module::Metadata) rather than perl(Module::Extract::VERSION)
- BR: perl(Test::Exception) and perl(Test::Requires) for test suite
- BR: perl(strict) and perl(warnings) for completeness
* Thu Aug 11 2011 Paul Howarth <paul@city-fan.org> - 1.0.0-3
- Don't run the author/release tests when bootstrapping
- BR: perl(Test::DistManifest) unconditionally

@ -1 +1 @@
e7ae73bbaed646304c215c56908556b9 Test-Version-1.0.0.tar.gz
593a6a648596ef1acb7690331a2c8c69 Test-Version-1.002000.tar.gz

Loading…
Cancel
Save