[perl-Net-GitHub] 0.44 bump, default to APIv3

Petr Šabata psabata at fedoraproject.org
Fri Apr 13 12:51:22 UTC 2012


commit b0fa2145a47488d5a693182fe5e0899d50ea2024
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Apr 13 14:51:09 2012 +0200

    0.44 bump, default to APIv3

 .gitignore           |    1 +
 perl-Net-GitHub.spec |    9 +++++++--
 sources              |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c549a1d..04cfbd8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.30.tar.gz
 /Net-GitHub-0.41.tar.gz
 /Net-GitHub-0.42.tar.gz
+/Net-GitHub-0.44.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index b73bd20..b921838 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.42
+Version:        0.44
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -21,7 +21,7 @@ BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Test::MockModule)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(WWW::Mechanize::GZip)
@@ -55,6 +55,11 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Apr 13 2012 Petr Šabata <contyk at redhat.com> - 0.44-1
+- 0.44 bump
+- Github is removing support of v1 and v2 API on May 1, 2012
+  This version makes v3 the default
+
 * Fri Mar 23 2012 Petr Šabata <contyk at redhat.com> - 0.42-1
 - 0.42 bump
 - Remove trailing newlines
diff --git a/sources b/sources
index 2c6aa2f..3564071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06c4253bc2bb48ea97776ec6e8edd4ee  Net-GitHub-0.42.tar.gz
+565f6fafec146981bed23dda27635d89  Net-GitHub-0.44.tar.gz


More information about the scm-commits mailing list