Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
83ebfea21d | |||
debe9be5bc | |||
1817f08b3d |
BIN
Path-Tiny-0.146.tar.gz
(Stored with Git LFS)
BIN
Path-Tiny-0.146.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
Path-Tiny-0.148.tar.gz
Normal file
3
Path-Tiny-0.148.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:818aed754b74f399e42c238bea738e20a52af89a6e3feb58bec9d0130eea4746
|
||||
size 109809
|
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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,15 +18,16 @@
|
||||
|
||||
%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}
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -40,7 +41,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 +73,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
|
||||
|
Reference in New Issue
Block a user