From ada12f417cd12c200c0ab0d8fe39cd679dee85534558be8f6ed4241a8080f229 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 27 Jan 2021 16:13:26 +0000 Subject: [PATCH] Accepting request 866755 from devel:languages:perl:autoupdate - updated to 0.116 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.116 2021-01-22 10:32:22-05:00 America/New_York - No changes from 0.115-TRIAL. 0.115 2021-01-19 12:01:33-05:00 America/New_York (TRIAL RELEASE) [Tests] - Fixes tests on MSYS without symlinks enabled. OBS-URL: https://build.opensuse.org/request/show/866755 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=46 --- Path-Tiny-0.114.tar.gz | 3 --- Path-Tiny-0.116.tar.gz | 3 +++ perl-Path-Tiny.changes | 12 ++++++++++++ perl-Path-Tiny.spec | 15 ++++++--------- 4 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 Path-Tiny-0.114.tar.gz create mode 100644 Path-Tiny-0.116.tar.gz diff --git a/Path-Tiny-0.114.tar.gz b/Path-Tiny-0.114.tar.gz deleted file mode 100644 index 53d0cce..0000000 --- a/Path-Tiny-0.114.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd0f88f37a58fc3667ec065767fe01e73ee6efa18a112bfd3508cf6579ca00e1 -size 92922 diff --git a/Path-Tiny-0.116.tar.gz b/Path-Tiny-0.116.tar.gz new file mode 100644 index 0000000..75be7ec --- /dev/null +++ b/Path-Tiny-0.116.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0379108b2aee556f877760711e03ce8775a98859cdd03cb94aaf4738a37a62d3 +size 92681 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 13f7fed..de7f3e7 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Jan 23 03:08:05 UTC 2021 - Tina Müller + +- updated to 0.116 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.116 2021-01-22 10:32:22-05:00 America/New_York + - No changes from 0.115-TRIAL. + 0.115 2021-01-19 12:01:33-05:00 America/New_York (TRIAL RELEASE) + [Tests] + - Fixes tests on MSYS without symlinks enabled. + ------------------------------------------------------------------- Thu Jul 30 10:37:05 UTC 2020 - Tina Müller diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 65443a9..a9dfd4e 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 LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-Path-Tiny -Version: 0.114 -Release: 0 %define cpan_name Path-Tiny +Name: perl-Path-Tiny +Version: 0.116 +Release: 0 Summary: File path utility License: Apache-2.0 -Group: Development/Libraries/Perl 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Digest::SHA) >= 5.45 @@ -69,11 +67,11 @@ This module depends heavily on PerlIO layers for correct operation and thus requires Perl 5.008001 or later. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -84,7 +82,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes CONTRIBUTING.mkdn README %license LICENSE