[perl-Net-GitHub] 0.41 bump

Petr Šabata psabata at fedoraproject.org
Thu Mar 22 12:50:41 UTC 2012


commit 0ba1329341ed3d591fb4a6a329fbfa0288d1830e
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Mar 22 13:46:47 2012 +0100

    0.41 bump

 .gitignore           |    1 +
 perl-Net-GitHub.spec |   15 +++++++++++----
 sources              |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 35192c9..8f64a8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.23.tar.gz
 /Net-GitHub-0.28.tar.gz
 /Net-GitHub-0.30.tar.gz
+/Net-GitHub-0.41.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 8f69296..0a6d9f7 100644
--- a/perl-Net-GitHub.spec
+++ b/perl-Net-GitHub.spec
@@ -1,12 +1,12 @@
 Name:           perl-Net-GitHub 
 Summary:        Perl interface for github.com 
-Version:        0.30
+Version:        0.41
 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
 URL:            http://search.cpan.org/dist/Net-GitHub
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:      noarch
 BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(Carp)
@@ -15,12 +15,14 @@ BuildRequires:  perl(Crypt::SSLeay)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(File::Slurp)
 BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(HTTP::Request)
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(MIME::Base64)
 BuildRequires:  perl(Test::MockModule)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(WWW::Mechanize::GZip)
 
@@ -35,7 +37,7 @@ for working with GitHub users and repositories.
 %setup -q -n Net-GitHub-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor --skipdeps
 make %{?_smp_mflags}
 
 %install
@@ -48,11 +50,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%doc Changes README examples
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Mar 22 2012 Petr Šabata <contyk at redhat.com> - 0.41-1
+- 0.41 bump, switching to v3 API
+- Remove command macros
+- Upstream no longer ships examples
+
 * Tue Jan 17 2012 Petr Šabata <contyk at redhat.com> - 0.30-1
 - 0.30 bump
 - Spec cleanup
diff --git a/sources b/sources
index 7f41ad8..18fcfa4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c32f6fa03e08805d140b08d0025b9e19  Net-GitHub-0.30.tar.gz
+0af247b9e2cf109232937d908f02bc59  Net-GitHub-0.41.tar.gz


More information about the scm-commits mailing list