Compare commits

..

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

2 changed files with 3 additions and 6 deletions

View File

@ -1 +1 @@
0.09-3 ./
0.09-2 ./

View File

@ -1,6 +1,6 @@
Name: perl-MooseX-SingleArg
Version: 0.09
Release: 3%{?dist}
Release: 2%{?dist}
Summary: No-fuss instantiation of Moose objects using a single argument
License: GPL+ or Artistic
Group: Development/Libraries
@ -8,13 +8,13 @@ URL: http://search.cpan.org/dist/MooseX-SingleArg/
Source0: http://www.cpan.org/authors/id/B/BL/BLUEFEET/MooseX-SingleArg-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl-generators
BuildRequires: perl(Module::Build)
BuildRequires: perl(Moose) >= 1.23
BuildRequires: perl(Test2::V0) >= 0.000094
BuildRequires: perl(Module::Build::Tiny)
Requires: perl(Moose) >= 1.23
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Provides: perl(MooseX::SingleArg)
%description
This module allows Moose instances to be constructed with a single
@ -50,9 +50,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.09-3
- BuildReq perl-generators (dbd@ehtrace.com)
* Fri Feb 11 2022 Daniel Berteaud <dbd@ehtrace.com> 0.09-2
- new package built with tito