[perl-Devel-CallChecker/f19] 0.006 bump

Petr Pisar ppisar at fedoraproject.org
Mon Sep 23 12:20:59 UTC 2013


commit 4aa1dd4f3f52815775a6586f5d89a9d8fa5285dd
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 23 14:13:05 2013 +0200

    0.006 bump

 .gitignore                  |    1 +
 perl-Devel-CallChecker.spec |   24 ++++++++++++++----------
 sources                     |    2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4ad46f6..5f6c663 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Devel-CallChecker-0.003.tar.gz
 /Devel-CallChecker-0.004.tar.gz
 /Devel-CallChecker-0.005.tar.gz
+/Devel-CallChecker-0.006.tar.gz
diff --git a/perl-Devel-CallChecker.spec b/perl-Devel-CallChecker.spec
index b70c9bd..1dcf446 100644
--- a/perl-Devel-CallChecker.spec
+++ b/perl-Devel-CallChecker.spec
@@ -1,36 +1,36 @@
 # This file is licensed under the terms of GNU GPLv2+.
 Name:           perl-Devel-CallChecker
-Version:        0.005
-Release:        4%{?dist}
+Version:        0.006
+Release:        1%{?dist}
 Summary:        Custom op checking attached to subroutines
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Devel-CallChecker/
 Source0:        http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/Devel-CallChecker-%{version}.tar.gz
+BuildRequires:  perl
 BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time
 BuildRequires:  perl(DynaLoader)
 BuildRequires:  perl(DynaLoader::Functions) >= 0.001
 BuildRequires:  perl(Exporter)
-BuildRequires:  perl(IO::File) >= 1.03
 BuildRequires:  perl(parent)
 # Tests
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.15
 BuildRequires:  perl(ExtUtils::ParseXS)
 BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::File) >= 1.03
 BuildRequires:  perl(Test::More)
 # Optional tests
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(threads)
+BuildRequires:  perl(threads::shared)
 BuildRequires:  perl(Thread::Semaphore)
-# XXX: This package stores build-time Perl version and checks it at run-time.
-# This package must be recompiled on each Perl upgrade. See bug #754159.
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(DynaLoader)
 Requires:       perl(DynaLoader::Functions) >= 0.001
-Requires:       perl(Exporter)
-Requires:       perl(IO::File) >= 1.03
 
 %{?perl_default_filter}
 
@@ -49,13 +49,12 @@ without the centralized facility.)
 %setup -q -n Devel-CallChecker-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -68,6 +67,11 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 23 2013 Petr Pisar <ppisar at redhat.com> - 0.006-1
+- 0.006 bump
+- This version should be compatible with any binary compatible perl version
+  (bug #754159)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.005-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 15fe5fb..f81a727 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e55804221eaa5fdf2e32749b72e74f2  Devel-CallChecker-0.005.tar.gz
+4e8fc69527f2d80e4873f2264c8a0830  Devel-CallChecker-0.006.tar.gz


More information about the scm-commits mailing list