From 93b71dc24a14036b51fbb8fe16deef6e3ae85bbd Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:42:29 +0100 Subject: [PATCH] automatic version update by autodist [release 0.46-1mamba;Sat Apr 01 2023] --- perl-Clone.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/perl-Clone.spec b/perl-Clone.spec index cb084ca..68adbe6 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,14 +1,14 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: perl-Clone -Version: 0.42 +Version: 0.46 Release: 1mamba Summary: Clone - recursively copy Perl datatypes Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/G/GA/GARU/Clone-%{version}.tar.gz License: GPL, Artistic BuildRequires: perl(ExtUtils::ParseXS) @@ -18,8 +18,8 @@ BuildRequires: perl(Test::More) BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl-B-COW Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description This module provides a clone() method which makes recursive copies of nested hash, array, scalar and @@ -55,6 +55,9 @@ chmod -R u+w %{buildroot}/* %doc Changes %changelog +* Sat Apr 01 2023 Automatic Build System 0.46-1mamba +- automatic version update by autodist + * Fri May 01 2020 Automatic Build System 0.42-1mamba - automatic update by autodist