Accepting request 456910 from devel:languages:perl

1

OBS-URL: https://build.opensuse.org/request/show/456910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2017-02-16 15:46:50 +00:00 committed by Git OBS Bridge
commit 0290cd1ea4
4 changed files with 30 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68f95c21fba6b03039e3dd8831d18feb701e537ff9764f07ca93e08aa8aa6f72
size 91600

3
Path-Tiny-0.100.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b8c4c9db710470a26b356e7187eba47217fbba1fe8bd0ad72c5b2cc8f6ba10c
size 91804

View File

@ -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

View File

@ -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