diff --git a/.gitignore b/.gitignore index 206af7d..71be100 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /CPAN-Reporter-1.2011.tar.gz /CPAN-Reporter-1.2014.tar.gz /CPAN-Reporter-1.2015.tar.gz +/CPAN-Reporter-1.2017.tar.gz diff --git a/perl-CPAN-Reporter.spec b/perl-CPAN-Reporter.spec index b8df0dd..d3b3d7c 100644 --- a/perl-CPAN-Reporter.spec +++ b/perl-CPAN-Reporter.spec @@ -1,6 +1,6 @@ Name: perl-CPAN-Reporter -Version: 1.2015 -Release: 2%{?dist} +Version: 1.2017 +Release: 1%{?dist} Summary: Adds CPAN Testers reporting to CPAN.pm License: ASL 2.0 Group: Development/Libraries @@ -43,6 +43,8 @@ BuildRequires: perl(Archive::Tar) >= 1.54 BuildRequires: perl(File::Copy::Recursive) >= 0.35 BuildRequires: perl(File::pushd) >= 0.32 BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(File::Temp) +BuildRequires: perl(FindBin) BuildRequires: perl(IO::CaptureOutput) >= 1.03 BuildRequires: perl(IO::Handle) BuildRequires: perl(Test::Harness) @@ -70,7 +72,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -83,6 +85,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 31 2016 Jitka Plesnikova - 1.2017-1 +- 1.2017 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1.2015-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4143755..a3231b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -941ef45a81ee0b00c227795b47747691 CPAN-Reporter-1.2015.tar.gz +1113742278daf987fb7374f9ce0278d4 CPAN-Reporter-1.2017.tar.gz