Accepting request 764246 from devel:languages:perl:autoupdate

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

OBS-URL: https://build.opensuse.org/request/show/764246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=37
This commit is contained in:
Dirk Stoecker 2020-01-14 12:44:31 +00:00 committed by Git OBS Bridge
parent 2ec8c95266
commit 4c52106475
4 changed files with 24 additions and 10 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jan 14 03:10:40 UTC 2020 - <timueller+perl@suse.de>
- 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

View File

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