Update to 9999.25.
This commit is contained in:
parent
c582adf18f
commit
d0b50b9635
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/File-Slurp-9999.24.tar.gz
|
||||
/File-Slurp-9999.25.tar.gz
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
Name: perl-File-Slurp
|
||||
Version: 9999.24
|
||||
Version: 9999.25
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient Reading/Writing of Complete Files
|
||||
License: GPL+ or Artistic
|
||||
@ -48,6 +48,11 @@ pseudo-files, and DATA.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Slurp-%{version}
|
||||
%if "%{version}" == "9999.25"
|
||||
# Upstream packaging bug
|
||||
chmod -x lib/File/Slurp.pm
|
||||
%endif
|
||||
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
@ -68,6 +73,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 21 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.25-1
|
||||
- Update to 9999.25.
|
||||
|
||||
* Mon Nov 05 2018 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.24-1
|
||||
- Update to 9999.24.
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Slurp-9999.24.tar.gz) = b866b96384e07e735b8e52391a6a003be39fdf416855064c28e94d5fc28ccb90dc18dfb8db4bfe13e403f92544fb05a6a1feaa6f7bc5ca774d5074c23a64074c
|
||||
SHA512 (File-Slurp-9999.25.tar.gz) = cea59f2aecfe314540c1022c44ce85d5d53a3c69273b71a727acbfacbd09a9e45ef435c61b28d8d883a758e29c296ca98167dceed74bbf3a278fe5fa7019ce8a
|
||||
|
||||
Loading…
Reference in New Issue
Block a user