diff --git a/Path-Tiny-0.098.tar.gz b/Path-Tiny-0.098.tar.gz deleted file mode 100644 index 54dbe89..0000000 --- a/Path-Tiny-0.098.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68f95c21fba6b03039e3dd8831d18feb701e537ff9764f07ca93e08aa8aa6f72 -size 91600 diff --git a/Path-Tiny-0.100.tar.gz b/Path-Tiny-0.100.tar.gz new file mode 100644 index 0000000..b5d922b --- /dev/null +++ b/Path-Tiny-0.100.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8c4c9db710470a26b356e7187eba47217fbba1fe8bd0ad72c5b2cc8f6ba10c +size 91804 diff --git a/perl-Path-Tiny.changes b/perl-Path-Tiny.changes index 49b7593..0140c18 100644 --- a/perl-Path-Tiny.changes +++ b/perl-Path-Tiny.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Feb 13 12:47:43 UTC 2017 - coolo@suse.com + +- updated to 0.100 + see /usr/share/doc/packages/perl-Path-Tiny/Changes + + 0.100 2017-01-14 22:47:55-05:00 America/New_York + + - No changes from 0.099-TRIAL. + + 0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE) + + [Tests] + + - Fixed tests for eventual removal of '.' from `@INC` in Perl. + + [Documentation] + + - Fixed filehandle mode typo. + + - Fixed typo in relative() that mentioned rel2abs instead of abs2rel. + ------------------------------------------------------------------- Tue Oct 11 06:04:21 UTC 2016 - coolo@suse.com diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index 8261d26..4d4ff30 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Path-Tiny # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -17,14 +17,14 @@ Name: perl-Path-Tiny -Version: 0.098 +Version: 0.100 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/ -Source0: http://www.cpan.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 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -85,6 +85,7 @@ requires Perl 5.008001 or later. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.mkdn LICENSE README +%doc Changes CONTRIBUTING.mkdn README +%license LICENSE %changelog