ppisar pushed to perl-WebService-Linode (master). "0.28 bump"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Sep 9 13:31:50 UTC 2015


From fdbd25820c6b254b38557eeb08395f5f8d27a4ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar at redhat.com>
Date: Wed, 9 Sep 2015 15:18:20 +0200
Subject: 0.28 bump


diff --git a/.gitignore b/.gitignore
index 6b4aaaa..0ec5b44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /WebService-Linode-0.23.tar.gz
 /WebService-Linode-0.26.tar.gz
 /WebService-Linode-0.27.tar.gz
+/WebService-Linode-0.28.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..e7ba0cb
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (api|http|www)");
diff --git a/perl-WebService-Linode.spec b/perl-WebService-Linode.spec
index c7f57c6..c8c37fe 100644
--- a/perl-WebService-Linode.spec
+++ b/perl-WebService-Linode.spec
@@ -1,37 +1,53 @@
 Name:           perl-WebService-Linode
-Version:        0.27
-Release:        3%{?dist}
+Version:        0.28
+Release:        1%{?dist}
 Summary:        Perl Interface to the Linode.com API
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/WebService-Linode/
 Source0:        http://www.cpan.org/authors/id/M/MI/MIKEGRB/WebService-Linode-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
+BuildRequires:  perl(Module::Build::Tiny) >= 0.039
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
+# Run-time:
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
-BuildRequires:  perl(JSON)
+BuildRequires:  perl(JSON) >= 2.00
 BuildRequires:  perl(List::Util)
-BuildRequires:  perl(LWP::Protocol::https)
-BuildRequires:  perl(Module::Build::Tiny)
+# Default URL has https schema
+# LWP::Protocol::https not used at tests
+BuildRequires:  perl(LWP::UserAgent)
+# Tests:
+# Test::Kwalitee 1.21 not used
+BuildRequires:  perl(Test::More) >= 0.88
+# Test::Pod 1.41 not used
+# Optional tests:
 BuildRequires:  perl(Test::MockObject)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-BuildRequires:  perl(strict)
-BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+BuildRequires:  perl(Test::Pod) >= 1.22
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:       perl(JSON) >= 2.00
+# Default URL has https schema
+Requires:       perl(LWP::Protocol::https)
+
+# Not to process documentation
+%{?perl_default_filter}
+
+# Filter under-specified dependencies
+%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(JSON\\)$
 
 %description
-This module implements the Linode.com api methods. Linode methods have had 
+This module implements the Linode.com API methods. Linode methods have had
 dots replaced with underscores to generate the perl method name. All keys 
 and parameters have been lower cased but returned data remains otherwise 
-the same. For additional information see http://www.linode.com/api/ .
+the same. For additional information see <http://www.linode.com/api/>.
 
 %prep
 %setup -qn WebService-Linode-%{version}
 
 %build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build
 
 %install
@@ -48,6 +64,9 @@ the same. For additional information see http://www.linode.com/api/ .
 %{_mandir}/man3/*
 
 %changelog
+* Wed Sep 09 2015 Petr Pisar <ppisar at redhat.com> - 0.28-1
+- 0.28 bump
+
 * Thu Jun 18 2015 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
 
diff --git a/sources b/sources
index d00d9b1..564a8de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c1f0ead7867202af8ecae6b33fa32bc1  WebService-Linode-0.27.tar.gz
+5a3a30ec25d817bf965a6e6abfa754e9  WebService-Linode-0.28.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-WebService-Linode.git/commit/?h=master&id=fdbd25820c6b254b38557eeb08395f5f8d27a4ae


More information about the perl-devel mailing list