Update to 1.56.

This commit is contained in:
Ralf Corsépius 2016-03-30 14:48:27 +02:00
parent 5cc2563839
commit 8c7811d49b
3 changed files with 8 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/File-Remove-1.55.tar.gz
/File-Remove-1.56.tar.gz

View File

@ -1,6 +1,6 @@
Name: perl-File-Remove
Version: 1.55
Release: 3%{?dist}
Version: 1.56
Release: 1%{?dist}
Summary: Convenience module for removing files and directories
License: GPL+ or Artistic
Group: Development/Libraries
@ -18,7 +18,6 @@ BuildRequires: perl(File::Spec::Functions)
BuildRequires: perl(File::Temp)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IPC::Open3)
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(strict)
BuildRequires: perl(Test::More) >= 0.42
BuildRequires: perl(vars)
@ -33,7 +32,7 @@ BuildArch: noarch
%setup -q -n File-Remove-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
make %{?_smp_mflags}
%install
@ -50,6 +49,9 @@ make test
%{_mandir}/man3/*
%changelog
* Wed Mar 30 2016 Ralf Corsépius <corsepiu@fedoraproject.org> - 1.56-1
- Update to 1.56.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.55-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
b12cd5a311bcfd96fc08bdcd781a9193 File-Remove-1.55.tar.gz
2a501a96add30caaac28e1a71323d3f5 File-Remove-1.56.tar.gz