8
0

3 Commits

Author SHA256 Message Date
a3d283cabf Accepting request 1312564 from devel:languages:perl
- updated to 0.150.0 (0.150)
   see /usr/share/doc/packages/perl-Path-Tiny/Changes
  0.150     2025-07-21 10:58:00-04:00 America/New_York
      - No changes from 0.149-TRIAL
  0.149     2025-07-21 05:49:38-04:00 America/New_York (TRIAL RELEASE)
      [Other]
      - Released with newest Dist::Zilla to avoid xattrs in the tarball.

OBS-URL: https://build.opensuse.org/request/show/1312564
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Path-Tiny?expand=0&rev=35
2025-10-23 14:35:21 +00:00
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
7 changed files with 57 additions and 9 deletions

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

Binary file not shown.

BIN
Path-Tiny-0.150.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Path-Tiny/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Path-Tiny)

5
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,5 @@
mtime: 1760444294
commit: 7c0b4a8e58d57855494a06bc81880a3322d341410c6b4649169270818af87c8d
url: https://src.opensuse.org/perl/perl-Path-Tiny.git
revision: 7c0b4a8e58d57855494a06bc81880a3322d341410c6b4649169270818af87c8d
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

3
build.specials.obscpio Normal file
View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Oct 14 12:18:14 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.150.0 (0.150)
see /usr/share/doc/packages/perl-Path-Tiny/Changes
0.150 2025-07-21 10:58:00-04:00 America/New_York
- No changes from 0.149-TRIAL
0.149 2025-07-21 05:49:38-04:00 America/New_York (TRIAL RELEASE)
[Other]
- Released with newest Dist::Zilla to avoid xattrs in the tarball.
-------------------------------------------------------------------
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> 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 # spec file for package perl-Path-Tiny
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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
@@ -18,15 +18,16 @@
%define cpan_name Path-Tiny %define cpan_name Path-Tiny
Name: perl-Path-Tiny Name: perl-Path-Tiny
Version: 0.146.0 Version: 0.150.0
Release: 0 Release: 0
# 0.146 -> normalize -> 0.146.0 # 0.150 -> normalize -> 0.150.0
%define cpan_version 0.146 %define cpan_version 0.150
License: Apache-2.0 License: Apache-2.0
Summary: File path utility Summary: File path utility
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
@@ -40,7 +41,7 @@ Requires: perl(File::Temp) >= 0.19
Provides: perl(Path::Tiny) = %{version} Provides: perl(Path::Tiny) = %{version}
Provides: perl(Path::Tiny::Error) = %{version} Provides: perl(Path::Tiny::Error) = %{version}
%undefine __perllib_provides %undefine __perllib_provides
Recommends: perl(Unicode::UTF8) >= 0.580.0 Recommends: perl(Unicode::UTF8) >= 0.580
%{perl_requires} %{perl_requires}
%description %description
@@ -72,7 +73,7 @@ This module depends heavily on PerlIO layers for correct operation and thus
requires Perl 5.008001 or later. requires Perl 5.008001 or later.
%prep %prep
%autosetup -n %{cpan_name}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor perl Makefile.PL INSTALLDIRS=vendor