Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud d45d245c94 Automatic commit of package [perl-File-Slurp-Tiny] minor release [0.004-4].
Created by command:

/usr/bin/tito tag
2022-02-11 20:53:06 +01:00
Daniel Berteaud 54ea42b025 BuildReq perl-generators 2022-02-11 20:52:51 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
0.004-3 ./
0.004-4 ./

View File

@ -1,6 +1,6 @@
Name: perl-File-Slurp-Tiny
Version: 0.004
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Simple, sane and efficient file slurper [DISCOURAGED]
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,6 +9,7 @@ Source0: http://www.cpan.org/authors/id/L/LE/LEONT/File-Slurp-Tiny-%{vers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl >= 0:5.008001
BuildRequires: perl-generators
BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) >= 5.57
BuildRequires: perl(ExtUtils::MakeMaker)
@ -25,7 +26,6 @@ Requires: perl(File::Spec::Functions)
Requires: perl(strict)
Requires: perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl(File::Slurp::Tiny)
%description
This module provides functions for fast and correct slurping and spewing.
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.004-4
- BuildReq perl-generators (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.004-3
- Provides perl(File::Slurp::Tiny) (dbd@ehtrace.com)
- Add autoprov (dbd@ehtrace.com)