8
0

2 Commits

Author SHA256 Message Date
a3df635ac6 Accepting request 1269374 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1269374
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=34
2025-04-15 18:46:53 +00:00
7a064fd655 - updated to 0.148.0 (0.148)
see /usr/share/doc/packages/perl-Path-Tiny/Changes
  0.148     2025-03-17 07:18:28-04:00 America/New_York
      [Bug fixes]
      - Fixed problems with exceptions.
      [Documentation]
      - Cross-referenced slurp and lines.
  0.147     2025-03-10 22:11:06-04:00 America/New_York (TRIAL RELEASE)
      [Changes]
      - Invalid arguments when hash references are expected throw exceptions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=62
2025-04-14 20:41:38 +00:00
4 changed files with 24 additions and 9 deletions

BIN
Path-Tiny-0.146.tar.gz (Stored with Git LFS)

Binary file not shown.

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Mar 18 05:34:31 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.148.0 (0.148)
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.148 2025-03-17 07:18:28-04:00 America/New_York
[Bug fixes]
- Fixed problems with exceptions.
[Documentation]
- Cross-referenced slurp and lines.
0.147 2025-03-10 22:11:06-04:00 America/New_York (TRIAL RELEASE)
[Changes]
- Invalid arguments when hash references are expected throw exceptions.
-------------------------------------------------------------------
Thu May 9 03:08:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Path-Tiny
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name Path-Tiny
Name: perl-Path-Tiny
Version: 0.146.0
Version: 0.148.0
Release: 0
# 0.146 -> normalize -> 0.146.0
%define cpan_version 0.146
# 0.148 -> normalize -> 0.148.0
%define cpan_version 0.148
License: Apache-2.0
Summary: File path utility
URL: https://metacpan.org/release/%{cpan_name}
@@ -40,7 +40,7 @@ Requires: perl(File::Temp) >= 0.19
Provides: perl(Path::Tiny) = %{version}
Provides: perl(Path::Tiny::Error) = %{version}
%undefine __perllib_provides
Recommends: perl(Unicode::UTF8) >= 0.580.0
Recommends: perl(Unicode::UTF8) >= 0.580
%{perl_requires}
%description
@@ -72,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}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
%build
perl Makefile.PL INSTALLDIRS=vendor