From aea44a381e08699e10c4a1e47a6675a9a526d036 Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Jan 24 2013 12:33:23 +0000 Subject: 0.23 bump --- diff --git a/.gitignore b/.gitignore index b7892e1..267491f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ Test-Compile-0.13.tar.gz /Test-Compile-0.20.tar.gz /Test-Compile-0.21.tar.gz /Test-Compile-0.22.tar.gz +/Test-Compile-0.23.tar.gz diff --git a/perl-Test-Compile.spec b/perl-Test-Compile.spec index 46bff04..e387aac 100644 --- a/perl-Test-Compile.spec +++ b/perl-Test-Compile.spec @@ -1,5 +1,5 @@ Name: perl-Test-Compile -Version: 0.22 +Version: 0.23 Release: 1%{?dist} Summary: Check whether Perl module files compile correctly License: GPL+ or Artistic @@ -33,8 +33,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} \; -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; +find %{buildroot} -type f -name .packlist -exec rm -f {} + %{_fixperms} %{buildroot}/* %check @@ -46,6 +45,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Jan 24 2013 Petr Šabata - 0.23-1 +- 0.23 bump + * Wed Oct 31 2012 Petr Šabata - 0.22-1 - 0.22 bumpity diff --git a/sources b/sources index 464edda..8716eb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -42525d4144be1476c5f1643664b28988 Test-Compile-0.22.tar.gz +4fbdd49add23d0d12962a5b4a5f0ed88 Test-Compile-0.23.tar.gz