[perl-Test-Smoke] 1.59 bump

Jitka Plesnikova jplesnik at fedoraproject.org
Mon May 6 12:49:52 UTC 2013


commit 99d391555020782b170b733a4a02ab5c6394c33e
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon May 6 14:49:37 2013 +0200

    1.59 bump

 .gitignore           |    1 +
 perl-Test-Smoke.spec |   14 ++++++++++----
 sources              |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 415f1ab..5e37cd4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ Test-Smoke-1.43.tar.gz
 /Test-Smoke-1.47.tar.gz
 /Test-Smoke-1.50.tar.gz
 /Test-Smoke-1.53.tar.gz
+/Test-Smoke-1.59.tar.gz
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index 1057090..5134a72 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -1,6 +1,6 @@
 Name:           perl-Test-Smoke
-Version:        1.53
-Release:        4%{?dist}
+Version:        1.59
+Release:        1%{?dist}
 Summary:        Perl core test smoke suite
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -13,6 +13,7 @@ BuildRequires:  perl(File::Path)
 BuildRequires:  perl(File::Spec::Functions)
 # Run-time
 BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec) >= 0.82
 BuildRequires:  perl(JSON)
@@ -23,8 +24,9 @@ BuildRequires:  perl(Text::ParseWords)
 # Tests:
 BuildRequires:  perl(Archive::Tar)
 BuildRequires:  perl(Compress::Zlib)
-BuildRequires:  perl(lib)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Encode)
+BuildRequires:  perl(lib)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Mail::Sendmail)
@@ -39,6 +41,8 @@ results into an easy to read report.
 
 %prep
 %setup -q -n Test-Smoke-%{version}
+# Ignore output files from find-debuginfo.sh to fix the test 00-manifest.t
+echo 'debug.+\.list' >> MANIFEST.SKIP
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -48,7 +52,6 @@ make %{?_smp_mflags}
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
 find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} %{buildroot}/*
 rm -rf %{buildroot}/%{_bindir}/W32Configure.pl
 rm -rf %{buildroot}/%{_mandir}/man1/W32Configure*
@@ -74,6 +77,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 06 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.59-1
+- 1.59 bump, bug-fix release
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.53-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 702c78f..92bba21 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44434030597ef256e76076f53b4076e2  Test-Smoke-1.53.tar.gz
+b1737467e96781883d51527407a01b5a  Test-Smoke-1.59.tar.gz


More information about the scm-commits mailing list