[perl-Test-Version] Update to 1.002000

Paul Howarth pghmcfc at fedoraproject.org
Tue Jan 10 12:25:54 UTC 2012


commit 0ba5460d2b48b87637b8f58a4480d3091cd4801e
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Jan 10 12:24:55 2012 +0000

    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

 perl-Test-Version.spec |   26 ++++++++++++++++++++++----
 sources                |    2 +-
 2 files changed, 23 insertions(+), 5 deletions(-)
---
diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec
index 1072a9b..30f81e1 100644
--- a/perl-Test-Version.spec
+++ b/perl-Test-Version.spec
@@ -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 at 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 at city-fan.org> - 1.0.0-3
 - Don't run the author/release tests when bootstrapping
 - BR: perl(Test::DistManifest) unconditionally
diff --git a/sources b/sources
index f99d4ff..9a1ec2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7ae73bbaed646304c215c56908556b9  Test-Version-1.0.0.tar.gz
+593a6a648596ef1acb7690331a2c8c69  Test-Version-1.002000.tar.gz



More information about the perl-devel mailing list