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:
parent
2ec8c95266
commit
4c52106475
@ -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
3
Path-Tiny-0.110.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a849dc0777315899689d0b351e815d90eaa636a01ed1d5e6de99a368529b5cfa
|
||||||
|
size 93570
|
@ -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
|
Tue Jul 31 05:49:23 UTC 2018 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Path-Tiny
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: perl-Path-Tiny
|
||||||
Version: 0.108
|
Version: 0.110
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Path-Tiny
|
%define cpan_name Path-Tiny
|
||||||
Summary: File path utility
|
Summary: File path utility
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/Perl
|
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
|
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -72,11 +72,11 @@ requires Perl 5.008001 or later.
|
|||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%{__make} test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%perl_make_install
|
%perl_make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user