Compare commits

..

No commits in common. "master" and "ef1ea0a996b9770f32c4e0c4fa038dbdad4a8812" have entirely different histories.

2 changed files with 2 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: perl-File-Slurp-Tiny
Version: 0.004
Release: 4%{?dist}
Release: 2%{?dist}
Summary: Simple, sane and efficient file slurper [DISCOURAGED]
License: GPL+ or Artistic
Group: Development/Libraries
@ -9,7 +9,6 @@ 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)
@ -61,13 +60,6 @@ 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)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.004-2
- new package built with tito