From 57df302e347b80289675d3ccd490f93e2116400c Mon Sep 17 00:00:00 2001 From: Petr Písař Date: Jun 06 2016 13:11:01 +0000 Subject: 0.007000 bump --- diff --git a/.gitignore b/.gitignore index 852af49..bcc55b9 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /Log-Contextual-0.006003.tar.gz /Log-Contextual-0.006004.tar.gz /Log-Contextual-0.006005.tar.gz +/Log-Contextual-0.007000.tar.gz diff --git a/perl-Log-Contextual.spec b/perl-Log-Contextual.spec index 82447b5..203c169 100644 --- a/perl-Log-Contextual.spec +++ b/perl-Log-Contextual.spec @@ -1,13 +1,16 @@ Name: perl-Log-Contextual -Version: 0.006005 -Release: 5%{?dist} +Version: 0.007000 +Release: 1%{?dist} Summary: Simple logging interface with a contextual log License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Log-Contextual/ Source0: http://www.cpan.org/authors/id/F/FR/FREW/Log-Contextual-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils +BuildRequires: make BuildRequires: perl +BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) BuildRequires: perl(warnings) @@ -54,7 +57,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 @@ -67,6 +70,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Jun 06 2016 Petr Pisar - 0.007000-1 +- 0.007000 bump + * Tue May 17 2016 Jitka Plesnikova - 0.006005-5 - Perl 5.24 rebuild diff --git a/sources b/sources index a5446af..6acd9e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef3a33bedc1874c859b7b5780a79f665 Log-Contextual-0.006005.tar.gz +9bc4dd6ebb7f3ad8d60b484c68e0b94a Log-Contextual-0.007000.tar.gz