Compare commits

...

No commits in common. "c8-stream-5.24" and "c8-stream-5.26" have entirely different histories.

3 changed files with 24 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Test-Version-2.05.tar.gz
SOURCES/Test-Version-2.07.tar.gz

View File

@ -1 +1 @@
bce80a914a22efbb562bffaad9a0ffbe81207748 SOURCES/Test-Version-2.05.tar.gz
c7a7de2db96066eb85d1a923091ac68590721076 SOURCES/Test-Version-2.07.tar.gz

View File

@ -2,8 +2,8 @@
%global debug_package %{nil}
Name: perl-Test-Version
Version: 2.05
Release: 2%{?dist}
Version: 2.07
Release: 1%{?dist}
Summary: Check to see that versions in modules are sane
License: Artistic 2.0
URL: http://search.cpan.org/dist/Test-Version/
@ -15,8 +15,8 @@ BuildArch: noarch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl-interpreter
BuildRequires: perl(ExtUtils::MakeMaker)
# ===================================================================
# Module requirements
@ -28,7 +28,7 @@ BuildRequires: perl(Module::Metadata) >= 1.000020
BuildRequires: perl(parent)
BuildRequires: perl(strict)
BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(version) >= 0.86
BuildRequires: perl(warnings)
# ===================================================================
@ -49,14 +49,12 @@ BuildRequires: perl(Test::Tester)
# their author/release tests.
# ===================================================================
%if 0%{!?perl_bootstrap:1}
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)
BuildRequires: perl(Test::More) >= 0.96
BuildRequires: perl(Test::Perl::Critic)
BuildRequires: perl(Test::Pod) >= 1.41
BuildRequires: perl(Test::Pod::Coverage) >= 1.08
@ -66,6 +64,7 @@ BuildRequires: perl(Test::Portability::Files)
# Runtime requirements
# ===================================================================
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
Requires: perl(Test::More) >= 0.96
%description
This module's goal is to be a one stop shop for checking to see that your
@ -81,7 +80,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -delete
%{_fixperms} %{buildroot}
%{_fixperms} -c %{buildroot}
%check
make test
@ -96,6 +95,22 @@ make test TEST_FILES="$(echo $(find xt/ -name '*.t'))"
%{_mandir}/man3/Test::Version.3*
%changelog
* Wed Feb 21 2018 Paul Howarth <paul@city-fan.org> - 2.07-1
- Update to 2.07
- Support running in taint mode
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-4
- Perl 5.26 re-rebuild of bootstrapped packages
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.05-3
- Perl 5.26 rebuild
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.05-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild