diff --git a/Clone-0.45.tar.gz b/Clone-0.45.tar.gz deleted file mode 100644 index db33064..0000000 Binary files a/Clone-0.45.tar.gz and /dev/null differ diff --git a/Clone-0.46.tar.gz b/Clone-0.46.tar.gz new file mode 100644 index 0000000..6ecca10 Binary files /dev/null and b/Clone-0.46.tar.gz differ diff --git a/perl-Clone.spec b/perl-Clone.spec index d17362e..836e4c2 100644 --- a/perl-Clone.spec +++ b/perl-Clone.spec @@ -1,12 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: perl-Clone -Version: 0.45 -Release: 3 +Version: 0.46 +Release: 1 Summary: Recursively copy Perl datatypes License: GPL+ or Artistic URL: http://search.cpan.org/dist/Clone/ Source0: http://www.cpan.org/authors/id/A/AT/ATOOMIC/Clone-%{version}.tar.gz + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: coreutils BuildRequires: findutils BuildRequires: gcc @@ -87,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/* %changelog +* Tue Jul 11 2023 leeffo - 0.46-1 +- upgrade to version 0.46 + * Fri Jul 15 2022 misaka00251 - 0.45-3 - Correct Requires, BuildRequires & Provides in the spec file