From 92ad27ed31296b3644e2fb6ab7d96f3900edd60c Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Wed, 6 May 2015 10:40:36 +0100 Subject: [PATCH] Update to 1.05 - New upstream release 1.05 - New maintainer (PLICEASE) updated meta - Retained six-digit version number for rpm to maintain upgrade path, until upstream reaches version 2 anyway --- perl-Test-Version.spec | 20 ++++++++++++++------ sources | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/perl-Test-Version.spec b/perl-Test-Version.spec index c930ed1..22c6c65 100644 --- a/perl-Test-Version.spec +++ b/perl-Test-Version.spec @@ -1,14 +1,17 @@ # noarch, but to avoid debug* files interfering with manifest test: %global debug_package %{nil} +# Had a six-digit version in a previous life +%global cpan_version 1.05 +%global rpm_version 1.050000 + Name: perl-Test-Version -Version: 1.004001 +Version: %{rpm_version} Release: 1%{?dist} Summary: Check to see that versions in modules are sane License: Artistic 2.0 -Group: Development/Libraries URL: http://search.cpan.org/dist/Test-Version/ -Source0: http://search.cpan.org/CPAN/authors/id/X/XE/XENO/Test-Version-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PL/PLICEASE/Test-Version-%{cpan_version}.tar.gz BuildArch: noarch # =================================================================== # Module build requirements @@ -48,7 +51,6 @@ BuildRequires: perl(Test::Tester) BuildRequires: perl(English) BuildRequires: perl(Pod::Coverage::TrustPod) BuildRequires: perl(Test::CPAN::Changes) >= 0.19 -BuildRequires: perl(Test::CPAN::Meta::JSON) BuildRequires: perl(Test::DistManifest) BuildRequires: perl(Test::EOL) BuildRequires: perl(Test::MinimumVersion) @@ -69,7 +71,7 @@ This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane. %prep -%setup -q -n Test-Version-%{version} +%setup -q -n Test-Version-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor @@ -90,9 +92,15 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))" %license LICENSE %doc Changes CONTRIBUTING README %{perl_vendorlib}/Test/ -%{_mandir}/man3/Test::Version.3pm* +%{_mandir}/man3/Test::Version.3* %changelog +* Wed May 6 2015 Paul Howarth - 1.050000-1 +- Update to 1.05 + - New maintainer (PLICEASE) updated meta +- Retained six-digit version number for rpm to maintain upgrade path, until + upstream reaches version 2 anyway + * Tue Oct 21 2014 Paul Howarth - 1.004001-1 - Update to 1.004001 - Improved consistent check diagnostics (GH#11) diff --git a/sources b/sources index 3d78ba4..0c835f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -539cf46f84d54f670bff8710ce072ed2 Test-Version-1.004001.tar.gz +5dbfd5ace4ef158e45f6754a2772fa8a Test-Version-1.05.tar.gz