0.44
This commit is contained in:
parent
1b41c80f7d
commit
b579116613
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/File-Copy-Recursive-0.40.tar.gz
|
/File-Copy-Recursive-0.40.tar.gz
|
||||||
|
/File-Copy-Recursive-0.44.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: perl-File-Copy-Recursive
|
Name: perl-File-Copy-Recursive
|
||||||
Version: 0.40
|
Version: 0.44
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Extension for recursively copying files and directories
|
Summary: Extension for recursively copying files and directories
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: http://search.cpan.org/dist/File-Copy-Recursive/
|
URL: http://search.cpan.org/dist/File-Copy-Recursive/
|
||||||
@ -29,9 +29,10 @@ BuildRequires: perl(vars)
|
|||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::File)
|
BuildRequires: perl(Test::File)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
BuildRequires: perl(Test::Warn)
|
BuildRequires: perl(Test::Warnings)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module copies and moves directories recursively to an optional depth and
|
This module copies and moves directories recursively to an optional depth and
|
||||||
@ -57,6 +58,9 @@ chmod -R u+w %{buildroot}/*
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 14 2018 Tom Callaway <spot@fedoraproject.org> - 0.44-1
|
||||||
|
- update to 0.44
|
||||||
|
|
||||||
* Fri Mar 23 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-3
|
* Fri Mar 23 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-3
|
||||||
- Remove Path:Iter (RHBZ#1558427).
|
- Remove Path:Iter (RHBZ#1558427).
|
||||||
- Spec file cosmetics.
|
- Spec file cosmetics.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (File-Copy-Recursive-0.40.tar.gz) = 874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6
|
SHA512 (File-Copy-Recursive-0.44.tar.gz) = 7599c48cee0b9848d5e275a1de00845cb2d4820eda9092d550063d4791974870129ce8d3d9337a8f7ea413ed4c21e533c2eb3134c2fcb5cc412dbbfddd2500e4
|
||||||
|
Loading…
Reference in New Issue
Block a user