[perl/f18] Correct dependencies of perl-HTTP-Tiny

Petr Pisar ppisar at fedoraproject.org
Thu Apr 11 09:43:14 UTC 2013


commit 66148f7799fed78016f31aff6778fbc2ecc9b6d9
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Mar 15 14:24:27 2013 +0100

    Correct dependencies of perl-HTTP-Tiny

 perl.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 0bd7fd8..e2981e3 100644
--- a/perl.spec
+++ b/perl.spec
@@ -29,7 +29,7 @@
 Name:           perl
 Version:        %{perl_version}
 # release number must be even higher, because dual-lived modules will be broken otherwise
-Release:        241%{?dist}
+Release:        242%{?dist}
 Epoch:          %{perl_epoch}
 Summary:        Practical Extraction and Report Language
 Group:          Development/Languages
@@ -700,8 +700,10 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 Epoch:          0
 Version:        0.017
+Requires:       perl(bytes)
 Requires:       perl(Carp)
 Requires:       perl(IO::Socket)
+Requires:       perl(Time::Local)
 BuildArch:      noarch
 
 %description HTTP-Tiny
@@ -2626,6 +2628,9 @@ sed \
 
 # Old changelog entries are preserved in CVS.
 %changelog
+* Thu Apr 11 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-242
+- Correct dependencies of perl-HTTP-Tiny
+
 * Wed Mar 27 2013 Petr Pisar <ppisar at redhat.com> - 4:5.16.3-241
 - 5.16.3 bump (see <http://search.cpan.org/dist/perl-5.16.3/pod/perldelta.pod>
   for release notes)



More information about the perl-devel mailing list