0.42 bump
This commit is contained in:
parent
c94c5885f7
commit
24adc32c8b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
File-Fetch-0.14.tar.gz
|
||||
/File-Fetch-0.38.tar.gz
|
||||
/File-Fetch-0.42.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-File-Fetch
|
||||
Version: 0.38
|
||||
Version: 0.42
|
||||
Release: 1%{?dist}
|
||||
Summary: Generic file fetching mechanism
|
||||
License: GPL+ or Artistic
|
||||
@ -45,7 +45,7 @@ Requires: perl(Params::Check) >= 0.07
|
||||
|
||||
%description
|
||||
File::Fetch allows you to fetch any file pointed to by a "ftp", "http",
|
||||
"file", or "rsync" URI by a number of different means.
|
||||
"file", "git", or "rsync" URI by a number of different means.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Fetch-%{version}
|
||||
@ -68,5 +68,8 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Apr 15 2013 Petr Pisar <ppisar@redhat.com> - 0.42-1
|
||||
- 0.42 bump
|
||||
|
||||
* Fri Mar 15 2013 Petr Pisar <ppisar@redhat.com> 0.38-1
|
||||
- Specfile autogenerated by cpanspec 1.78.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user