0.26 bump

This commit is contained in:
Petr Písař 2016-05-11 10:40:44 +02:00
parent 3bedc1a5af
commit 6bc6027caa
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/Config-Perl-V-0.24.tgz
/Config-Perl-V-0.25.tgz
/Config-Perl-V-0.26.tgz

View File

@ -1,6 +1,6 @@
Name: perl-Config-Perl-V
Version: 0.25
Release: 2%{?dist}
Version: 0.26
Release: 1%{?dist}
Summary: Structured data retrieval of perl -V output
License: GPL+ or Artistic
Group: Development/Libraries
@ -13,6 +13,7 @@ BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-generators
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(strict)
# Run-time:
@ -45,7 +46,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -type f -name .packlist -delete
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@ -57,6 +58,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed May 11 2016 Petr Pisar <ppisar@redhat.com> - 0.26-1
- 0.26 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
d30122ab66576cbc5dd6387688c0714e Config-Perl-V-0.25.tgz
cd969bc313abe3b0433d7ebce282b441 Config-Perl-V-0.26.tgz