Update to 0.926

This commit is contained in:
Robin Lee 2012-03-12 21:10:09 +08:00
parent b901408c7b
commit c4c274c869
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
Sub-Install-0.925.tar.gz
/Sub-Install-0.926.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-Sub-Install
Version: 0.925
Release: 10%{?dist}
Version: 0.926
Release: 1%{?dist}
Summary: Install subroutines into packages easily
License: GPL+ or Artistic
Group: Development/Libraries
@ -43,7 +43,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
# present. However, Test::Output requires Sub::Exporter which requires...
# Sub::Install. Holy circular loop, Batman! :)
%if !%{defined perl_bootstrap}
make test
PERL_TEST_CRITIC=1 make test
%endif
%clean
@ -56,6 +56,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/*
%changelog
* Mon Mar 12 2012 Robin Lee <cheeselee@fedoraproject.org> - 0.926-1
- Update to 0.926
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.925-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
694aaec771c42280746a9a6279683263 Sub-Install-0.925.tar.gz
89a7f82dd840bc2401f281b5f24732b9 Sub-Install-0.926.tar.gz