Accepting request 823127 from home:tinita:branches:devel:languages:perl

- Fix File::Path version (2.07 vs. 2.070000)

OBS-URL: https://build.opensuse.org/request/show/823127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=43
This commit is contained in:
Dirk Stoecker 2020-07-28 13:48:48 +00:00 committed by Git OBS Bridge
parent 0b1d14138e
commit c0f2fc69d8
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 28 10:24:55 UTC 2020 - Tina Müller <tina.mueller@suse.com>
- Fix File::Path version (2.07 vs. 2.070000)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 27 03:11:21 UTC 2020 - <timueller+perl@suse.de> Mon Apr 27 03:11:21 UTC 2020 - <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Path-Tiny # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Release: 0
Summary: File path utility Summary: File path utility
License: Apache-2.0 License: Apache-2.0
Group: Development/Libraries/Perl 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 Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
@ -31,11 +31,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA) >= 5.45 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(File::Temp) >= 0.19
BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::More) >= 0.96
Requires: perl(Digest::SHA) >= 5.45 Requires: perl(Digest::SHA) >= 5.45
Requires: perl(File::Path) >= 2.070000 Requires: perl(File::Path) >= 2.07
Requires: perl(File::Temp) >= 0.19 Requires: perl(File::Temp) >= 0.19
Recommends: perl(Unicode::UTF8) >= 0.58 Recommends: perl(Unicode::UTF8) >= 0.58
%{perl_requires} %{perl_requires}