From 93b01ab889171e4c219d54f9840a2fcc9e88a34f Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Wed, 28 Jun 2017 16:14:07 +0200
Subject: 1.71 bump

---
 .gitignore                                    |  1 +
 Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch | 17 -----------------
 perl-Test-Smoke.spec                          | 13 +++++++------
 sources                                       |  2 +-
 4 files changed, 9 insertions(+), 24 deletions(-)
 delete mode 100644 Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch

diff --git a/.gitignore b/.gitignore
index e064442..ccab8e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Test-Smoke-1.43.tar.gz
 /Test-Smoke-1.59.tar.gz
 /Test-Smoke-1.6.tar.gz
 /Test-Smoke-1.70.tar.gz
+/Test-Smoke-1.71.tar.gz
diff --git a/Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch 
b/Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch
deleted file mode 100644
index 2ed161c..0000000
--- a/Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -up Test-Smoke-1.70/lib/Test/Smoke/SysInfo/Linux.pm.orig 
Test-Smoke-1.70/lib/Test/Smoke/SysInfo/Linux.pm
---- Test-Smoke-1.70/lib/Test/Smoke/SysInfo/Linux.pm.orig       2017-01-04 
15:27:47.642762728 +0100
-+++ Test-Smoke-1.70/lib/Test/Smoke/SysInfo/Linux.pm    2017-01-04 
15:58:21.980953580 +0100
-@@ -23,9 +23,10 @@ sub prepare_sysinfo {
-     return if !$self->prepare_proc_cpuinfo();
- 
-     for ($self->get_cpu_type()) {
--        /arm/   && do {$self->linux_arm(); last};
--        /ppc/   && do {$self->linux_ppc(); last};
--        /sparc/ && do {$self->linux_sparc(); last};
-+        /arm/     && do {$self->linux_arm(); last};
-+        /aarch64/ && do {$self->linux_arm(); last};
-+        /ppc/     && do {$self->linux_ppc(); last};
-+        /sparc/   && do {$self->linux_sparc(); last};
-         # default
-         $self->linux_generic();
-     }
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index 78ef76a..4700b02 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -1,14 +1,11 @@
 Name:           perl-Test-Smoke
-Version:        1.70
-Release:        5%{?dist}
+Version:        1.71
+Release:        1%{?dist}
 Summary:        Perl core test smoke suite
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Smoke/
 Source0:        
http://www.cpan.org/authors/id/A/AB/ABELTJE/Test-Smoke-%{version}.tar.gz
-# On aarch64, the function used for parsing cpuinfo does not work properly
-# (CPAN RT#119691)
-Patch0:         Test-Smoke-1.70-Fix-cpuinfo-for-aarch64.patch
 BuildArch:      noarch
 BuildRequires:  coreutils
 BuildRequires:  findutils
@@ -49,6 +46,7 @@ BuildRequires:  perl(overload)
 # Pod::Usage is not needed for tests
 BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Socket)
+BuildRequires:  perl(System::Info)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(Time::Local)
 BuildRequires:  perl(vars)
@@ -81,7 +79,6 @@ results into an easy to read report.
 
 %prep
 %setup -q -n Test-Smoke-%{version}
-%patch0 -p1
 
 # Ignore output files from find-debuginfo.sh to fix the test 00-manifest.t
 echo '.+\.list' >> MANIFEST.SKIP
@@ -117,6 +114,7 @@ make test
 %{_bindir}/synctree.pl
 %{_bindir}/sysinfo.pl
 %{_bindir}/tsarchive.pl
+%{_bindir}/tsreport.pl
 %{_bindir}/tsrunsmoke.pl
 %{_bindir}/tssendrpt.pl
 %{_bindir}/tssmokeperl.pl
@@ -126,6 +124,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Jun 28 2017 Jitka Plesnikova <jples...@redhat.com> - 1.71-1
+- 1.71 bump
+
 * Sat Feb 11 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
1.70-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index a6a62b8..218ec79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96087b014b7e4d713b6a3da1bf81ace9  Test-Smoke-1.70.tar.gz
+SHA512 (Test-Smoke-1.71.tar.gz) = 
e3a1a944a5cd4c96423f644220b47bdcfe088c4bff30ac8d7cb7bcf41224b15717f05a10e4b25b44f42d55c1a2f08e110fa4e8ebcc2d2123d4385726633da1e3
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Test-Smoke.git/commit/?h=master&id=93b01ab889171e4c219d54f9840a2fcc9e88a34f
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to