diff --git a/.gitignore b/.gitignore index f0d2217..dd36bcb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ Module-CoreList-2.13.tar.gz /Module-CoreList-5.20151220.tar.gz /Module-CoreList-5.20160120.tar.gz /Module-CoreList-5.20160121.tar.gz +/Module-CoreList-5.20160320.tar.gz diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec index 879e287..56f358d 100644 --- a/perl-Module-CoreList.spec +++ b/perl-Module-CoreList.spec @@ -1,7 +1,7 @@ Name: perl-Module-CoreList # Epoch to compete with perl.spec Epoch: 1 -Version: 5.20160121 +Version: 5.20160320 Release: 1%{?dist} Summary: What modules are shipped with versions of perl License: GPL+ or Artistic @@ -9,7 +9,6 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Module-CoreList/ Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz BuildArch: noarch -BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl @@ -66,7 +65,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 +82,9 @@ make test %{_mandir}/man1/corelist.* %changelog +* Mon Mar 21 2016 Petr Pisar - 1:5.20160320-1 +- 5.20160320 bump + * Mon Feb 22 2016 Petr Pisar - 1:5.20160121-1 - 5.20160121 bump diff --git a/sources b/sources index 45c6e63..e0b8bb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aa5a132c28616e4d070386b2e68e873f Module-CoreList-5.20160121.tar.gz +48774f0c33e949d7d7ac14977dfa38de Module-CoreList-5.20160320.tar.gz