diff --git a/.gitignore b/.gitignore index 0287669..248164c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ Net-GitHub-0.22.tar.gz /Net-GitHub-0.50.tar.gz /Net-GitHub-0.51.tar.gz /Net-GitHub-0.52.tar.gz +/Net-GitHub-0.53.tar.gz diff --git a/perl-Net-GitHub.spec b/perl-Net-GitHub.spec index 63988d2..139cbd8 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.52 -Release: 3%{?dist} +Version: 0.53 +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 @@ -32,6 +32,7 @@ for working with GitHub users and repositories. %prep %setup -q -n Net-GitHub-%{version} rm -rf inc +sed -i '/^inc\/.*$/d' MANIFEST %build perl Makefile.PL INSTALLDIRS=vendor --skipdeps @@ -39,7 +40,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=%{buildroot} -find %{buildroot} -type f -name .packlist -exec rm -f {} ';' +find %{buildroot} -type f -name .packlist -exec rm -f {} + %{_fixperms} %{buildroot}/* %check @@ -51,6 +52,9 @@ make test %{_mandir}/man3/*.3* %changelog +* Mon Sep 02 2013 Petr Ĺ abata - 0.53-1 +- 0.53 bump + * Sun Aug 04 2013 Petr Pisar - 0.52-3 - Perl 5.18 rebuild diff --git a/sources b/sources index 2df0471..061f4ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b573f5e84005b00bdea479801e5c51a Net-GitHub-0.52.tar.gz +7109be383dfa516ee94500e50fbb8130 Net-GitHub-0.53.tar.gz