[perl-Net-GitHub] 0.47 bump

Petr Šabata psabata at fedoraproject.org
Wed Nov 7 11:55:09 UTC 2012


commit 17ff87c037caf49de6720be4e22a3eab6b092e82
Author: Petr Šabata <contyk at redhat.com>
Date:   Wed Nov 7 12:48:14 2012 +0100

    0.47 bump

 .gitignore           |    1 +
 perl-Net-GitHub.spec |    9 +++++++--
 sources              |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28d8b99..9bfcf58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.44.tar.gz
 /Net-GitHub-0.45.tar.gz
 /Net-GitHub-0.46.tar.gz
+/Net-GitHub-0.47.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 9df8a45..4db701a 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,7 +1,7 @@
 Name:           perl-Net-GitHub
 Summary:        Perl interface for github.com
-Version:        0.46
-Release:        3%{?dist}
+Version:        0.47
+Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FA/FAYLAND/Net-GitHub-%{version}.tar.gz
@@ -17,6 +17,7 @@ BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
+BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Test::MockModule)
@@ -35,6 +36,7 @@ for working with GitHub users and repositories.
 
 %prep
 %setup -q -n Net-GitHub-%{version}
+rm -rf inc
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor --skipdeps
@@ -55,6 +57,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Nov 07 2012 Petr Šabata <contyk at redhat.com> - 0.47-1
+- 0.47 bump
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.46-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index dcd0ca1..f6f74bb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ffda09300e46ba9da60bce6f286eaaa2  Net-GitHub-0.46.tar.gz
+4d9a083080b6492bb509d507e3875bfb  Net-GitHub-0.47.tar.gz



More information about the perl-devel mailing list