[perl-threads/f19] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Wed Oct 2 07:57:18 UTC 2013


commit 5c58533a4ec189f4229b25ffa13384310fcc2c8e
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Jul 1 17:05:43 2013 +0200

    Specify all dependencies

 perl-threads.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-threads.spec b/perl-threads.spec
index 1725150..b1c2105 100644
--- a/perl-threads.spec
+++ b/perl-threads.spec
@@ -1,6 +1,6 @@
 Name:           perl-threads
 Version:        1.87
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Perl interpreter-based threads
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -19,6 +19,8 @@ BuildRequires:  perl(XSLoader)
 # Tests only:
 BuildRequires:  perl(ExtUtils::testlib)
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Hash::Util)
+BuildRequires:  perl(POSIX)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       perl(Carp)
@@ -57,6 +59,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jul 01 2013 Petr Pisar <ppisar at redhat.com> - 1.87-2
+- Specify all dependencies
+
 * Thu May 30 2013 Petr Pisar <ppisar at redhat.com> - 1.87-1
 - 1.87 bump
 



More information about the perl-devel mailing list