Update to 0.2.11

This commit is contained in:
Christopher Meng 2014-06-20 12:14:59 +08:00
parent 54ea2d398d
commit 91acae09b2
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/File-Find-Object-v0.2.7.tar.gz
/File-Find-Object-v0.2.11.tar.gz

View File

@ -1,8 +1,8 @@
%global pkgname File-Find-Object
Name: perl-File-Find-Object
Version: 0.2.7
Release: 5%{?dist}
Version: 0.2.11
Release: 1%{?dist}
Summary: Object oriented File::Find replacement
License: GPLv2+ or Artistic
URL: http://search.cpan.org/dist/File-Find-Object/
@ -19,7 +19,7 @@ BuildRequires: perl(Test::More)
BuildRequires: perl(Test::CPAN::Changes)
BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Test::Pod)
#BuildRequires: perl(Test::TrailingSpace)
BuildRequires: perl(Test::TrailingSpace)
Requires: perl(Class::XSAccessor)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@ -51,6 +51,9 @@ chmod 644 examples/tree
%{_mandir}/man3/*
%changelog
* Wed Jun 11 2014 Christopher Meng <rpm@cicku.me> - 0.2.11-1
- Update to 0.2.11
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.7-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild

View File

@ -1 +1 @@
951e98d77eebc361cfa7ba0ac40a8de0 File-Find-Object-v0.2.7.tar.gz
f7f81a1385e794098cfacf58b60a9c35 File-Find-Object-v0.2.11.tar.gz