diff --git a/perl-IO-Pipely.spec b/perl-IO-Pipely.spec index 90b7512..2290915 100644 --- a/perl-IO-Pipely.spec +++ b/perl-IO-Pipely.spec @@ -1,22 +1,21 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-IO-Pipely -Version: 0.005 +Version: 0.006 Release: 1mamba Summary: IO::Pipely - Portably create pipe() or pipe-like handles, one way or another Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: https://cpan.metacpan.org/authors/id/R/RC/RCAPUTO/IO-Pipely-%{version}.tar.gz +URL: https://www.cpan.org/ +Source: https://cpan.metacpan.org/modules/by-module/IO/IO-Pipely-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description IO::Pipely - Portably create pipe() or pipe-like handles, one way or another. @@ -52,5 +51,8 @@ done %doc LICENSE %changelog +* Tue Dec 14 2021 Automatic Build System 0.006-1mamba +- automatic version update by autodist + * Mon Feb 01 2021 Silvan Calarco 0.005-1mamba - package created using the webbuild interface