From 29a6e81d0580f30963a81df30b5d90b295894799 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 17 Aug 2014 17:31:35 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- perl-Sys-CPU.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec index f8e0609..402ef9b 100644 --- a/perl-Sys-CPU.spec +++ b/perl-Sys-CPU.spec @@ -1,6 +1,6 @@ Name: perl-Sys-CPU Version: 0.61 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Getting CPU information # Some code was copied from Unix::Processors, which is LGPLv3 or Artistic 2.0 @@ -53,6 +53,9 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';' %changelog +* Sun Aug 17 2014 Fedora Release Engineering - 0.61-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Thu Jul 17 2014 Petr Pisar - 0.61-3 - Support cpu_type on ARM and AArch64 (bug #1093266) - Accept undefined cpu_clock on ARM and AArch64 (bug #1093266)