[perl-Net-Dropbox-API] Requires perl(LWP::Protocol::https)

cheeselee cheeselee at fedoraproject.org
Thu Aug 16 03:07:46 UTC 2012


commit fb4dd5357abeccde1ecc6f4225aa8f6c3aa9c939
Author: Robin Lee <cheeselee at fedoraproject.org>
Date:   Thu Aug 16 11:07:06 2012 +0800

    Requires perl(LWP::Protocol::https)

 perl-Net-Dropbox-API.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-Dropbox-API.spec b/perl-Net-Dropbox-API.spec
index ac1b8d1..0a3f904 100644
--- a/perl-Net-Dropbox-API.spec
+++ b/perl-Net-Dropbox-API.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-Dropbox-API
 Version:        1.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A dropbox API interface
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -18,6 +18,7 @@ BuildRequires:  perl(Net::OAuth)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(LWP::Protocol::https)
 
 %description
 The Dropbox API is a OAuth based API. It is abstracted as much away
@@ -47,6 +48,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 16 2012 Robin Lee <cheeselee at fedoraproject.org> - 1.8-3
+- Requires perl(LWP::Protocol::https)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list