diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 0f056df..d7bf7b5 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 28 10:24:55 UTC 2020 - Tina Müller + +- Fix File::Path version (2.07 vs. 2.070000) + ------------------------------------------------------------------- Mon Apr 27 03:11:21 UTC 2020 - diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 8514393..b19c732 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: File path utility License: Apache-2.0 Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch @@ -31,11 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) >= 5.45 -BuildRequires: perl(File::Path) >= 2.070000 +BuildRequires: perl(File::Path) >= 2.07 BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(Test::More) >= 0.96 Requires: perl(Digest::SHA) >= 5.45 -Requires: perl(File::Path) >= 2.070000 +Requires: perl(File::Path) >= 2.07 Requires: perl(File::Temp) >= 0.19 Recommends: perl(Unicode::UTF8) >= 0.58 %{perl_requires}