Accepting request 867233 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/867233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2021-02-01 12:25:27 +00:00 committed by Git OBS Bridge
commit d9b1305b72
4 changed files with 21 additions and 12 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 23 03:08:05 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.116
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.116 2021-01-22 10:32:22-05:00 America/New_York
- No changes from 0.115-TRIAL.
0.115 2021-01-19 12:01:33-05:00 America/New_York (TRIAL RELEASE)
[Tests]
- Fixes tests on MSYS without symlinks enabled.
-------------------------------------------------------------------
Thu Jul 30 10:37:05 UTC 2020 - Tina Müller <tina.mueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Path-Tiny
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,18 +16,16 @@
#
Name: perl-Path-Tiny
Version: 0.114
Release: 0
%define cpan_name Path-Tiny
Name: perl-Path-Tiny
Version: 0.116
Release: 0
Summary: File path utility
License: Apache-2.0
Group: Development/Libraries/Perl
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
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Digest::SHA) >= 5.45
@ -69,11 +67,11 @@ This module depends heavily on PerlIO layers for correct operation and thus
requires Perl 5.008001 or later.
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%make_build
%check
make test
@ -84,7 +82,6 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes CONTRIBUTING.mkdn README
%license LICENSE