[perl-Net-GitHub] 0.52 bugfix bump

Petr Šabata psabata at fedoraproject.org
Thu Mar 28 10:35:44 UTC 2013


commit 994ce95ebf56f3d74556c9ccf99275d82c9ae5b0
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Mar 28 11:35:37 2013 +0100

    0.52 bugfix bump

 .gitignore           |    1 +
 perl-Net-GitHub.spec |    6 +++++-
 sources              |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 638278c..0287669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.48.tar.gz
 /Net-GitHub-0.50.tar.gz
 /Net-GitHub-0.51.tar.gz
+/Net-GitHub-0.52.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 2bf79c6..402e868 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-GitHub
 Summary:        Perl interface for github.com
-Version:        0.51
+Version:        0.52
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -16,6 +16,7 @@ BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(inc::Module::Install)
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(MIME::Base64)
+BuildRequires:  perl(Moose::Role)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
@@ -50,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 28 2013 Petr Šabata <contyk at redhat.com> - 0.52-1
+- 0.52 bugfix bump
+
 * Thu Mar 14 2013 Petr Šabata <contyk at redhat.com> - 0.51-1
 - 0.51 bump
 
diff --git a/sources b/sources
index 8e1b483..2df0471 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-be48a77fe4faded162ee498619539768  Net-GitHub-0.51.tar.gz
+1b573f5e84005b00bdea479801e5c51a  Net-GitHub-0.52.tar.gz



More information about the perl-devel mailing list