From a135ebbdaeeb141aabb15bd0f5ea6be8639bceff2d788e8513380cac26f631c7 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 16 May 2024 11:58:32 +0000 Subject: [PATCH] Accepting request 1173770 from devel:languages:perl:autoupdate - updated to 0.146 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.146 2024-05-08 08:27:52-04:00 America/New_York - No changes from 0.145-TRIAL 0.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE) [Changes] - Improved error message spewing to a file in a non-existent directory. OBS-URL: https://build.opensuse.org/request/show/1173770 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=60 --- Path-Tiny-0.144.tar.gz | 3 --- Path-Tiny-0.146.tar.gz | 3 +++ perl-Path-Tiny.changes | 12 ++++++++++++ perl-Path-Tiny.spec | 19 ++++++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 Path-Tiny-0.144.tar.gz create mode 100644 Path-Tiny-0.146.tar.gz diff --git a/Path-Tiny-0.144.tar.gz b/Path-Tiny-0.144.tar.gz deleted file mode 100644 index 8bd3bca..0000000 --- a/Path-Tiny-0.144.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6ea094ece845c952a02c2789332579354de8d410a707f9b7045bd241206487d -size 105730 diff --git a/Path-Tiny-0.146.tar.gz b/Path-Tiny-0.146.tar.gz new file mode 100644 index 0000000..d45790c --- /dev/null +++ b/Path-Tiny-0.146.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861ef09bca68254e9ab24337bb6ec9d58593a792e9d68a27ee6bec2150f06741 +size 105879 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 2fee50a..135cea3 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 9 03:08:27 UTC 2024 - Tina Müller + +- updated to 0.146 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.146 2024-05-08 08:27:52-04:00 America/New_York + - No changes from 0.145-TRIAL + 0.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE) + [Changes] + - Improved error message spewing to a file in a non-existent directory. + ------------------------------------------------------------------- Fri Dec 2 03:08:28 UTC 2022 - Tina Müller diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index e9847ec..e9890f4 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,24 +18,29 @@ %define cpan_name Path-Tiny Name: perl-Path-Tiny -Version: 0.144 +Version: 0.146.0 Release: 0 +# 0.146 -> normalize -> 0.146.0 +%define cpan_version 0.146 License: Apache-2.0 Summary: File path utility 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}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch 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 +Provides: perl(Path::Tiny) = %{version} +Provides: perl(Path::Tiny::Error) = %{version} +%undefine __perllib_provides +Recommends: perl(Unicode::UTF8) >= 0.580.0 %{perl_requires} %description @@ -67,7 +72,7 @@ This module depends heavily on PerlIO layers for correct operation and thus requires Perl 5.008001 or later. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build perl Makefile.PL INSTALLDIRS=vendor