From 606c0f7da4a7b802a1b7c76b242f03f230a98a68 Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jples...@redhat.com>
Date: Sep 25 2017 09:19:24 +0000
Subject: 0.056 bump


---

diff --git a/.gitignore b/.gitignore
index 0c9dcc7..7dcced4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /System-Info-0.055.tgz
+/System-Info-0.056.tgz
diff --git a/System-Info-0.055-Add-arm-for-aarch64-RT-119691.patch 
b/System-Info-0.055-Add-arm-for-aarch64-RT-119691.patch
deleted file mode 100644
index 3a1876c..0000000
--- a/System-Info-0.055-Add-arm-for-aarch64-RT-119691.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 012b9494edf8514a0ab5d6b066c74aead8731b7d Mon Sep 17 00:00:00 2001
-From: "H.Merijn Brand - Tux" <h.m.br...@xs4all.nl>
-Date: Sun, 14 May 2017 13:00:11 +0200
-Subject: [PATCH] Add arm for aarch64 (RT#119691)
-
----
- lib/System/Info/Linux.pm | 7 ++++---
- 1 file changed, 4 insertions(+), 3 deletions(-)
-
-diff --git a/lib/System/Info/Linux.pm b/lib/System/Info/Linux.pm
-index fee7f91..54a2df2 100644
---- a/lib/System/Info/Linux.pm
-+++ b/lib/System/Info/Linux.pm
-@@ -26,9 +26,10 @@ sub prepare_sysinfo {
-     $self->prepare_proc_cpuinfo or return;
- 
-     for ($self->get_cpu_type) {
--      m/arm/   && do {$self->linux_arm;   last};
--      m/ppc/   && do {$self->linux_ppc;   last};
--      m/sparc/ && do {$self->linux_sparc; last};
-+      m/arm/     and do { $self->linux_arm;   last };
-+      m/aarch64/ and do { $self->linux_arm;   last };
-+      m/ppc/     and do { $self->linux_ppc;   last };
-+      m/sparc/   and do { $self->linux_sparc; last };
-       # default
-       $self->linux_generic;
-       }
--- 
-2.9.4
-
diff --git a/perl-System-Info.spec b/perl-System-Info.spec
index b361513..2052a09 100644
--- a/perl-System-Info.spec
+++ b/perl-System-Info.spec
@@ -1,11 +1,10 @@
 Name:           perl-System-Info
-Version:        0.055
-Release:        2%{?dist}
+Version:        0.056
+Release:        1%{?dist}
 Summary:        Factory for system specific information objects
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/System-Info/
 Source0:        
http://www.cpan.org/authors/id/H/HM/HMBRAND/System-Info-%{version}.tgz
-Patch0:         System-Info-0.055-Add-arm-for-aarch64-RT-119691.patch
 BuildArch:      noarch
 BuildRequires:  make
 BuildRequires:  perl-interpreter
@@ -34,7 +33,6 @@ VMS, and if the architecture is i386, x64, pa-risc2, or arm.
 
 %prep
 %setup -q -n System-Info-%{version}
-%patch0 -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
@@ -54,6 +52,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 25 2017 Jitka Plesnikova <jples...@redhat.com> - 0.056-1
+- 0.056 bump
+
 * Thu Jul 27 2017 Fedora Release Engineering <rel...@fedoraproject.org> - 
0.055-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
 
diff --git a/sources b/sources
index 75d2ffd..38e0c39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (System-Info-0.055.tgz) = 
17d88b0f938b026a88ef0da95b75f17e4e80a1295127f6e4546301e3887ff130196f568b0cd73c0734fcaeb88873d42c0ed49cd331acab6426b6a3efb603c33f
+SHA512 (System-Info-0.056.tgz) = 
ccc129125f0e8d5bdc1c07e62da56e9b0bdb87255d51cf22f526bbf14ded1642f5f629821443b512eebf8904a95bdffde1c14cb6c6a018854022c6e24afd1e93


        
https://src.fedoraproject.org/rpms/perl-System-Info/c/606c0f7da4a7b802a1b7c76b242f03f230a98a68?branch=f27
_______________________________________________
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