Update to 0.40.
This commit is contained in:
parent
9e05b81239
commit
1dc383a6ea
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/File-Copy-Recursive-0.39.tar.gz
|
/File-Copy-Recursive-0.40.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-File-Copy-Recursive
|
Name: perl-File-Copy-Recursive
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 1%{?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
|
||||||
@ -15,9 +15,9 @@ BuildRequires: perl-generators
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
BuildRequires: perl(File::Slurp)
|
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(Path::Iter)
|
BuildRequires: perl(Path::Iter)
|
||||||
|
BuildRequires: perl(Path::Tiny)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
BuildRequires: perl(Test::Exception)
|
BuildRequires: perl(Test::Exception)
|
||||||
BuildRequires: perl(Test::File)
|
BuildRequires: perl(Test::File)
|
||||||
@ -48,6 +48,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 21 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.40-1
|
||||||
|
- Update to 0.40.
|
||||||
|
|
||||||
* Thu Jan 11 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.39-1
|
* Thu Jan 11 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 0.39-1
|
||||||
- Update to 0.39.
|
- Update to 0.39.
|
||||||
- Modernize *.spec.
|
- Modernize *.spec.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (File-Copy-Recursive-0.39.tar.gz) = 8be0b49a8e4882f0fe16ef302a14df0452d78893f4202a0054c16c5d136aa84decfb96f6e0b9210cce43def8561604bc9da55b29b521c2d5617e0fe051044958
|
SHA512 (File-Copy-Recursive-0.40.tar.gz) = 874dd6862c2556bac459bae117e882655b16de90284c44cfb518714ef9924afb2d7bed29ca5bde20681fb887646a972ea5d9aa61ffe6d58459494b8a245db3e6
|
||||||
|
Loading…
Reference in New Issue
Block a user