[perl-Net-GitHub] 0.48 bump

Petr Šabata psabata at fedoraproject.org
Mon Nov 26 14:45:29 UTC 2012


commit 38bc297279c2040a428e65be7e6f28e4e7c8ce2c
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Nov 26 15:45:24 2012 +0100

    0.48 bump

 .gitignore           |    1 +
 perl-Net-GitHub.spec |   11 ++++-------
 sources              |    2 +-
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9bfcf58..4181a34 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ Net-GitHub-0.22.tar.gz
 /Net-GitHub-0.45.tar.gz
 /Net-GitHub-0.46.tar.gz
 /Net-GitHub-0.47.tar.gz
+/Net-GitHub-0.48.tar.gz
diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec
index 4db701a..a2beaba 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.47
+Version:        0.48
 Release:        1%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,17 +10,12 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildArch:      noarch
 BuildRequires:  perl(Any::Moose)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(CPAN)
-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(inc::Module::Install)
 BuildRequires:  perl(JSON::Any)
 BuildRequires:  perl(MIME::Base64)
-BuildRequires:  perl(Test::MockModule)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 1.22
 BuildRequires:  perl(URI)
@@ -45,7 +40,6 @@ make %{?_smp_mflags}
 %install
 make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 
 %check
@@ -57,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Mon Nov 26 2012 Petr Šabata <contyk at redhat.com> - 0.48-1
+- 0.48 bump
+
 * Wed Nov 07 2012 Petr Šabata <contyk at redhat.com> - 0.47-1
 - 0.47 bump
 
diff --git a/sources b/sources
index f6f74bb..cfc5a03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4d9a083080b6492bb509d507e3875bfb  Net-GitHub-0.47.tar.gz
+024925e1df996838ca8dd6ae518afac3  Net-GitHub-0.48.tar.gz



More information about the perl-devel mailing list