diff --git a/perl-UUID.spec b/perl-UUID.spec index 4ac5410..3ec1bfa 100644 --- a/perl-UUID.spec +++ b/perl-UUID.spec @@ -1,15 +1,15 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-UUID -Version: 0.05 +Version: 0.28 Release: 1mamba Summary: UUID - Perl extension for using UUID interfaces as defined in e2fsprogs Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org -Source: http://search.cpan.org/CPAN/authors/id/L/LZ/LZAP/UUID-%{version}.tar.gz +URL: https://www.cpan.org +Source: https://cpan.metacpan.org/modules/by-module/UUID/UUID-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -18,7 +18,6 @@ BuildRequires: libuuid-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description UUID - Perl extension for using UUID interfaces as defined in e2fsprogs. @@ -56,5 +55,8 @@ done # %changelog +* Wed Feb 24 2021 Automatic Build System 0.28-1mamba +- automatic version update by autodist + * Tue Dec 16 2014 Silvan Calarco 0.05-1mamba - package created using the webbuild interface