[perl-Sys-CPU] 0.52 bump

Petr Pisar ppisar at fedoraproject.org
Fri Nov 2 15:59:00 UTC 2012


commit 3b361136537dd001120b4179660875cd901cc543
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Nov 2 16:39:50 2012 +0100

    0.52 bump

 .gitignore        |    1 +
 perl-Sys-CPU.spec |   19 +++++++++----------
 sources           |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d984b8a..d0a77f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Sys-CPU-0.51.tar.gz
+/Sys-CPU-0.52.tar.gz
diff --git a/perl-Sys-CPU.spec b/perl-Sys-CPU.spec
index 21ef9a7..cfc17ab 100644
--- a/perl-Sys-CPU.spec
+++ b/perl-Sys-CPU.spec
@@ -1,6 +1,6 @@
 Name:           perl-Sys-CPU
-Version:        0.51
-Release:        10%{?dist}
+Version:        0.52
+Release:        1%{?dist}
 Summary:        Getting CPU information
 
 Group:          Development/Libraries
@@ -8,15 +8,11 @@ License:        (GPL+ or Artistic) and (LGPLv3 or Artistic 2.0)
 URL:            http://search.cpan.org/~mkoderer/Sys-CPU/CPU.pm
 Source0:        http://search.cpan.org/CPAN/authors/id/M/MK/MKODERER/Sys-CPU-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:       perl(IO::Handle)
-
 BuildRequires:  perl(ExtUtils::MakeMaker)
-
-# For test suite
-BuildRequires:  perl(Test::Harness)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(IO::Handle)
+# Run-time:
+BuildRequires:  perl(DynaLoader)
+BuildRequires:  perl(Exporter)
+Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -62,6 +58,9 @@ find %{buildroot} -type f -name CPU.bs -exec rm -f {} ';'
 
 
 %changelog
+* Fri Nov 02 2012 Petr Pisar <ppisar at redhat.com> - 0.52-1
+- 0.52 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.51-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index c49d0b1..ed01549 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-714b8ee88cfea4cc5f01a897c1de2f7a  Sys-CPU-0.51.tar.gz
+34305423e86cfca9a631b6f91217f90f  Sys-CPU-0.52.tar.gz


More information about the scm-commits mailing list