diff --git a/Path-Tiny-0.108.tar.gz b/Path-Tiny-0.108.tar.gz deleted file mode 100644 index c0af400..0000000 --- a/Path-Tiny-0.108.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5 -size 93536 diff --git a/Path-Tiny-0.110.tar.gz b/Path-Tiny-0.110.tar.gz new file mode 100644 index 0000000..4c8175a --- /dev/null +++ b/Path-Tiny-0.110.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a849dc0777315899689d0b351e815d90eaa636a01ed1d5e6de99a368529b5cfa +size 93570 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 0d2f7ef..0497692 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Jan 14 03:10:40 UTC 2020 - + +- updated to 0.110 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.110 2020-01-13 13:11:38-05:00 America/New_York + + - No changes from 0.109-TRIAL. + + 0.109 2020-01-02 12:24:25-05:00 America/New_York (TRIAL RELEASE) + + - Fixes tests on Windows, particularly with newer File::Spec. + ------------------------------------------------------------------- Tue Jul 31 05:49:23 UTC 2018 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index b683f3c..71e2b0d 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Path-Tiny -Version: 0.108 +Version: 0.110 Release: 0 %define cpan_name Path-Tiny Summary: File path utility License: Apache-2.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Path-Tiny/ +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 @@ -72,11 +72,11 @@ requires Perl 5.008001 or later. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install