update to 3.4

This commit is contained in:
Iain Arnell 2011-05-07 09:03:44 +02:00
parent 9d7076c044
commit be0cd48c18
3 changed files with 7 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
common-sense-3.0.tar.gz
/common-sense-3.3.tar.gz
/common-sense-3.4.tar.gz

View File

@ -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

View File

@ -1 +1 @@
e5ba9b49aeaa3aeec02fae017e57dba8 common-sense-3.3.tar.gz
b87ef7ea6f068afdf7a05b67e7600885 common-sense-3.4.tar.gz