Update to 9999.26.
This commit is contained in:
parent
0c892899a3
commit
6bf461913d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/File-Slurp-9999.25.tar.gz
|
||||
/File-Slurp-9999.26.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: perl-File-Slurp
|
||||
Version: 9999.25
|
||||
Release: 2%{?dist}
|
||||
Version: 9999.26
|
||||
Release: 1%{?dist}
|
||||
Summary: Efficient Reading/Writing of Complete Files
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/File-Slurp
|
||||
@ -27,7 +27,7 @@ BuildRequires: perl(warnings)
|
||||
|
||||
# Tests
|
||||
BuildRequires: perl(File::Basename)
|
||||
BuildRequires: perl(File::Spec)
|
||||
BuildRequires: perl(File::Spec) >= 3.01
|
||||
BuildRequires: perl(File::Temp)
|
||||
BuildRequires: perl(IO::Handle)
|
||||
BuildRequires: perl(lib)
|
||||
@ -48,7 +48,7 @@ pseudo-files, and DATA.
|
||||
|
||||
%prep
|
||||
%setup -q -n File-Slurp-%{version}
|
||||
%if "%{version}" == "9999.25"
|
||||
%if "%{version}" == "9999.26"
|
||||
# Upstream packaging bug
|
||||
chmod -x lib/File/Slurp.pm
|
||||
%endif
|
||||
@ -73,6 +73,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 16 2019 Ralf Corsépius <corsepiu@fedoraproject.org> - 9999.26-1
|
||||
- Update to 9999.26.
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 9999.25-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (File-Slurp-9999.25.tar.gz) = cea59f2aecfe314540c1022c44ce85d5d53a3c69273b71a727acbfacbd09a9e45ef435c61b28d8d883a758e29c296ca98167dceed74bbf3a278fe5fa7019ce8a
|
||||
SHA512 (File-Slurp-9999.26.tar.gz) = dbe49038400df7dc32ee97cd8bcd037b1f11dc6d1230a7db1e33651971716c0c5ab65dbcdf93399b42b5a1e61ffd5ade45b8e4abc7000bad619249231cb79e08
|
||||
|
||||
Loading…
Reference in New Issue
Block a user