From d44fd718b4badfc3f121519e909df1750f7209ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
Date: Tue, 2 Feb 2016 15:13:04 +0100
Subject: 1.002 bump

---
 .gitignore                               |  1 +
 .rpmlint                                 |  2 ++
 perl-Git-Repository-Plugin-AUTOLOAD.spec | 19 ++++++++++++++++---
 sources                                  |  2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.gitignore b/.gitignore
index a0f64d3..658a64f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz
+/Git-Repository-Plugin-AUTOLOAD-1.002.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..83ee578
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* (automagically|subcommands)");
diff --git a/perl-Git-Repository-Plugin-AUTOLOAD.spec 
b/perl-Git-Repository-Plugin-AUTOLOAD.spec
index 4ac94ef..8b24380 100644
--- a/perl-Git-Repository-Plugin-AUTOLOAD.spec
+++ b/perl-Git-Repository-Plugin-AUTOLOAD.spec
@@ -1,5 +1,5 @@
 Name:           perl-Git-Repository-Plugin-AUTOLOAD
-Version:        1.001
+Version:        1.002
 Release:        1%{?dist}
 Summary:        Git subcommands as Git::Repository methods
 License:        GPL+ or Artistic
@@ -7,6 +7,7 @@ URL:            
http://search.cpan.org/dist/Git-Repository-Plugin-AUTOLOAD/
 Source0:        
http://www.cpan.org/authors/id/B/BO/BOOK/Git-Repository-Plugin-AUTOLOAD-%{version}.tar.gz
 BuildArch:      noarch
 # Build
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
@@ -14,12 +15,21 @@ BuildRequires:  perl(warnings)
 # Runtime
 BuildRequires:  perl(Git::Repository::Plugin)
 # Tests only
+BuildRequires:  perl(Config)
 BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(Git::Repository) >= 1.309
+# Pod::Coverage::TrustPod not used
+# Test::CPAN::Meta not used
 BuildRequires:  perl(Test::Git)
-BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::More)
+# Test::Pod not used
+# Test::Pod::Coverage not used
+# Optional tests only
+# CPAN::Meta not useful
+# CPAN::Meta::Prereqs not useful
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo 
$version))
 
 %description
@@ -42,10 +52,13 @@ make test
 
 %files
 %license LICENSE
-%doc Changes
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 02 2016 Petr Pisar <ppi...@redhat.com> - 1.002-1
+- 1.002 bump
+
 * Tue Dec 09 2014 Petr Ĺ abata <con...@redhat.com> 1.001-1
 - Initial packaging
diff --git a/sources b/sources
index 772501d..50f3c15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36dfe5161efbd932059a739efba87bd3  Git-Repository-Plugin-AUTOLOAD-1.001.tar.gz
+2b19fff90e1016fa5c5bcc534a7a44b0  Git-Repository-Plugin-AUTOLOAD-1.002.tar.gz
-- 
cgit v0.11.2


        
http://pkgs.fedoraproject.org/cgit/perl-Git-Repository-Plugin-AUTOLOAD.git/commit/?h=f22&id=d44fd718b4badfc3f121519e909df1750f7209ff
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to