update to 3.4
This commit is contained in:
parent
9d7076c044
commit
be0cd48c18
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
common-sense-3.0.tar.gz
|
||||
/common-sense-3.3.tar.gz
|
||||
/common-sense-3.4.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Name: perl-common-sense
|
||||
Summary: "Common sense" Perl defaults
|
||||
Version: 3.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/common-sense-%{version}.tar.gz
|
||||
@ -42,12 +42,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
|
||||
make test
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE Changes README
|
||||
%{perl_vendorlib}/*
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Sat May 07 2011 Iain Arnell <iarnell@gmail.com> 3.4-1
|
||||
- update to latest upstream version
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user