Update to 0.926
This commit is contained in:
parent
b901408c7b
commit
c4c274c869
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
Sub-Install-0.925.tar.gz
|
||||
/Sub-Install-0.926.tar.gz
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user