Accepting request 1174451 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1174451 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=33
This commit is contained in:
commit
650371f5f0
BIN
Path-Tiny-0.144.tar.gz
(Stored with Git LFS)
BIN
Path-Tiny-0.144.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Path-Tiny-0.146.tar.gz
Normal file
3
Path-Tiny-0.146.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:861ef09bca68254e9ab24337bb6ec9d58593a792e9d68a27ee6bec2150f06741
|
||||
size 105879
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 03:08:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.146
|
||||
see /usr/share/doc/packages/perl-Path-Tiny/Changes
|
||||
|
||||
0.146 2024-05-08 08:27:52-04:00 America/New_York
|
||||
- No changes from 0.145-TRIAL
|
||||
0.145 2024-05-01 22:26:26-04:00 America/New_York (TRIAL RELEASE)
|
||||
[Changes]
|
||||
- Improved error message spewing to a file in a non-existent directory.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 03:08:28 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Path-Tiny
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,24 +18,29 @@
|
||||
|
||||
%define cpan_name Path-Tiny
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.144
|
||||
Version: 0.146.0
|
||||
Release: 0
|
||||
# 0.146 -> normalize -> 0.146.0
|
||||
%define cpan_version 0.146
|
||||
License: Apache-2.0
|
||||
Summary: File path utility
|
||||
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}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Digest::SHA) >= 5.45
|
||||
BuildRequires: perl(File::Path) >= 2.070000
|
||||
BuildRequires: perl(File::Path) >= 2.07
|
||||
BuildRequires: perl(File::Temp) >= 0.19
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
Requires: perl(Digest::SHA) >= 5.45
|
||||
Requires: perl(File::Path) >= 2.070000
|
||||
Requires: perl(File::Path) >= 2.07
|
||||
Requires: perl(File::Temp) >= 0.19
|
||||
Recommends: perl(Unicode::UTF8) >= 0.58
|
||||
Provides: perl(Path::Tiny) = %{version}
|
||||
Provides: perl(Path::Tiny::Error) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Unicode::UTF8) >= 0.580.0
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -67,7 +72,7 @@ This module depends heavily on PerlIO layers for correct operation and thus
|
||||
requires Perl 5.008001 or later.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Loading…
Reference in New Issue
Block a user