Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Berteaud 4d98324073 Automatic commit of package [perl-MooseX-SingleArg] minor release [0.09-3].
Created by command:

/usr/bin/tito tag
2022-02-11 20:56:48 +01:00
Daniel Berteaud fd74ac94b9 BuildReq perl-generators 2022-02-11 20:56:38 +01:00
2 changed files with 6 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
Name: perl-MooseX-SingleArg
Version: 0.09
Release: 2%{?dist}
Release: 3%{?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,6 +50,9 @@ 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